Arduino Thermostat HVAC | Google Nest | Part #1 | Tutorial # 40

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 32

  • @alexjackie5220
    @alexjackie5220 3 роки тому +2

    I'm having trouble compiling. Can you provide the link for the Nextion library you used. Thanks

  • @alexjackie5220
    @alexjackie5220 3 роки тому +1

    Great job. I was hoping you could supply the 3D print file for the display?
    Thanks

  • @turbo2ltr
    @turbo2ltr 4 роки тому

    Please post a parts list either here or in the github so we can start ordering! Would also be cool if you could post the unflattended (PSD?) images so it would be easy to change the background or icons.

    • @netmedias7657
      @netmedias7657  4 роки тому +1

      Sure, I will do it soon.

    • @robysargl
      @robysargl Рік тому

      Before ordering the parts, try to copy the sketch to see that it doesn't work childishly :))

  • @roystervi
    @roystervi 4 роки тому

    Mqtt?
    this will work great in home assistant if it has mqtt for generic thermostat
    I have a generic thermostat on my 2 attic fans

  • @robysargl
    @robysargl Рік тому

    ERROR LIME 13. Nextion myNextion(nextion, 9600); //create a Nextion object named myNextion using the nextion serial

  • @robysargl
    @robysargl Рік тому

    Compilation error: 'class Nextion' has no member named 'setComponentText'

  • @miftahulchoir6484
    @miftahulchoir6484 4 роки тому

    Can for celcius ?

  • @yogeshitaliya473
    @yogeshitaliya473 4 роки тому

    Nice one again

  • @daleetchells181
    @daleetchells181 4 роки тому

    Greetings. Seems your GitHub link isn’t working, or will be ready on part 2 release?

    • @netmedias7657
      @netmedias7657  4 роки тому

      github.com/nassir-malik/Smart_Thermostat_Just_Like_Google_Nest

  • @solamentexelo
    @solamentexelo 4 роки тому

    Amazing!!!!

  • @recoleta3d
    @recoleta3d 3 роки тому

    friend, can you do a tutorial explaining the libraries, because it doesn't work for me

    • @netmedias7657
      @netmedias7657  3 роки тому +1

      Sure, I will do that in next tutorial

    • @recoleta3d
      @recoleta3d 3 роки тому

      @@netmedias7657
      friend, what is the nextion library used? How can I download it?

    • @nastec
      @nastec 3 роки тому

      @@recoleta3d please see my first video, I showed in video how to use the library and ide to program the display

    • @recoleta3d
      @recoleta3d 3 роки тому

      @@nastec the nextion itea library does not work, what is the nextion library that works?

    • @robysargl
      @robysargl Рік тому

      @@netmedias7657 The spell. You don't say which version of arduino you use and you don't say which library you use and which versions. You only have dry magic. There are enough people on youtube who share what they do correctly. You are an egoist.

  • @ronm6585
    @ronm6585 4 роки тому

    Great video, thanks. Can't wait for the next one.

  • @robysargl
    @robysargl Рік тому

    In file included from C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino:5:0:
    C:\Users\SRA\Desktop
    extion\thermostate_3
    extion.h:13:1: error: 'Nextion' does not name a type
    Nextion myNextion(nextion, 9600); //create a Nextion object named myNextion using the nextion serial port @ 9600bps
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3
    extion.h: In function 'void updateTemp()':
    C:\Users\SRA\Desktop
    extion\thermostate_3
    extion.h:18:5: error: 'myNextion' was not declared in this scope
    myNextion.sendCommand("bt2.picc=0");
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3
    extion.h:23:5: error: 'myNextion' was not declared in this scope
    myNextion.sendCommand("bt2.picc=1");
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3
    extion.h: In function 'void lcd_pcorcess(String)':
    C:\Users\SRA\Desktop
    extion\thermostate_3
    extion.h:38:9: error: 'myNextion' was not declared in this scope
    myNextion.buttonToggle(unit_status, "bt0", 0, 2);
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino: In function 'void setup()':
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino:58:3: error: 'myNextion' was not declared in this scope
    myNextion.setComponentText("t2", "Getting Time...");
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino: In function 'void loop()':
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino:83:20: error: 'myNextion' was not declared in this scope
    String message = myNextion.listen(); //check for message
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino: In function 'void updatescreen()':
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino:147:5: error: 'myNextion' was not declared in this scope
    myNextion.setComponentText("t1", String(setTemp));
    ^
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino: In function 'void update_display_time_and_temp()':
    C:\Users\SRA\Desktop
    extion\thermostate_3\thermostate_3.ino:174:3: error: 'myNextion' was not declared in this scope
    myNextion.setComponentText("t2", getTimeStampString());
    ^
    Multiple libraries were found for "SD.h"
    Used: C:\Users\SRA\AppData\Local\Arduino15\libraries\SD
    Not used: C:\Users\SRA\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.3\libraries\SD
    exit status 1
    Compilation error: 'Nextion' does not name a type

    • @rhinosteeves
      @rhinosteeves 7 місяців тому

      Hello, I am just looking on this project now and had the same issue with the Itead nextion ibrary. Did you find a solution, is there another library that is being used?

  • @benzrom5096
    @benzrom5096 4 роки тому

    good job