dblommesteijn / homebridge-p1-monitor

Expose ZTATZ P1-monitor API to Homebridge
Apache License 2.0
0 stars 0 forks source link

Are values meant to display in lux? #1

Open ssuess opened 3 weeks ago

ssuess commented 3 weeks ago

Describe Your Problem: Hi and thanks so much for this plugin. It installs and clearly connects to my p1monitor api, but the values the homebridge accessories page are showing are in LUX? Is this expected?

Logs: There were no logs found at all, completely blank

Plugin Config:

{
    "ipAddress": "192.168.10.77",
    "showPhases": true,
    "showGas": true,
    "platform": "HomebridgeP1Monitor"
}

Screenshots: lux

Environment:

Thanks!

dblommesteijn commented 3 weeks ago

Hi, thanks for your inquiry. Apple Homekit does not support any kind of energy metrics, the closest I could find are lux, they are pretty stable accessories and offer a wide range of values. Hope this helps.

ssuess commented 3 weeks ago

Understood, thanks for the reply!