Skip to content

boosterl/weewx-rmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeeWX RMI

A driver or service which fetches data from the RMI.

Installation

This driver requires the irm-kmi-api library. Version 1.0 or higher is required. This Python package can be installed via Pip:

pip install irm-kmi-api

Then you can install this extension:

weectl extension install https://github.com/boosterl/weewx-rmi/archive/refs/heads/main.zip

Configuring as a driver

weectl station reconfigure --driver=user.rmi --no-prompt

Configuring as a service

Edit weewx.conf and under the [Engine] [[Services]] stanza add an entry user.rmi.RMIService to the data_services option. It should look something like:

[Engine]

    [[Services]]
        ....
        data_services = user.rmi.RMIService

Under the [RMI] stanza, define the type of packets to bind to, and enable the service:

[RMI]
    service = true
    binding = loop

Lastly, restart the weewx service for both configuration methods:

sudo systemctl restart weewx

About

A WeeWX driver or service for fetching data from RMI (Belgium)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages