This app is not active maintained, only Pull requests will be put through.
This app was made for the old API, Remeha is moved from e-twist app to Remeha Home. This app will not work with Remeha home. I don’t know about the other brands.
Homey App for thermostats from BDR Thermea group. BDR Thermea is owner of the brands Remeha, Baxi, De Dietrich, Chappee, Baymak and Brötje Heizung
This app uses an unofficial API and needs an internet connection to function, if there is no internet then you can only control your devices with the mobile app. You have to pair your devices first with the thermostat.
Supported devices
Baxi Usense
Remeha Etwist
WIP
Brötje IDA
Setup device
Press Add device
Choose BDR app
Choose the right thermostat
On the pairing page fill in the e-mail and password
I tried to install a Remeha Etwist but it fails saying that the outside temperature could not be read/imported. That could be right as my thermostat does not have an outside temperature sensor.
@Roland, can you send me a diagnostic report. Please fill your username in report and post de id in this threat. There is a check if outside temp is pressent, and capablity should only be added when pressent.
I did not recieve a diagnostic report, I think you send a Homey general diagnostic report( that one goes to Athom). I need an app diagnostic report: more=> apps => BDR thermea climate=>gear( right top) => create diagnostic report.
I have looked at you log, but strange enough the url for requesting status info is missing. This status info is called for checking if there is outside temperature pressent. But without status there is no info at all.
I still have the eTwist app. I did receive an email from Remeha that the eTwist device will get an update and from then on I should replace the eTwist app on my phone by the Remeha Home app.
The email states that this will happen before the end of the year but they can’t tell me when exactly.
I found your code and did some checking with Postman. The statusUri endpoint is calculated differently for my eTwist from Remeha.
var api_endpoint = this.capabilities.centralHeatingZones?.statusUri
should be
var api_endpoint = this.capabilities.centralHeatingZones?.uri + “/status”
@Roland and @Phuturist thanks for the info. The data is little bit different then where my code based on (Home assistant) and my own data. I will try to change it to use some of the endpoints even when they are not listed.
There is new version on test. In this version getting the status will be done alway and pairing doesn’t need status info anymore.
@Phuturist and @Roland, can you test if you can add device now and if you are getting temperature info.
The folowing urls where missing according my own log:
centralHeatingZones.statusUri - required (measured temperature, setpoint, mode and status)
centralHeatingZones.putFirePlaceModeUri - not used
centralHeatingZones.paramsControlStrategyUri - not used
domesticHotWaterZones.getSetpointUri - not used
producers.parametersUri - not used
producers.energyConsumptionUri - optional (used power)
system.outsideTemperatureConditionsUri - optional (outside temperature)
system.operatingModeUri - optional (operating mode: off, cool, heat, auto)
The optional urls are used to unlock those capabilties because not every device has them.
Installing the eTwist works with version 0.0.5. Set temp, room temp, water temp look ok. I will monitor over time and give and update later this week.
Thx for the update.