Sunny Car Charger Agent
Send your solar invertor's data to Sunny Car Charger portal and automatically
controller the charging rate of your electric cars.
Agent currently supports inverters:
- Fronius (set
$FRONIUS_IP
environment variable)
Setup
Create an account with https://sunnycarcharger.com and get your account token.
Installation
gem install sunnycarcharger-agent
Usage
FRONIUS_IP=192.168.1.2:5757 WEB_TOKEN=<token from sunnycarcharger.com> sunnycarcharger-agent
# or
FRONIUS_IPS=192.168.1.2:5757,192.168.1.3:5757 WEB_TOKEN=<token from sunnycarcharger.com> sunnycarcharger-agent
Use either $FRONIUS_IPS
or $FRONIUS_IP
to provide a comma separated list of IP address that the Fronius inverter might be available on. Include the :port
if its not the default port of 80
.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Sunnycarcharger::Agent project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.