arduino-home-assistant
arduino-home-assistant copied to clipboard
Missing checks if library is used in a wrong way?
Hi,
Used library version: 2.0 Board: eps32C3 dev module
I had two issues which took me some time to find out:
- The uniqueID of a device type must not contain a space
- WifiClient and HAMqtt must be defined in the code before the entities are defined
I did not see an error message, it just did not work.
I am not sure if there are error messages already, because I did not manage to change the "Core Debug Level:" in the board configuration - I never saw any message, also not from other libraries.
If you are interested, I can also provide a more detailed description.