Also configure "Publish Topic:" to "index" (default is "Flat") this adds the IDX number to the topic (domoticz/out/<idx>)
In HA find the topics in Settings / Devices & Services. Choose Entities. There is an Ungrouped section with the 8 (in my case) topics. However they are Unmanagable from the UI ...
Search found 5 matches
- Saturday 07 February 2026 21:36
- Forum: Third party and supplementary tools
- Topic: Communicating with home assistant
- Replies: 6
- Views: 4406
- Saturday 07 February 2026 21:20
- Forum: Third party and supplementary tools
- Topic: Communicating with home assistant
- Replies: 6
- Views: 4406
Re: Communicating with home assistant
In the Hardware section of Domoticz MQTT Auto Discovery Client Gateway is not what you need. Add MQTT Client Gateway (without AD). Then in the Setup part choose the device to publish (to mqtt).
- Saturday 07 February 2026 14:53
- Forum: Third party and supplementary tools
- Topic: Communicating with home assistant
- Replies: 6
- Views: 4406
Re: Communicating with home assistant
Great to read about integrating Dz with HA. I'm having the same dilemma, dzvents is too valuable and usefull :-)
Perhaps i am missing something about the integration from Dz to HA.
In my config the smart meter P1 is connected to Domoticz. The P1 data must be send to Home Assistant (HA) using MQTT ...
Perhaps i am missing something about the integration from Dz to HA.
In my config the smart meter P1 is connected to Domoticz. The P1 data must be send to Home Assistant (HA) using MQTT ...
- Monday 26 October 2020 11:40
- Forum: dzVents
- Topic: Reversed option in for .. in pairs ...
- Replies: 2
- Views: 322
Re: Reversed option in for .. in pairs ...
Thx @waaren,
"But a key,value type of table does not have a fixed order in Lua"
This (key,value) is what i am using currently. So the order is not guaranteed.... oeps.
I will study the examples in your answer en redesign my script.
Thanks for pointing me in the right direction,
Lume
"But a key,value type of table does not have a fixed order in Lua"
This (key,value) is what i am using currently. So the order is not guaranteed.... oeps.
I will study the examples in your answer en redesign my script.
Thanks for pointing me in the right direction,
Lume
- Sunday 25 October 2020 15:42
- Forum: dzVents
- Topic: Reversed option in for .. in pairs ...
- Replies: 2
- Views: 322
Reversed option in for .. in pairs ...
Hello dzVents users,
I am working on a dzvents script to switchon/switchoff devices depending on the amount of power (watt) that is flowing in or out the grid. Switching off should be done in reversed order than switching on...
Switching on is done with: for device,power in pairs(devices) ....
To ...
I am working on a dzvents script to switchon/switchoff devices depending on the amount of power (watt) that is flowing in or out the grid. Switching off should be done in reversed order than switching on...
Switching on is done with: for device,power in pairs(devices) ....
To ...