Skip to content

tuomassalo/ensto-bt-thermostat-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NB: See also https://github.com/jumakki/esphome-ensto

Ensto BT Thermostat Reader

This program attempts to connect to an Ensto ECO16BT (possibly also other models such as ECO10BTW, ELTE6-BT, EPHE5-BT) Bluetooth thermostat and read temperature and other data.

The output is JSON data (prettified here for clarity):

{
    "address": "90:fd:9f:12:34:56",
    "deviceName": "Livingroom",
    "relayIsOn": false,
    "roomTemperature": 20.5,
    "targetTemperature": 19.5,
    "timestamp": "2021-12-31T12:34:56.789Z"
}

Tested with:

  • RPi 3 Model B v1.2
  • Raspbian 10
  • Node 16.13.0

How to use

Known bugs

See the usage function in ensto-bt-thermostat-reader.js for a list of known bugs.

Resources

The document Ensto_BT_IOT_interface_specification.pdf (not anymore available at Ensto website) was used to find out UUIDs and other functionality. Same information could have been obtained by reverse engineering the Ensto Heat mobile app.

About

Read Ensto BT thermostat readings with node and BLE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages