Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
/ pymeteobridgeio Public archive

A Python Wrapper to communicate with a Meteobridge Weather Data Logger

License

Notifications You must be signed in to change notification settings

briis/pymeteobridgeio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymeteobridgeio

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

About

A Python Wrapper to communicate with a Meteobridge Weather Data Logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages