You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it should go in New device support, but recently after I updated Zigbee2MQTT to the latest version my TS004F was supported. I bought 2 of these, one is described as a TS0044 and was supported right away, the other ordered some time later added as TS004F. They both look very much the same, only the actions coming from the switches are very different. The TS0044 has for each of the 4-buttons a Press, Double Press and Hold (total of 12 actions). The TS004F has on, off and brightness step and move up & down.
Shouldn't they work the same, since they are practically the same? I would have expected something like this: const definition = { zigbeeModel: ['TS004F'], model: 'TS004F', vendor: 'TuYa', description: 'Wireless switch with 4 buttons', fromZigbee: [fz.tuya_on_off_action, fz.battery], toZigbee: [], exposes: [e.battery(), e.action(['1_single', '1_double', '1_hold', '2_single', '2_double', '2_hold', '3_single', '3_double', '3_hold', '4_single', '4_double', '4_hold'])], };
The text was updated successfully, but these errors were encountered:
Not sure if it should go in New device support, but recently after I updated Zigbee2MQTT to the latest version my TS004F was supported. I bought 2 of these, one is described as a TS0044 and was supported right away, the other ordered some time later added as TS004F. They both look very much the same, only the actions coming from the switches are very different. The TS0044 has for each of the 4-buttons a Press, Double Press and Hold (total of 12 actions). The TS004F has on, off and brightness step and move up & down.
Shouldn't they work the same, since they are practically the same? I would have expected something like this:
const definition = { zigbeeModel: ['TS004F'], model: 'TS004F', vendor: 'TuYa', description: 'Wireless switch with 4 buttons', fromZigbee: [fz.tuya_on_off_action, fz.battery], toZigbee: [], exposes: [e.battery(), e.action(['1_single', '1_double', '1_hold', '2_single', '2_double', '2_hold', '3_single', '3_double', '3_hold', '4_single', '4_double', '4_hold'])], };
The text was updated successfully, but these errors were encountered: