You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to know if it would be great to implement that. I have something to start with that. I creates a topic for each device when a signal is received.
This way it uses standard mqtt model of passing data. My current version emits both the "plain" and the json approach and it's only used for received signals.
Pros: When using HomeAssistant, or any other MQTT broker you can listen to topics by device and then read the json having all the params separately.
Instead of just using one topic for send and one for receive, use a full topic tree based on protocol and device ID.
The text was updated successfully, but these errors were encountered: