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
/fhem?cmd={ReadingsVal('W_HEIZUNG','temperature','err')}&XHR=1
Would print the temperature Reading of the device W_HEIZUNG.