Python Wrapper for Meteobridge Data Logger


Keywords
Meteobridge, Python
License
MIT
Install
pip install pymeteobridgeio==0.20.3

Documentation

pymeteobridgeio

A Python Wrapper to communicate with a Meteobridge Weather Data Logger

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"
    }
}