Giter Club home page Giter Club logo

esp-p1's Introduction

Please keep in mind the MIT licence and credit appropriately when you use this in a (commercial) project.

© PowerChainger Project Group F1 (Hanze University Of Applied Sciences)

This code is made public to help other people in our project class with reading the P1 data, it may not fit your needs.

ESP-P1

Code for reading data from a dutch smart meter's P1 port with an ESP32 running micropython.

The raw data lines will be sent in an array to the specified url.

The code is made for ESMR 5.0 output, please adjust the values in main.py on line 7 for your specific meter standards.

Values to be changed:

boot.py:

Variable Description Example value
network_ssid The ssid of your wifi network. Ziggo1234
network_password The password of your wifi network. Wifi1234

main.py:

Variable Description Example value
POST_URL The url where the ESP32 will post to. https://example.com/posturl
AUTH_TOKEN A token used to post data to the url, please change this to disallow unauthorized people from sending data to your server. (also make sure your server checks this token!!!) verysecrettoken

esp-p1's People

Contributors

mgdproductions avatar

Watchers

 avatar

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.