solmoller / eversolar-monitor

Script to capture data and create statistics from Eversolar/zeversolar Solar Inverters. Includes easy install image files for Raspberry Pi. Working edition since 2012 :-)
https://github.com/solmoller/eversolar-monitor/blob/wiki/Introduction.md
MIT License
30 stars 20 forks source link

Port to Esp8266 #53

Closed sorentorp closed 3 years ago

sorentorp commented 3 years ago

Hi

How hard would it be to port this to Esp8266 and transmitting data to MQTT? It could use Telegraf and InfluxDB after that.

Sort of like this project.

https://github.com/dkjonas/Wavin-AHC-9000-mqtt

solmoller commented 3 years ago

Esp8266 seems to run an OS, FreeRTOS, that can support perl. Getting access to an RS-485 also seems within reach on the platform.

But look at the cost of a USB-serial and a small RPI board, and look at the maybe 100 hours spent tinkering with hardware and software. I realize now, that the previous sentence may be read as both a warning and a recommendation.

Have fun!

sorentorp commented 3 years ago

Ok - that makes sense :-)