mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-17 19:06:10 +02:00
Implement MQTT discovery for Home Assistant
This commit is contained in:
parent
b1f09d482f
commit
bbc725f316
6 changed files with 105 additions and 11 deletions
|
@ -16,6 +16,7 @@ This code can be compiled using Arduino. The settings were:
|
|||
- Time Arduino Time library (TimeLib.h)
|
||||
- RF24 Optimized high speed nRF24L01+ driver class documentation
|
||||
- PubSubClient A client library for MQTT messaging. By Nick O'Leary
|
||||
- ArduinoJson Arduino Json library
|
||||
|
||||
### Optional Configuration before compilation
|
||||
|
||||
|
@ -65,3 +66,4 @@ For now the following inverters should work out of the box:
|
|||
- `Time` 1.6.1
|
||||
- `RF24` 1.4.2
|
||||
- `PubSubClient` 2.8
|
||||
- `ArduinoJson` 6.19.4
|
Loading…
Add table
Add a link
Reference in a new issue