Skip to content

Connect to a running pellmon instance over DBUS and publish all data on MQTT

License

Notifications You must be signed in to change notification settings

motoz/pellmonMQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pellmonMQTT

An MQTT client for PellMon.

PellmonMQTT connects to the PellMon DBUS interface and publishes all data at pellmon/item and subscribes to all settings at pellmon/settings/item. Changed data items are republished and received data is written to the corresponding PellMon item. Events are published to pellmon/__event__.

Usage:

usage: pellmonMQTT [-h] [-H HOST] [-p PORT] [-d {SESSION,SYSTEM}]

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  mqtt host to connect to. Defaults to localhost
  -p PORT, --port PORT  network port to connect to. Defaults to 1883
  -d {SESSION,SYSTEM}, --dbus {SESSION,SYSTEM}
                        which bus to use, SESSION is default

About

Connect to a running pellmon instance over DBUS and publish all data on MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages