arduino-home-assistant icon indicating copy to clipboard operation
arduino-home-assistant copied to clipboard

Missing checks if library is used in a wrong way?

Open klausj1 opened this issue 1 year ago • 2 comments

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.

klausj1 avatar Feb 10 '24 09:02 klausj1