Have anyone used openScale ?
It looks like this in the MQTT but nothing comes up in Domoticz.
and 
Moderator: leecollings
and 
You mean MQTT mapper ? I guess I could do that.waltervl wrote: Wednesday 07 January 2026 11:59 It looks like Domoticz does not support these kind of Config topics.
You could try to create a config topic manually with MQTT explorer for the scale.
The MQTT part is in the App or does the scale sends data to MQTT?
With MQTTMapper is also an option, but when you send With MQTT Explorer just a different (retained) MQTT config topic message that is compliant with Domoticz it will create the device(s). https://www.home-assistant.io/integrati ... -discoveryVarazir wrote: Wednesday 07 January 2026 13:15You mean MQTT mapper ? I guess I could do that.waltervl wrote: Wednesday 07 January 2026 11:59 It looks like Domoticz does not support these kind of Config topics.
You could try to create a config topic manually with MQTT explorer for the scale.
The MQTT part is in the App or does the scale sends data to MQTT?
Never done that with MQTT Explorerwaltervl wrote: Wednesday 07 January 2026 13:27With MQTTMapper is also an option, but when you send With MQTT Explorer just a different (retained) MQTT config topic message that is compliant with Domoticz it will create the device(s). https://www.home-assistant.io/integrati ... -discoveryVarazir wrote: Wednesday 07 January 2026 13:15You mean MQTT mapper ? I guess I could do that.waltervl wrote: Wednesday 07 January 2026 11:59 It looks like Domoticz does not support these kind of Config topics.
You could try to create a config topic manually with MQTT explorer for the scale.
The MQTT part is in the App or does the scale sends data to MQTT?
Do you have an example?waltervl wrote: Wednesday 07 January 2026 18:59 Yes and when you send it as a retained MQTT message it will also be available when Domoticz restarts. You also have to delete the retained message from the MQTT server when you want to remove the device from Domoticz, else it will re-appear.
Code: Select all
{
"Scale weight": {
"topic": "openScaleSync/measurements/last",
"type": 93, "subtype": 1,
"mapping": {"item": "weight"}
}
}
Users browsing this forum: No registered users and 1 guest