itavero/homebridge-z2m

[Feature] Expose Power Readings of TuYa TS011F_plug_1 to HomeKit

jb-ks opened this issue · 10 comments

jb-ks commented

Problem description
The ZigBee Socket "TuYa TS011F_plug_1" supports in addtion to the switch the measuring of voltage/current/power:

{
"child_lock": "UNLOCK",
"indicator_mode": "off/on",
"linkquality": 65,
"power_outage_memory": "on",
"state": "ON",
"voltage": 236,
"current": 0.46,
"power": 74,
"energy": 0.11,
"update": {
"state": "idle"
}
}

Zigbee2MQTT exposes these values (description).

Suggested solution
It would be great, if these values would be exposed by homebridge-z2m also to homekit. Support of FakeGato to get the history in EVE would be an additional plus.

Are you willing to contribute to this feature?
Yes, of course: for testing.

Duplicate of #96.

It shouldn't be too much work to add, but because of some personal stuff (all positive, luckily), I don't know when I'll be able to do so unfortunately.

jb-ks commented

No stress please, as this is a non-commercial project!

I would just be happy if it stays on the list.

stale commented

It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions!

jb-ks commented

Just a comment for the bot to keep the process open.

stale commented

It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions!

jb-ks commented

Just a comment for the bot to keep the process open.

jb-ks commented

It would be great, if this issue or #96 could stay on the list.

I've assigned it to myself. I think it should stay open that way.

Do note that this does not mean that I'm already actively working on this. Still trying to get back in a rhythm since I've become a dad and there's some other features I'd like to finish/release first.

Would love to see this supported for HG08673 Lidl Silvercrest smart plug with power monitoring. Thanks in advance :)

Would love to see this supported for HG08673 Lidl Silvercrest smart plug with power monitoring. Thanks in advance :)

Hi,
have you already figured it out?