custom-components / sensor.owlintuition

A set of sensors to integrate the OWL Intuition devices network
MIT License
11 stars 9 forks source link

Support for 3-Phase Power #9

Closed BenWoodford closed 5 years ago

BenWoodford commented 5 years ago

It would be great to get an option to use the 3-channel mode for those of us with the 3-phase Owl meter. Instead of using the electricity.property.current.watts you use channels 0, 1 and 2 of the electricity.channels.chan XML data.

glpatcern commented 5 years ago

Hi, Actually this is already provided by the sensor, you just need to use the triphase mode. See https://github.com/custom-components/sensor.owlintuition/blob/master/sensor.owlintuition.markdown for details.

BenWoodford commented 5 years ago

Ah! Sorry, missed that when I was browsing the docs.

glpatcern commented 5 years ago

No problem!