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