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

MQTT: setting limits not working after changing basic topic #2000

Closed
michib-xx opened this issue May 20, 2024 · 1 comment
Closed

MQTT: setting limits not working after changing basic topic #2000

michib-xx opened this issue May 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@michib-xx
Copy link

What happened?

I have appended an organizing string to the basic MQTT topic, i.e., from solar/ to solar/baga/.

Now, setting the limits via the cmd topic does not work anymore. Previously, the topic to write to was solar/<invnr>/cmd/limit_nonpersistent_relative, now, it should be solar/baga/<invnr>/cmd/limit_nonpersistent_absolute. However, writing to it does not change the limit. If I reset the basic topic to solar/, it works again.
I've also tried to publish to the original topic, but this doesn't work either.

No matter, if relative or absolute limit is used.

To Reproduce Bug

  • Change the basic topic.
  • Try to write a new limit.

Expected Behavior

The written limit should be applied.

Install Method

Pre-Compiled binary from GitHub

What git-hash/version of OpenDTU?

v24.5.6

Relevant log/trace output

No response

Anything else?

No response

@michib-xx michib-xx added the bug Something isn't working label May 20, 2024
@tbnobody
Copy link
Owner

You are right. currently it seems a opendtu restart is required to subscribe to the new topics. will be fixed in next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants