A smart AC controller implemented with esp8266 and raspberry pi
- First install platformio dependencies from here
- For Actuator and Thermometer
cd Actuator
make
make upload
cd ..
cd Thermometer
make
make upload
- For the server
cd Server
python server.py [-h] [--verbose] [-ip IP] [-port PORT]
'