-->
Page 8 of 8

Re: ESP/arduino +Mosquitto+ openHAB = home automation fun

PostPosted: Sun Jul 17, 2016 2:12 pm
by NonaSuomy
Use Arduino IDE 1.6.5 no higher.

Re: ESP/arduino +Mosquitto+ openHAB = home automation fun

PostPosted: Sat Jul 30, 2016 11:57 pm
by wnasich
Hi, I uploaded the code developed for a personal project.
https://github.com/wnasich/nodemcu-collector
It could be expanded as needed. It allow send collected data to influxdb taking into account wifi connections problems or situations where InfluxDB is inaccesible. It keep collected data in memory and when free memory is lower than a predefined level, data is persisted in flash memory , so it is safe for large period of wifi or server outage.