Search found 447 matches
- Tuesday 15 July 2025 23:37
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
I have one zwave node that stops sending kwh data to MQTT and I don't understand. the w on the save device works just fin.
- Tuesday 15 July 2025 23:26
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
Feels like everything is working. I just don't like how WUD is presented. I guess I can use the custom plugin to get the data I want.
- Tuesday 15 July 2025 22:07
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
Hmm, I switched all to homeassistant, created a new HW and replaced all the old devices I needed.
- Tuesday 15 July 2025 13:51
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
Okay thanks this doesn't make sense, To replace the old sensor data (history logging) to the new device act as follow: First, add (or is added by new gateway) the new device to the system, and call it for example ‘New UV Meter’. Next press the Edit button on the Old device, select replace and select ...
- Tuesday 15 July 2025 13:18
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
I dont know, but probably yes. I got a bunch of new devices. This my settings and I changed WUD to be taged as homeassistant https://i.imgur.com/zmuqoYX.png https://i.imgur.com/jVFOLhe.png Edit: the HA service is enabled, it just shows not when I switch between settings So what's the correct ...
- Tuesday 15 July 2025 11:20
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
If you use the default settings of WUD, zigbee and zwave you will see you get a zwave, zigbee and wud state topics and homeassistant topic where all the config topics are. This will not have issues if you have only 1 Domoticz MQTT AD gateway. All the devices will be handled by this gateway. If you ...
- Sunday 13 July 2025 21:10
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
So I should change prefix tag för zwave/zigbee/wud to homeassistant?
And the in the HW setup for both I should have homeassistant?
And the in the HW setup for both I should have homeassistant?
- Sunday 13 July 2025 17:53
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
Yes, and that seems correct. i see 3 binary sensors in config and 4 sensors. So in Domoticz creates 3 switches and 4 custom sensors. So exactly what WUD configured. It also should be enough to manage the system I suppose. But perhaps in topic WUD/update also config topics are present? Don't know ...
- Sunday 13 July 2025 9:31
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
So what was wrong with the HA Discovery option? From the documentation it just should work. With this settings https://i.imgur.com/BwGJgVp.png I only get this devices https://i.imgur.com/PyduFHS.png This how it looks like in MQTTexplorer https://i.imgur.com/RbB1VWX.png Logs https://i.imgur.com ...
- Sunday 13 July 2025 0:41
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
Example { "Dockge Status": { "topic": "wud/container/docker/dockge-dockge-1", "key": "wud/container/docker/dockge-dockge-1-status", "type": "244", "subtype": "73", "switchtype": "0", "mapping": { "item": "status", "default": "0", "values": { "running": "100" } } }, "Dockge Update": { "topic": "wud ...
- Saturday 12 July 2025 11:20
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
I'm have set it up using the Python Plugin: MqttMapper plugin to do this but it seams like WUD isn't that good at pushing data to the MQTT broker.
I think I see the issue, the cron was set to run 0300
Change the cron to every 5 min.
https://github.com/FlyingDomotic/domoti ... per-plugin
I think I see the issue, the cron was set to run 0300
Change the cron to every 5 min.
https://github.com/FlyingDomotic/domoti ... per-plugin
- Friday 11 July 2025 11:48
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 367
- Views: 45300
Re: Python Plugin: MqttMapper
This worked as I liked, now I just need to add the others but it's copy and paste, change the name of the array, topic and key { "Dockge Status": { "topic": "wud/container/docker/dockge-dockge-1", "key": "wud/container/docker/dockge-dockge-1-status", "type": "244", "subtype": "73", "switchtype": "0 ...
- Friday 11 July 2025 11:23
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 367
- Views: 45300
Re: Python Plugin: MqttMapper
Analysis is good. The only thing that won't work is mapping default and values. Default value is related to Domoticz device. Here, 244/73/11 is a door switch, having internally 2 values (as per https://wiki.domoticz.com/Developing_a_Python_plugin#Available_Device_Types): "Statuses: Open: nValue = 1 ...
- Thursday 10 July 2025 21:30
- Forum: Python
- Topic: Python Plugin: MqttMapper
- Replies: 367
- Views: 45300
Re: Python Plugin: MqttMapper
Is it just me or more who get confused with the mix of English and French? It would better to have 2 different readme files. Second it's hard to follow when we don't have an source output from MQTT. So you can see how the source looks like and how the JSON output looks like. I'm thinking using this ...
- Wednesday 09 July 2025 18:38
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
- Tuesday 08 July 2025 22:44
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
Re: WUD - What's up docker
I see that I missed in the docker conf
- WUD_TRIGGER_MQTT_MOSQUITTO_HASS_ENABLED=true
- WUD_TRIGGER_MQTT_MOSQUITTO_HASS_DISCOVERY=true
few devices has been created. One step forward

- WUD_TRIGGER_MQTT_MOSQUITTO_HASS_ENABLED=true
- WUD_TRIGGER_MQTT_MOSQUITTO_HASS_DISCOVERY=true
few devices has been created. One step forward

- Tuesday 08 July 2025 18:06
- Forum: MQTT Auto Discovery
- Topic: WUD - What's up docker
- Replies: 21
- Views: 1231
WUD - What's up docker
Hello, WUD has has MQTT support and say it's playing nice with home assistance. https://getwud.github.io/wud/#/configuration/triggers/mqtt/ I thought I would give it a try. I can see my containers in my MQTT explorer https://i.imgur.com/LBf3TVo.png This is my setup in Domoticz https://i.imgur.com ...
- Sunday 06 July 2025 11:03
- Forum: Bugs and Problems
- Topic: Error: SQL Query (Battery state)', 1, 0, 'medium')") : near ","
- Replies: 2
- Views: 518
Re: Error: SQL Query (Battery state)', 1, 0, 'medium')") : near ","
I updated to 2025.1 16737 and no error
- Sunday 06 July 2025 10:44
- Forum: Bugs and Problems
- Topic: Error: SQL Query (Battery state)', 1, 0, 'medium')") : near ","
- Replies: 2
- Views: 518
Re: Error: SQL Query (Battery state)', 1, 0, 'medium')") : near ","
Do you need more information ?
- Thursday 03 July 2025 20:38
- Forum: Bugs and Problems
- Topic: Help! Device gone in Domoticz, how to restore that device's historic data from old backup?
- Replies: 13
- Views: 660
Re: Help! Device gone in Domoticz, how to restore that device's historic data from old backup?
Thanks it worked, It looked strange at first but didn't try to remove the extra.jvdz wrote: ↑Thursday 03 July 2025 20:09 Try: https://releases.domoticz.com/release/t ... BMerger.7z