Thermostat blynk-nextion in progress

1st part: nextion display, standalone mode

Video_2019-12-12_1833312019-12-12_193830

P1B P1R P2B P2R P3B P3R Scheduler

fan_green fan_green1 fan_green2 Fan_red Fan / Pump

giphy2 giphy4 Blink Led

flamme Boiler

fleche_dn fleche_up Temp setting

cold sun Season

wifi signal Wifi signal

power-button-black power-button-black2 Display on/off

alerte cadena Alert / lock

btn_parametre Setup and boiler control

5 Likes

BT18 Display on/off , touch press event

if(va2.val==255)
{
  va2.val=0
  dim=va2.val // backlight off
}
page 3 // goto page 3

page 3 touch press event

dim=255 // backlight on
page 0 // return to first page

How to animate Fan ?
I’ve created One timer tm0 and one Variable va0
this is timer event :

bt12.pic=va0.val //bt12 is fan
va0.val=va0.val+1
if(va0.val>38) //36 to 38 are the png fan pic, corresponding to the 3 fan pics positions to make it turn.
{
  va0.val=36
}

Last graphic release :thinking:

064241

signal strength
signal0 signal1 signal2 signal

Next step, the sketch :shushing_face:

5 Likes

Hi Alexis

Can we have more details about your Nextion Display?

I found many models & sizes

Thanks

1 Like

another layout I found (idea)

Yes, I saw it.
The mine is home made :shushing_face:

did you get your nextion display @Ze_Pico ?
I 'm working on nextion HTTP upload at the moment !

28 posts were split to a new topic: Getting Nextion HTTP OTA uploads working