-
Notifications
You must be signed in to change notification settings - Fork 726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Device Support Request] TS0601 _TZE284_81yrt3lo Tuya Smart Life Dual channel energy meter #3658
Comments
Hello, |
Hi, from zigpy.profiles import zha from zhaquirks import LocalDataCluster class TuyaPowerMeasurement(TuyaLocalCluster, ElectricalMeasurement):
class TuyaElectricalMeasurement(TuyaLocalCluster, Metering):
class DinPowerManufCluster(TuyaMCUCluster):
class TuyaManufClusterDinPower(DinPowerManufCluster):
class TuyaPowerMeter(EnchantedDevice):
class HikingPowerMeter(CustomDevice):
|
Hi,
|
Hi, Thanks |
Hi,
|
It finally worked! Thank you very much. |
Hello, I have also installed this module, but I am using ZHA. Could someone share the quirk to make it report correctly with the data? Thank you. |
Hello, I just wanted to thank you. Also, I think in next Z2M version realeasing 1 feb, they gonna add official support |
Hello, do you have any suggestions for solving the issue with the device "_TZE284_81yrt3lo" using ZHA in Home Assistant? Currently, it is not supported by the quirk available here: https://github.com/jeverley/zha-device-handlers/blob/ts0601_energy_meter_devices/zhaquirks/tuya/ts0601_energy_meter.py If it helps, I have the device and am available to capture data and debug logs. Thank you very much! |
it works great! thanks! |
Problem description
Would like help in adding support for this small 2 channel AC power meter.
Purchased from Aliexpress.
Solution description
Able to see the power readings for the two channels
Screenshots/Video
Screenshots/Video
[Paste/upload your media here]
Device signature
Device signature
Diagnostic information
Diagnostic information
Logs
Logs
Custom quirk
Custom quirk
Additional information
Happy to test quirks, help debug etc. New to custom quirks for Zigbee, but not new to python & programming. Can't find a good guide for this so filing the request while I look more.
The text was updated successfully, but these errors were encountered: