copyrights
copyrights
I did version pinning to pass the checks, but I'm not sure if this is a good idea. It will need more maintenance with only little benefits.
> What would the flow be to just update internal sources? docker build --target N-step ? > Maybe just always force to use external directory? (or docker storage volume, for...
> There is a small issue when user has different UID than 1000. We need to both remap docker-run uid and append HOME env for the npm to cache things,...
@wsw70 thanks for sharing your current status. I though about using `FROM python:2` too, but as nodejs is needed for complete build I chose debian.
@wsw70 If you change some web files gulp is used to shrinks them to gz.h files.
My use-case is milight remote -> esp8266_milight_hub (NRF24L01) -> MQTT (user/pw,SSL+Fingerprint) -> mosquitto -> OpenHAB. So I mainly focus on that with "MQTT update topic pattern". I did some basic...
One more comment on my implementation. As the library name indicates, MQTT now runs asynchronous. So there is no need for a .loop() in that library. Which would be great,...
Oh, I think I just found the issue with the MQTT state behaviour. I will fix and test it.
Found it, fixed it, tested it. MQTT state now publish state as valid JSON.
About the free heap it seems to be SSL. If you compile without ASYNC_TCP_SSL_ENABLED in build_flags, free heap does increase. I have a SSL-only broker, so I can't test how...