2017-05-10, 12:25 PM
Hi all - how do I...
End result - have an ESP8266, ACS1115 measuring battery voltage then sending the data over wifi to the Pi.
So should be quite easy to get the data into node-red - but what about signalk?
Better to have the ESP send a signalk string or just data and let node-red create the string?
hopefully the esp will also serve a webpage so if the Pi is off the data can still be read from anywhere.
Any pointers very gratefully received, TIA.
End result - have an ESP8266, ACS1115 measuring battery voltage then sending the data over wifi to the Pi.
So should be quite easy to get the data into node-red - but what about signalk?
Better to have the ESP send a signalk string or just data and let node-red create the string?
hopefully the esp will also serve a webpage so if the Pi is off the data can still be read from anywhere.
Any pointers very gratefully received, TIA.



I've had something working already with node red sending a request to the esp8266 but think it would be better for the esp8266 to do it on it's own, creating a web but also sending data out over mqtt if there's wifi so it can be seen anywhere.