nlrb / com.weather-sensors

Wireless weather sensor app voor Athom Homey
https://apps.athom.com/app/com.weather-sensors
MIT License
14 stars 27 forks source link

How to read the Owl cm160 energy monitor #118

Closed byegit closed 1 year ago

byegit commented 1 year ago

Dear developer I own a homey pro and an older CM160 energy monitor from theOwl.com. My last Fhem HA read the probe with a RTXTRX433.

The Owl uses the Oregon Scientific V3 protocol. https://www.domoticsduino.cloud/en/blog/iot-smarthome/post/2017/02/rf-433-mhz-data-sniffing.html

Is it possible to read the output also with your Homey App?

Kind regards Jens

byegit commented 1 year ago

Another git repo used to read from the owl energy monitors CM160/180 : https://github.com/onlinux/OWL-CM180

nlrb commented 1 year ago

You should be able to read the temperature and humidity values, as the THGR228N is supported. Reading power values is something you could make work, but not in the scope of this app.