arduino-home-assistant
arduino-home-assistant copied to clipboard
ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
after a power failure of the arduino, the connection no longer works. What could this be? I'm using HA on a raspberry pi4
Good job!!! There is a chance for RGBW light? This option is missing for the full functionality of the lamp.
Hi, At first, thank You for great project! I am trying to use infrared and rf (315MHz) remote controllers with my homemade relay controller. Thanks to your library I can...
I've been trying to set the configuration URL on startup dynamically, however the only working code I've managed to get to compile results in a bytes object instead of a...
This adds two new feature flags to Cover: * `SetPositionFeature` * In addition to the device reporting its current position, if this feature is enabled, then Home Assistant can also...
This adds another option to certain sensors called `setEntityCategory`. There is no checking on the `char` values, as Home Assistant will just ignore them if you set them to anything...
Availability topic doesn't change with data topic and stays at the default "aha". By setting the data topic in the setup section with: mqtt.setDataPrefix("DataTopic"); the availability of the device is...
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...
Please review and feel free to suggest any good changes :slightly_smiling_face: The PR closes issue #142 ### Changes: - Added support for effects for HALight - Updated light example with...