Skip to content

read sensor data from my heating controller and publish them via MQTT

License

Notifications You must be signed in to change notification settings

ftl/heating_mqtt

Repository files navigation

Heating Sensor Data via MQTT

This little Python script reads sensor data from my AlphaInnotec SWC 120H heat pump using a serial connection and publishes the values via MQTT.

WARNING

USE THIS SCRIPT ON YOUR OWN RISK! I DO NOT GIVE ANY GUARANTEE NOR AM I LIABLE FOR ANYTHING!

Usage

python publish_heating_data.py -p <serial_port> -b <mqtt_broker>

The script implements only one read-publish cylcle. If you want to monitor the values over time, you need to invoke the script using cron.

Dependencies

More information

More information about the connection to the AlphaInnotec heat pump controller:

About

read sensor data from my heating controller and publish them via MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages