FHEM Forum

FHEM - Hausautomations-Systeme => MAX => Thema gestartet von: homer am 01 April 2015, 20:30:45

Titel: HTTP GET of room temperature?
Beitrag von: homer am 01 April 2015, 20:30:45
Hi All,

I'm currently looking at Jasper (http://jasperproject.github.io/) which is a voice recognition / voice synthesis engine. I have lights under my control and now want to write a module where I ask things like "what's the temperature" and Jasper will tell me.

Is there a way to get a room temperature with a HTTP GET or POST command?

Thanks
Homer
Titel: Antw:HTTP GET of room temperature?
Beitrag von: nesges am 21 April 2015, 13:25:43
/fhem?cmd={ReadingsVal('W_HEIZUNG','temperature','err')}&XHR=1

Would print the temperature Reading of the device W_HEIZUNG.