├── README.md ├── firmware ├── README.MD └── firmware.bin ├── images ├── pcb.PNG ├── pcb_cover.png ├── pcb_solder.png ├── refresh-thonny.png └── schematic.PNG └── main ├── examples ├── config_example.py └── main_example.py ├── heatpump.py ├── hpfuncs.py ├── inithp.py ├── mqtt_as.py └── ota_updater.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/README.md -------------------------------------------------------------------------------- /firmware/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/firmware/README.MD -------------------------------------------------------------------------------- /firmware/firmware.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/firmware/firmware.bin -------------------------------------------------------------------------------- /images/pcb.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/images/pcb.PNG -------------------------------------------------------------------------------- /images/pcb_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/images/pcb_cover.png -------------------------------------------------------------------------------- /images/pcb_solder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/images/pcb_solder.png -------------------------------------------------------------------------------- /images/refresh-thonny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/images/refresh-thonny.png -------------------------------------------------------------------------------- /images/schematic.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/images/schematic.PNG -------------------------------------------------------------------------------- /main/examples/config_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/examples/config_example.py -------------------------------------------------------------------------------- /main/examples/main_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/examples/main_example.py -------------------------------------------------------------------------------- /main/heatpump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/heatpump.py -------------------------------------------------------------------------------- /main/hpfuncs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/hpfuncs.py -------------------------------------------------------------------------------- /main/inithp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/inithp.py -------------------------------------------------------------------------------- /main/mqtt_as.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/mqtt_as.py -------------------------------------------------------------------------------- /main/ota_updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/toremick/shorai-esp32/HEAD/main/ota_updater.py --------------------------------------------------------------------------------