beginner2047

Results 7 comments of beginner2047

I have the same issue. It seems that it is due to the payload for device is changed. `{ "current": 0, "energy": 6, "linkquality": 144, "power": 0, "state_left": "OFF", "state_right":...

I have followed the issue https://github.com/Koenkk/zigbee2mqtt/issues/22981 to create the external converters I have added the following code in configuration.yaml in zigbee2mqtt ``` external_converters: - TS011F.js ``` Here is the file...

With reference to the file src/devices/tuya.ts (line 3169 - 3180) ``` { fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_bep7ccew']), model: 'TS011F_2_gang_power', vendor: 'Tuya', description: '2 gang socket with power monitoring and USB', extend: [...

I have used mosquitto_pub command, it can change the power socket on/off Client null received PUBLISH (d0, q0, r0, m0, 'zigbee2mqtt/Socket', ... (148 bytes)) {"current":0,"energy":7,"linkquality":140,"power":0,"state":"ON","state_l1":null,"state_l2":null,"state_left":"ON","state_right":"ON","voltage":225} Client null received PUBLISH (d0,...

Thank you for your help. May I know how to apply the new fix? I have clicked the yellow button (reconfigure) and click "OK" for the confirmation prompt (Are you...

Thanks @sleepypig2003 and @Koenkk I have updated the tuya.js on HAOS (i.e. /var/lib/docker) directly because I don't want update it again after reboot. I also keep electricityMeter because I would...

i have another minor issue after updated. I found that the right will be turn on and left will be turn off after z2m restarted. I don't know how to...