Skip to content

Custom component for BAXI themostat integration

License

Notifications You must be signed in to change notification settings

satsura/dedietrich_thermostat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BAXI THERMOSTAT

hacs_badge

This component provides integration with Baxi branded thermostat (ONLY TESTED WITH TXM)

How to install

You can use HACS to install this integration as custom repository

If you are not using HACS, you must copy baxi_thermostat into your custom_components folder

Configuration

Configuration via integration is recommended. Add an instance of Baxi Thermostat using the UI:

And follow the steps:

Is it also possible to configure manually, but then, only entities will be created (not device).

climate:
  - platform: baxi_thermostat
    name: My Baxi Thermostat
    username: <your username>
    password: <your password>
    pairing_code: <your paring code>

Pairing code can be get from the thermostat device or from the Baxi app, under: Settings > Connected devices and services > Invite someone

Screenshot

Integration will create a climate entity, that will look like this in Lovelace:

Integration will also create a couple of entities for energy consumption and a Device that groups all entities (only if configured using UI)

Work in progress

  • Super huge refactor (code is completely shitty now)
  • Lots (seriously, lots) of bugs to be fixed.
  • Multidevice not tested, probably not working
  • Translation

Thanks to

About

Custom component for BAXI themostat integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%