From 9e67f8fb3415571ec07f77ff676bd937a0dc9059 Mon Sep 17 00:00:00 2001
From: fredlcore Query the outside temperature (device ID 0, category no. 51, parameter 8700): Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:
-Ex
mosquitto_sub -h my.mosquitto-broker.local -u USER -P PASSWORD -t BSB-LAN/0/51/8700/status
mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710
mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710/set
Attention: Take note that the category number differs from system to system and has to be compared with your system first!
Query the outside temperature (device ID 0, category no. 51, parameter 8700):
mosquitto_sub -h my.mosquitto-broker.local -u USER -P PASSWORD -t BSB-LAN/0/51/8700/status
Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:
-mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710
mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710/set
Attention: Take note that the category number differs from system to system and has to be compared with your system first!
Query the outside temperature (device ID 0, category no. 51, parameter 8700):
mosquitto_sub -h my.mosquitto-broker.local -u USER -P PASSWORD -t BSB-LAN/0/51/8700/status
Set the comfort temperature setpoint (device ID 0, category no. 16, parameter 710) to 20 degrees:
-mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710
mosquitto_pub -h my.mosquitto-broker.local -u USER -P PASSWORD -m "20" -t BSB-LAN/0/16/710/set
Attention: Take note that the category number differs from system to system and has to be compared with your system first!