Skip to content

Temperature

Fredrick Bäcker edited this page Nov 26, 2019 · 2 revisions

It's possible to request the temperature of certain broadlink devices. You can either use the button in the GUI or publish an MQTT topic to broadlink/internal with the message temperature.

// MQTT Request temperature

Topic: broadlink/internal;
Message: temperature;

All broadlink devices will publish back the temperature in the message of broadlink/internal/temperature/{device-id}

So example a broadlink device has the id 780f7717ea86. You can subscribe to the full topic or use broadlink/internal/temperature/# to catch all.

// MQTT send temperature for device
// Broadlink device: 780f7717ea86

Topic: broadlink/internal/temperature/780f7717ea86
Message: device temperature
Clone this wiki locally