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

Raw data extraction from Debug #38

Open
lettore opened this issue Sep 30, 2023 · 0 comments
Open

Raw data extraction from Debug #38

lettore opened this issue Sep 30, 2023 · 0 comments

Comments

@lettore
Copy link

lettore commented Sep 30, 2023

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:

  1. it's possible to add a topic RAW to send the original data coming from Rflink serial bus without any modifications?
  2. 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?
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant