#8942 Re-add on_time and off_wait_time to the light_onoff_brightness converter (@marazmarci) #8909 ShinaSystem: use metering cluster for power measurements (@shinasys) #8962 Tuya TS0012_switch_module and TS0013_switch_module: support countdown (@mrmaximas) #8952 Tuya ZWT198/ZWT100-BH:...
payload '{"data":{"clusters":[],"failed":["genOnOff"],"from":"Button 1 - Main Bedroom Light/1","to":"Main bedroom wall switch/1"},"error":"Failed to bind","status":"error","transaction":"53tm5-1"}'
In the Z2M admin panel you should see the device and you will be able to assign it a friendly name as will install with an unfriendly number. You need to scroll down the device management column to find the rename device feature. Unfortunately it doesn’t show the device you will need ...
Object.values(tuya.moesSwitch.indicateLight)).withDescription('Indicator light status'),exposes.enum('power_on_behavior',ea.STATE_SET,Object.values(tuya.moesSwitch.powerOnBehavior)).withDescription('Controls the behavior when the device is powered on')],toZigbee:extend.switch().toZigbee.concat([...
I can now switch through the scenes of the lamp group over the zigbee2mqtt interface, but I cannot switch scenes with the remote control. It seems to me that the cluster scenes is missing in the current firmware version of the remote control. therefore I couldn't bind it. My binding loo...
Hello, I need to make my Schneider 2 Gang Dimmer Switch work on my hassio. I went in the device.js and change the // ELKO // zigbeeModel to my schneider model one and it worked fine but only with one gang, the other gang is not working a...
{"action":null,"battery":10,"battery_low":false,"light":null,"linkquality":184,"occupancy":true,"tamper":true,"voltage":2600}' Debug 2022-11-27 02:59:03Received Zigbee message from 'Tuya occupancy sensor and switch', type 'commandActiveStatusReport', cluster 'manuSpecificTuya', data '...
fz.tuya_switch_power_outage_memory], toZigbee: [tz.on_off, tz.tuya_switch_power_outage_memory], configure: async (device, coordinatorEndpoint, logger) => { const endpoint = device.getEndpoint(1); await reporting.bind(endpoint, coordinatorEndpoint, ['genOnOff', 'haElectricalMeasurement', 'se...
e.switch().withEndpoint('l2'), exposes.enum('power_on_behavior', ea.ALL, ['on', 'off', 'previous']), exposes.enum('backlight_mode', ea.ALL, ['LOW', 'MEDIUM', 'HIGH']), ], endpoint: () => { return {'l1': 1, 'l2': 2}; ...
{ 'l1': 1, 'l2': 2 }; }, exposes: [ e.switch().withEndpoint('l1'), e.switch().withEndpoint('l2'), e.power(), e.current(), e.energy(), e.voltage(), e.device_temperature() // e.switch_type(), // e.flip_indicator_light(), // e.power_outage_memory() ], }; ...