-
Hi. Can you add IDX for relay for domoticz more than 4? For my project need 6 separate IDX |
Beta Was this translation helpful? Give feedback.
Answered by
arendst
Dec 4, 2023
Replies: 1 comment
-
Learn to use rules (https://tasmota.github.io/docs/Rules/) Example: where 9001 and 9002 are the domoticz indexes. And do not forget to enable the rule with command |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jason2866
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Learn to use rules (https://tasmota.github.io/docs/Rules/)
Example:
rule1 on power5#state do dzsend1 9001,%value% endon on power6#state do dzsend1 9002,%value% endon
where 9001 and 9002 are the domoticz indexes.
And do not forget to enable the rule with command
rule1 1