-
Notifications
You must be signed in to change notification settings - Fork 15
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 interface changed #117
base: master
Are you sure you want to change the base?
Conversation
yuhu-
commented
Mar 23, 2025
•
edited
Loading
edited
- Unique ID for MQTT messages added
- MQTT HA device configuration added
- MQTT description added to README
- force MQTT topics to lowercase
- ebus source address changed to lowercase
…; MQTT description added to README
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.
Please let me know when to do final review.
For now, it's final. I'm just looking for typos. |
It's just an idea, but maybe we should change the input interface. Instead of subscribing to various subtopics (restart, list, insert, etc.), we could only subscribe to "cmd." All messages would then have to be transmitted as JSON objects with an ID. What do you think? |
I have no experience with designing mqtt interface but what you suggest sounds reasonable 👍 |