Skip to content
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

fix: Dynamic Power Limiter MQTT topics not carrying the hostname #973

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

AndreasBoehm
Copy link

This fixes #963 by including the unique id of a DTU in the topics.

NOTE: This is a breaking change for existing users, as the topics will change.

The changes are based on

void MqttHandleHassClass::publishDtuBinarySensor(const char* name, const char* device_class, const char* category, const char* payload_on, const char* payload_off, const char* subTopic)

@schlimmchen
Copy link
Collaborator

As far as I can tell, the "breaking" part of this PR is not too big of a deal. The respective topics are the same, only the entities for HomeAssistant auto discovery change. Does this mean workflows or automation for DPL values break?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic Power Limiter MQTT topics should carry DTU hostname
2 participants