kasbert / epsolar-tracer

Tools for EPsolar Tracer BN solar charge controller
Apache License 2.0
121 stars 76 forks source link

Not an issue just a query regarding Home Assistant #16

Closed frank451a closed 1 year ago

frank451a commented 7 years ago

Hi

Is there anyway of integrating this into home assistant http://home-assistant.io/

Thanks

kasbert commented 7 years ago

Currently no, but you are free to write a component.

GusPS commented 5 years ago

Looking for the same thing as @frank451a, I found out that Home Assistant has the Modbus component: https://www.home-assistant.io/components/modbus/ With this, you can integrate the EPSolar registers into HA.

corvidus commented 4 years ago

@GusPS, @frank451a et al, FWIW, I'm using a PHP alternative of this so the code isn't compatible, but I ship the output to Influx for long-term logging, then read it out into Grafana (for visualisation and analysis) and Home Assistant (for automation triggers). You could alternatively publish the output to MQTT and create an MQTT Sensor if you just want to manipulate it another way. Hope that helps.