-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Domoticz MQTT integration #3359
base: main
Are you sure you want to change the base?
Conversation
|
||
MQTT IN topic for Domoticz integration, under which the counters are published. | ||
|
||
Counter Idx is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this refer to Parameter <NUMBER>.DomoticzIDX
? If so, please name it that ways
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does. I have updated the parameter name as requested. Thanks
@@ -0,0 +1,4 @@ | |||
# Parameter `<NUMBER>.DomoticzIDX` | |||
Default Value: `` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or should it be zero?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually there is no default value for the Idx in Domoticz. Neither ''(null string) nor zero are valid Idx values in Domoticz, A valid Idx for a Domoticz device, is an integer greater than zero. I have changed it to zero just to indicate that a numeric value is expected.
Thanks
Adding basic support for Domoticz MQTT integration.
Changes: