We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
configuration.yaml has:
# Change MQTT_TOPIC_PREFIX to what you've set in addon options
and addon configuration template is:
"mqtt": { "broker_url": "mqtt://localhost", }, "devices": [ { "hvac_host": "192.168.0.255", "mqtt_topic_prefix": "/home/hvac01" }, { "hvac_host": "192.168.0.254", "mqtt_topic_prefix": "/home/hvac02" } ]
so if there are multiple devices, topic prefix is different for each device, so what should the global configuration prefix be?
The text was updated successfully, but these errors were encountered:
If you provide the prefix at the device level, you can skip the global option. I've only kept it for backward compatibility.
Sorry, something went wrong.
No branches or pull requests
configuration.yaml has:
and addon configuration template is:
so if there are multiple devices, topic prefix is different for each device, so what should the global configuration prefix be?
The text was updated successfully, but these errors were encountered: