A Python Wrapper to communicate with a Meteobridge Weather Data Logger
This repository is Archieved and will no longer be maintained. It has been replaced by a new module
pymeteobridge
.
To run test_pymeteobridge.py
first create a file called settings.json
in the same directory, and put the following contents in there:
{
"connection": {
"host": "IP_OF_METEOBRIDGE",
"password": "PASSWORD_FOR_METEOBRIDGE"
}
}