Page 1 of 1

Reading data from FHEM and display

Posted: 17 Oct 2016, 08:14
by Feryy
It is possible to read data from FHEM server and display them on the OLED screen? What is the syntax?
I would like to show other temperature sensors or states other devices.
I know that FHEM includes HTTP API, but I never used it.
I could use a little help :)

Re: Reading data from FHEM and display

Posted: 18 Oct 2016, 11:08
by dev0
You could write a ESPEasy plugin to read data from FHEM. If you do not want to do that then you have to go the other way and use FHEM to send data to your display. You can do this with the generic MQTT module or with the more comfortable ESPEasy module.