Close

Blynk RTC format problem [solved]

A project log for Economical and Automated Home Heating System

Blynk & ESP8266 programed with MicroPython for controlling central heating system.

marko-dragoslavicMarko Dragoslavic 10/30/2017 at 09:160 Comments

I am currently testing the stability of the system . Everything is connected only to monitor the operation of the system.

I have not yet decoded the Blynk RTC time format. I am working on that instead of this it displays the exact date and time when the measurements were performed.

Update: 

Blik server using unix time stamp and micropyhon have function utime.localtime() to decode stamp.

More info at time related functions.

Discussions