Jozef Sovcik
Jozef Sovcik
Sorry, typo in provided example. Otherwise it wouldn't compile, right? :-) The issue is clearly visible in reference source code.
Well, actually not possible that way. You created tempbuffer for property id, which is being "copied" and so temporary buffering is possible. The problem with e.g. property name is that...
Same issue here :-(
Hi, I'm trying to run it on NodeMCU connected+powered by USB. It is my usual configuration, so I'd rule power issues out. As for libraries - using Platofmio, so all...
And after updating platform to the most current: ``` onnected with r2d2r4d4, channel 11 dhcp client start... ip:172.16.26.122,mask:255.255.255.0,gw:172.16.26.1 ✔ Wi-Fi connected, IP: 172.16.26.122 Triggering WIFI_CONNECTED event... ↕ Attempting to connect...
Tried with https://github.com/homieiot/homie-esp8266/releases/tag/v2.0.1-pre1 - so far the same result.
Tried the same with a different mqtt host, no authentication: ``` ↕ Attempting to connect to MQTT... Sending initial information... ets Jan 8 2013,rst cause:4, boot mode:(3,6) wdt reset load...
Config file ``` { "name": "Test", "device_id": "homie_test", "device_stats_interval": 60, "wifi": { "ssid": "r2d2r4d4", "password": "PrettySecureI0T" }, "mqtt": { "host": "mqtt.eclipse.org", "port": 1883, "base_topic": "homie/" }, "ota": { "enabled": true...
It seems to have an issue with this part: ``` case AdvertisementProgress::GlobalStep::SUB_SET: packetId = Interface::get().getMqttClient().subscribe(_prefixMqttTopic(PSTR("/+/+/set")), 2); if (packetId != 0) _advertisementProgress.globalStep = AdvertisementProgress::GlobalStep::SUB_BROADCAST; break; ``` packetId == 0 after calling...
> Your upload speed looks way too high. I can not imagine, that the ESP is able to write the flash that fast. It is fine for NodeMCU. Works like...