Merge branch 'master' of gitlab.com:mrjones.id.au/bluetoothheater
This commit is contained in:
commit
f8f70058f9
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -1,3 +1,23 @@
|
|||
# BluetoothHeater
|
||||
|
||||
Bluetooth interface for Chinese Diesel Heaters
|
||||
Bluetooth interface for Chinese Diesel Heaters
|
||||
|
||||
Working so far:
|
||||
* Power On/Off
|
||||
* Temperature + & -
|
||||
* Heat exchanger body temperature as reported by heater unit
|
||||
* Smart error detection, observes unusual heater state progression (ignition fail)
|
||||
* list to be expanded
|
||||
* Bluetooth Connectivity
|
||||
* Bluetooth Control App for Android (Alpha Testing)
|
||||
* WiFi Connection to existing network or Standalone Access Point Mode (Passwd: thereisnospoon)
|
||||
|
||||
To be implemented
|
||||
--------------------------
|
||||
* Wifi control
|
||||
* DebugPort data to be sent via Telnet if/when available on the network.
|
||||
* MQTT pub/sub
|
||||
* Temperature sensing (DS18B20)
|
||||
* 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
|
||||
* Documentation
|
||||
|
|
Loading…
Reference in a new issue