-
It would be nice to change some/all parameters via mqtt in normal mode.
This should be easy for $name, $fwname and $fwversion.
Maybe this would even be possible for wifi (ssid, passphrase, ip, ..) a…
-
I must say I really enjoy your project. Beautiful work.
I made a little list of ideas and suggests that I think would be a welcome addition.
Please notice that I don't use the HomieServer but instead…
-
After including Homie.h any code that uses the min() function will fail to compile unless you give it a namespace. This is unlike other Arduino libs and causes confusion.
# include
# include
void s…
-
As first reported in #44 I'm seeing a disconnect when Homie connects via TLS (this does not occur in plain connections). Screenshot:
![screenshot_2016-03-23_09-41-00](https://cloud.githubusercontent.…
-
I still don't understand how to setup the ota web server.
I understand how it technically works.
But do I have to develope this myself?
Or is there some kind of index.php file that I can copy to my …
-
I got a tricky serial issue with a generic ESP module... I eventually figure that for "generic ESP8866 module" the BUILTIN_LED is set to 1 in arduino/esp8266 (https://github.com/esp8266/Arduino/blob/5…
-
As the configuration array continues to grow and there is currently very little control validation on the data stored in EEPROM (checksums, lengths etc) would it not be an idea to simply store the jso…
-
Homie currently hard-codes the MQTT base topic to `"devices"`. I'd like to propose making this configurable via JSON:
``` json
"mqtt" : {
"port" : 1883,
"basetopic" : "sensors/homie/",
...
}
``…
-
As per [the JSON documentation](https://github.com/marvinroger/homie-esp8266/wiki/5.-JSON-configuration-file) I have uploaded a configuration which configures Homie to use TLS (the artist formerly kno…
-
I've check other issue and run debugging test and find, send the String or const char\* parameter to the WiFi.softAP() function still not working , I find in https://github.com/esp8266/Arduino/blob/5f…