You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update file permissions (#525)
* update file permissions
* Update CI Build
* Add option for ota_updater script to connect to TLS-protected brokers +Send when online only (#512)
* Add option for ota_updater script to connect to TLS-protected brokers
* Fix ota_updater not working when device is in deep sleep mode
* Fix CI PK algorithm used
* Add 'name' field to HomieNode
* Update Homie version (3.0.0)
* Add 'init' state to advertise progress
* Add 'stats' state to advertise progress
* Add 'ready' state to advertise progress
* Add 'PUB_NAME' state to advertise progress
* Add 'name', 'unit', 'datatype' and 'format' fields to 'Property' class
* Initialize 'name', 'unit', 'datatype' and 'format' to null
* Set global step to 'PUB_INIT' on disconnect
* Publish properties attributes on setup
* Fix 'NULL' spelling
* Fix typo
* Fix typos
* Remove property attribute setters and overload 'advertise' function
* Rework the property attribute announcement mechanism
* Remove ':settable' indicator from properties advertisement
* Change 'will' topic and message to '$state'->'lost'
* Set '$state' attribute to "sleeping'
* Update all examples
* Update library version
* Implement node arrays functionality
* Adapt examples
* Update README file
* Fix cpplint complains
* Introduce individual set functions for optional attributes of properties
* Update examples to the new advertise syntax
* Fix cpplint errors
* Fix typo in TemperatureSensor example
* Add $retained attribute to properties (Homie 3.0.1) and button example
* Address review comments
* -Ported to esp32. homie-esp8266 now supports architectures esp32 and esp8266.
-Successfully tested with M5Stick/Environment Sensor (https://docs.m5stack.com/#/en/core/m5stick, https://docs.m5stack.com/#/en/unit/env) on openHAB 2.4 / mosquitto 1.4.15.
-For increased openhab2.4 compatibility $stats/interval is now set correctly and published on every stats update (see eclipse-archived/smarthome#6495).
-On esp32 OTA and LED support are currently not working (future work needs to be done, see #FIXME comments).
* Increased WiFi robustness: Explicit connects/reconnects for proper
handling of sockets/connections.
* Increased WiFi robustness: Explicit connects/reconnects for proper handling of sockets/connections.
* lint: Fixed indent.
* Fix "SPIFFS: mount failed" by setting formatOnFail to true (see espressif/arduino-esp32#638)
* Use LED if defined.
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ An Arduino for ESP8266 implementation of [Homie](https://github.com/homieiot/con
12
12
13
13
This branch of Homie for ESP8266 implements [Homie 3.0.1](https://github.com/homieiot/convention/releases/tag/v3.0.1)
14
14
15
+
15
16
## Download
16
17
17
18
The Git repository contains the development version of Homie for ESP8266. Stable releases are available [on the releases page](https://github.com/homieiot/homie-esp8266/releases).
0 commit comments