Date
1 - 2 of 2
MQTT available topic list
Cornelius Claussen
No, there isn't. But in general you should not access any of the topics directly outside of everest framework, that may confuse the internal logic and the topics are also not considered stable and may change any time.
If you want to access some vars or execute commands you should write an everest module with proper requirements etc.
If you want to have an non everest process communicate with everest over mqtt use the API module, it exposes a simplified API that is more stable.
Best Cornelius
Alberto Merciai <alb3rt0.m3rciai@...> schrieb am Do., 29. Dez. 2022, 14:52:
Is there a way to retrieve all MQTT topics available given a config file?