diff --git a/de/homeautomation.html b/de/homeautomation.html index 08ff8334..1f21a903 100644 --- a/de/homeautomation.html +++ b/de/homeautomation.html @@ -280,7 +280,7 @@

Exchanging data via MQTT

Examples for querying or setting parameters via MQTT using mosquitto

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: +

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/set

Attention: Take note that the category number differs from system to system and has to be compared with your system first!


diff --git a/fr/homeautomation.html b/fr/homeautomation.html index 7c499698..eea087c0 100644 --- a/fr/homeautomation.html +++ b/fr/homeautomation.html @@ -280,7 +280,7 @@

Exchanging data via MQTT

Examples for querying or setting parameters via MQTT using mosquitto

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: +

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/set

Attention: Take note that the category number differs from system to system and has to be compared with your system first!


diff --git a/homeautomation.html b/homeautomation.html index c4bf7556..24cc86eb 100644 --- a/homeautomation.html +++ b/homeautomation.html @@ -280,7 +280,7 @@

Exchanging data via MQTT

Examples for querying or setting parameters via MQTT using mosquitto

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: +

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/set

Attention: Take note that the category number differs from system to system and has to be compared with your system first!


diff --git a/index.html b/index.html index afc663f2..99b2b0ba 100644 --- a/index.html +++ b/index.html @@ -277,5 +277,5 @@