Jonas Hagberg

Results 31 comments of Jonas Hagberg

Hej What HW are you using? This is my Adafruit HUZZAH esp8266 Same error. ``` MDNS responder started HTTP server started Got IP: 192.168.1.43 [NTP] NTP Server #0 set to:...

I am running the latest ESP 2.4.0 release and Arduino 1.8.5. Using sntp it is slow to sync sometimes a bit faster. Using the NTPclient example from the esp library...

What version of ESP8266 lib/tools are you using? https://github.com/esp8266/Arduino

Thanks! Yes they have changed the whole implementation from lwip1 to lwip2 and using Newlib from https://sourceware.org/newlib/libc.html#Timefns So actually this lib is no longer needed or needs to be rewritten....

Yes I would like to use TimeAlarms that is dependent on TimeLib but if we do not actually need the Timelib I wonder how I easily can create TimeAlarms. I...

Its the same as you are using. :) https://github.com/stelgenhof/NTPClient/blob/8bd5ebb88762b0a4e3c4179ba2167a20fde975fb/src/NTPClient.h#L17 TimeAlarms need the TimeLib to work.

Yes and DST works directly without any extra lib or so. And sorry for misspelling and creating confusion. And thanks for your help here!

Hej Yes I have also noticed that but for me it gets sync almost direct and I have added a wait for wifi before printing that helps get the initial...

In SBFspot ``` case SpotACVoltage: // SPOT_UAC1, SPOT_UAC2, SPOT_UAC3, SPOT_IAC1, SPOT_IAC2, SPOT_IAC3 command = 0x51000200; first = 0x00464800; last = 0x004655FF; break; ``` Only the six is listed and also...

Hej Is there any good way to decode responses from the inverter? I just installed Sunny Explorer in a Windows Virtual box and I can see a lot of variables...