ebaauw / homebridge-p1

Homebridge plugin for DSMR end-consumer (P1) interface
Apache License 2.0
54 stars 11 forks source link

Use Ztatz P1-monitor tot connect to smart meter #65

Closed SterkeYerke closed 1 year ago

SterkeYerke commented 1 year ago

Homebridge P1 now works with a direct serial connection to the smart meter. Would it be possible to use an indirect approach using Ztatz P1-monitor on a separate raspberry pi?

P1-monitor can take care of all the historical archiving and HomeBridge / HomeKit can be used to display gauges of current usage and trigger automations.

P1-monitor has simple API that returns current power and or gas usage.

Happy to help with testing if needed.

ebaauw commented 1 year ago

That's technically possible, I suppose, but supporting a different protocol is beyond the scope of Homebridge P1.

You can use ser2net to access the serial protocol over the network.