ESP32_ChinaDieselHeater_Con.../README.md

26 lines
878 B
Markdown
Raw Normal View History

2018-09-23 01:29:14 +02:00
# BluetoothHeater
Bluetooth interface for Chinese Diesel Heaters
Working so far:
* Power On/Off
* Temperature + & -
2018-11-25 22:43:01 +01:00
* Fuel mixture tuning
* Temperature sensing (DS18B20)
2018-10-30 08:42:17 +01:00
* Heat exchanger body temperature as reported by heater unit
2018-11-25 22:43:01 +01:00
* Interface to external SH1106 based OLED for a full featured controller
* 5 button keypad interface
2018-10-30 08:42:17 +01:00
* Smart error detection, observes unusual heater state progression (ignition fail)
* Bluetooth Connectivity
* Bluetooth Control App for Android (Alpha Testing)
2018-10-30 09:08:49 +01:00
* WiFi Connection to existing network or Standalone Access Point Mode (Passwd: thereisnospoon)
2018-11-25 22:43:01 +01:00
* list to be expanded
2018-10-30 08:42:17 +01:00
To be implemented
--------------------------
* Wifi control
2018-10-30 09:08:49 +01:00
* DebugPort data to be sent via Telnet if/when available on the network.
* MQTT pub/sub
* Expand hardware compatability with different MCU setups. IE Arduino Due/Mega/Pro ESP8266 & ESP32
2018-10-30 08:42:17 +01:00
* Documentation