Hi @softypit. I've created a fork of this repo to enable automatic integration into Home Assistant. You may have a look into https://github.com/gmag11/esp32_mqtt_eq3.
I can start a pull request to merge it with your code but this has a few breaking changes:
Topics do not start with /: In MQTT there is the convention to do that. Keeping that causes some visualisation issues in several apps.
Commands are integrated into topics: My intention was to simplify payload so I have to use less templates into Home Assistant and have a simpler entity definition.
Hi @softypit. I've created a fork of this repo to enable automatic integration into Home Assistant. You may have a look into https://github.com/gmag11/esp32_mqtt_eq3.
I can start a pull request to merge it with your code but this has a few breaking changes:
/
: In MQTT there is the convention to do that. Keeping that causes some visualisation issues in several apps.Let me know your thoughts about this