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
Would it be an option to have a common path for the mqtt topic?
Thinking about something like this:
emporia/feeds/integer/%s/rssi emporia/live/%s/status emporia/live/%s/frequency emporia/live/%%s/phase_%d/voltage emporia/live/%%s/phase_%d/current ...
Or would this break something in your setup?
The text was updated successfully, but these errors were encountered:
It would break my setup indeed. But having it configurable is a good idea.
I really didnt put a lot effort in the code. Just threw together parts of my other projects, thus its a bit sketchy.
Sorry, something went wrong.
All fine, works great so far. Just have some little problems (but those can also be my setup, not sure)
I can throw together some code to have it configurable
No branches or pull requests
Would it be an option to have a common path for the mqtt topic?
Thinking about something like this:
Or would this break something in your setup?
The text was updated successfully, but these errors were encountered: