2021-01-07 21:55:35 +01:00
2021-01-07 21:55:35 +01:00
2020-12-20 12:46:04 +01:00
2020-12-02 21:55:57 +01:00
2020-12-20 12:46:04 +01:00
2021-01-07 21:35:17 +01:00

Arduino Home Assistant

ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT. The library is designed to use as little resources (RAM/flash) as possible. Initially it was optimized to work on Arduino Uno with Ethernet Shield, but I successfully use it on ESP8266/ESP8255 boards in my projects.

Examples

Tested boards

  • Arduino Uno
  • Arduino Mega
  • Controllino Maxi (standard/pure/automation/power)
  • Controllino Mega (standard/pure)
  • NodeMCU
  • ESP-01
  • Generic ESP8266/ESP8255

Tested Arduino Shields

  • Arduino Ethernet Shield (WizNet W5100)

Supported HA types

  • Binary sensors
  • Device triggers
  • Switches
  • Sensors
  • Tag scanner

Unsupported features

The library doesn't support all features of the MQTT integration. If you need support for a new feature please open a new issue in the repository.

S
Description
ArduinoHA allows to integrate an Arduino/ESP based device with Home Assistant using MQTT.
Readme
2.8 MiB
Languages
C++ 99.1%
C 0.9%