GithubHelp home page GithubHelp logo

pmudry / enphase2influx Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 6.0 265 KB

Enphase monitoring to InfluxDB storage

Python 96.01% Shell 3.99%
enphase monitoring-tool energy-monitor photovoltaic-panels grafana-influxdb

enphase2influx's People

Contributors

pmudry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

enphase2influx's Issues

Updated pullAndSend.py

  1. Your script doesnt work with Python 3 by the way, it does work on Python 2, python 3 doesnt like you have formatted your print statements, and other errors.

  2. It works on Centos 7, but only after doing this:
    sudo pip install --ignore-installed influxdb

Otherwise Centos becomes upset with dependencies it created at install time.

  1. The script run by systemd fails under Centos

python /home/stephen/enphase/enphase2influx/pullAndSend.py --url http://192.168.2.11/production.json &

Removing the & makes it work just fine

  1. I have modified your script to work with enphase batteries:

lastBatteryTime=0

batteryData = data['storage'][0]

print "Time data from battery : ", batteryData['readingTime']

if batteryData['readingTime'] > lastBatteryTime: print "Pushing storage data" pushData(batteryData, "storage", client) lastBatteryTime = batteryData['readingTime']

Envoy new update requiring JWT

First thank you for you contribution, I have been using your code for the last 5 years and it's great. Is it possible to be updated to work with the new envoy security changes requiring JWT Dave [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.