Replies: 1 comment 3 replies
-
It's all in the code, nothing on the HA side and uses https://www.home-assistant.io/docs/mqtt/discovery/. I would start there and look at the sensor and binary_sensor, experimenting manually using MQTTExplorer or something else to see the entries come in. When that's all working you can start publishing the messages from the C++ code. All my logic is in mqtt.cpp but it's quite complex and very customized to my project. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Interesting thing you have here, curious about your HA integration. Do you do any customization on HA or its all auto-discovery. Wanted to understand your implementation. If you can point to areas of interest in your code so I can understand it better.
I like to use HA but the learning curve appears steep. If I could do everything through config of auto-discovery feature that is what I want to do.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions