Hi!
I’m using the OpenHAB 2 Tellstick binding to get my sensors from Telldus Live. But noticed that it lacks support for my Oregon Rain meter, it shows up as a thermometer and humidity sensor.
In OpenHAB 1 I used a python script to get the sensor values and update items in OpenHAB, but it would be nice to have this integrated into the binding instead.
The valuenames are rrate which equals mm/h rain at the moment and rtot which equals total amount of measured rain in mm. The battery value would also be nice to have.
This is the json output from api.telldus.com:
{“id”:“7791244”,“clientName”:“Hemma”,“name”:“Rainmeter”,“lastUpdated”:1486466152,“ignored”:0,“editable”:1,“data”:[{“name”:“rrate”,“value”:“0.0”,“scale”:“0”},{“name”:“rtot”,“value”:“213.0”,“scale”:“0”}],“protocol”:“oregon”,“sensorId”:“12”,“timezoneoffset”:3600,“battery”:“253”,“keepHistory”:“0”}
Thanks in advance.
Best Regards,
Tommy Herman