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
Hi, first of all thank you for this project, you saved my life.
That said I managed to connect Home Assistant via TCP with Node Red using the debug data over MQTT.
I want to share my considerations:
it's possible to add a topic RAW to send the original data coming from Rflink serial bus without any modifications?
actually the debug topic receive 2 message for every single message incoming, one with DATA and another with JSON, it's possible to publish this to two separates topics rflink/debug/data and rflink/debug/json?
the debug topic is retained, this can be useful for debugging but if you use it as I'm doing at every reconnection to the server I get the last published topic, and it's not what should happen. You can make this an option?
If you can just publish the raw data on a separate topic all the rest can remain the same.
Thank you
The text was updated successfully, but these errors were encountered:
Hi, first of all thank you for this project, you saved my life.
That said I managed to connect Home Assistant via TCP with Node Red using the debug data over MQTT.
I want to share my considerations:
If you can just publish the raw data on a separate topic all the rest can remain the same.
Thank you
The text was updated successfully, but these errors were encountered: