Git Product home page Git Product logo

domoticz_gaspar's Introduction

domoticz_gaspar

Get Gazpar smart meter data and push it to domoticz !!!Experimental!!! Not all is working, work in progress

If you appreciate this software, please show it off ! PayPal donate button

create a device in Domoticz

  • In Domoticz, go to hardware, create a virtual "rfx meter counter" or "Dummy".
  • Then in Devices, add it to the devices. (mark down the id for later).
  • When in Utility, edit the device and change it to Electric (instant+counter) type.

modules to install - linux

sudo apt-get install sqlite3 nodejs npm
sudo apt-get install python3 python3-numpy python3-dateutil python3-requests python3-lxml
npm install [email protected] 
git clone https://github.com/empierre/domoticz_gaspar.git

rename configuration file, change login/pass/id

cp _domoticz_gaspar.cfg domoticz_gaspar.cfg
nano domoticz_gaspar.cfg

and change:

GASPAR_USERNAME="[email protected]"
GASPAR_PASSWORD="password"
DOMOTICZ_ID=547

Where DOMOTICZ_ID is id device on domoticz.

Configuration file will not be deleted in future updates.

modules to install - Windows

install sqlite3 node npm python3
pip i python3-lxml
npm install [email protected] 
git clone https://github.com/empierre/domoticz_gaspar.git

rename configuration file, change login/pass/id

edit domoticz_gaspar.bat

and change:

GASPAR_USERNAME="[email protected]"
GASPAR_PASSWORD="password"
DOMOTICZ_ID=547

Where DOMOTICZ_ID is id device on domoticz.

Configuration file will not be deleted in future updates.

testing before launch

Manually launch

./domoticz_gaspar.sh   or .bat for windows

N.B. If login is not ok, you'll get a nodejs error on console for data will be missing (will be changed).

Then check the login credential if they are ok:

domoticz_gaspar.log

If this is good, you'll get several json files in the directory

Add to your cron tab (with crontab -e):

30 7,17 * * * /home/pi/domoticz/domoticz_gaspar/domoticz_gaspar.sh

domoticz_gaspar's People

Contributors

empierre avatar

Watchers

James Cloos 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.