Skip to content

mariowitdoek/weewx2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeeWX2JSON

A parser from WeeWX to JSON to feed data into DomoticZ. Read more details about feeding data into DomoticZ.md

How to run this script or microservice

  1. Install virtualenv for the python version you run if you didn't have it before:

    apt-get install python3-pip

  2. Install virtualenv if yoyu don't have it currently

    pip3 install virtualenv

  3. Create a virtualenvironment:

    virtualenv venv

  4. Execute the script:

    python app.py

    or

    doJSON.sh (ensure this script has execution permission)

About

A parser from WeeWX to JSON

Resources

License

Stars

Watchers

Forks

Packages

No packages published