HTTP GET of room temperature?

Begonnen von homer, 01 April 2015, 20:30:45

Vorheriges Thema - Nächstes Thema

homer

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

nesges

/fhem?cmd={ReadingsVal('W_HEIZUNG','temperature','err')}&XHR=1

Would print the temperature Reading of the device W_HEIZUNG.