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
An Arduino for ESP8266 implementation of [Homie](https://github.com/homieiot/convention), an MQTT convention for the IoT.
9
12
10
-
Currently Homie for ESP8266 implements [Homie 3.0.1](https://github.com/homieiot/convention/releases/tag/v3.0.1)
11
-
12
-
## Note for v1.x users
13
-
14
-
The old configurator is not available online anymore. You can download it [here](https://github.com/homieiot/homie-esp8266/releases/download/v1.5.0/homie-esp8266-v1-setup.zip).
13
+
This branch of Homie for ESP8266 implements [Homie 3.0.1](https://github.com/homieiot/convention/releases/tag/v3.0.1)
15
14
16
15
## Download
17
16
18
-
The Git repository contains the development version of Homie for ESP8266. Stable releases are available [on the releases page](https://github.com/marvinroger/homie-esp8266/releases).
17
+
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).
18
+
Note that there is no release of the 3.x.y branch yet. Please use the git repository if you are interested in latest development.
19
19
20
20
## Using with PlatformIO
21
21
@@ -43,6 +43,7 @@ Add the `PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY` build flag to ensure reliable O
43
43
44
44
4. Update dev/platform to staging version:
45
45
-[Instruction for Espressif 8266](http://docs.platformio.org/en/latest/platforms/espressif8266.html#using-arduino-framework-with-staging-version)
46
+
46
47
5. Add development version of "Homie" to project using `platformio.ini` and [lib_deps](http://docs.platformio.org/page/projectconf/section_env_library.html#lib-deps) option:
*[JSON configuration file](http://homieiot.github.io/homie-esp8266/docs/develop/configuration/json-configuration-file) to configure the device
68
-
*[Cute HTTP API / Web UI / App](http://homieiot.github.io/homie-esp8266/docs/develop/configuration/http-json-api) to remotely send the configuration to the device and get information about it
* Available in the [PlatformIO registry](http://platformio.org/#!/lib/show/555/Homie)
73
-
* Pretty straightforward sketches, a simple light for example:
66
+
*[JSON configuration file](http://homieiot.github.io/homie-esp8266/docs/develop-v3/configuration/json-configuration-file) to configure the device
67
+
*[Cute HTTP API / Web UI / App](http://homieiot.github.io/homie-esp8266/docs/develop-v3/configuration/http-json-api) to remotely send the configuration to the device and get information about it
* Available in the [PlatformIO registry](http://platformio.org/#!/lib/show/555/Homie)**Please note that this is the latest release from V2 branch** - see above how to use latest v3 version with platformio.
72
+
* Pretty straightforward sketches, a simple light for example: (**TODO**: adapt to V3)
0 commit comments