Add return status from AC

This commit is contained in:
2022-07-10 18:43:35 +03:00
parent f3221660ce
commit 96976bfaef
5 changed files with 101 additions and 15 deletions

View File

@@ -6,6 +6,9 @@
#include <Adafruit_BME280.h>
#include <MHZ19.h>
#include <RunningMedian.h>
#include <IRremoteESP8266.h>
#include <IRsend.h>
#include <ir_Toshiba.h>
//#include "RemoteDebug.h" //https://github.com/JoaoLopesF/RemoteDebug
#define R_LED (13) //D7
@@ -13,7 +16,8 @@
#define B_LED (0) //D3
#define MOV_SENS (16) //D0
#define P_SENS (14) //D5
#define WF_LED 2
#define WF_LED (2) //D4
#define IR_LED (4) //D2
#define HOST_NAME "MidRoom"
#define TOPIC "home/midroom"