Remeha eTwist
Moderators: leecollings, remb0
-
- Posts: 5
- Joined: Saturday 14 December 2024 18:10
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Remeha eTwist
Sorry you have to explain me how to do this.
I do have all electric indeed
I do have all electric indeed
-
- Posts: 5
- Joined: Saturday 14 December 2024 18:10
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Remeha eTwist
I have a Elga ace hybrid heatpump maybe you see different stuff if you have an all electric heatpump, if so please share the response body with me.
This is what you asked me to do. Can you let me know how and what you need? Calling api?
This is what you asked me to do. Can you let me know how and what you need? Calling api?
-
- Posts: 47
- Joined: Thursday 04 January 2024 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Remeha eTwist
In the https://github.com/tuk90/RemehaHome-Domoticz page there is a file called Remehatest.py in line 245 and 246 you can fill in your username and password. After that put a # in front of line 151 to out comment that piece of code. Fill in the following line below the outcommented code: print(access_token)
Then run the python code and the access token is printed. If you use a Raspberry pi you can go to the folder of where the script is located and do this: python3 Remehatest.py.
Now you have an access token and this can be used to call all Remeha API's. The apis that you need to call are the following.
Start by doing this get call: https://api.bdrthermea.net/Mobile/api/homes/dashboard, from the response get the applianceid and fill it in in below get call
https://api.bdrthermea.net/Mobile/api/a ... 00:00.000Z.
The easiest way to do this API calls are by using the application Postman
If you can post the response of this call in this topic I am greatfull

-
- Posts: 47
- Joined: Thursday 04 January 2024 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Remeha eTwist
BTW, I updated the plugin to include the 'activeComfortDemand' this states wheter the heatpump is producing heat or not, I use it to dynamically turn on and off my radiator fans
- jvdz
- Posts: 2208
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Remeha eTwist
@Tuk90, I just created an issue in github of an error I get since this morning:
Maybe others have the same issue?
EDIT Created a PR with the changes I made to accommodate the returned JSON changes and make it work again.
Code: Select all
2025-02-12 11:06:06.370 Error: HK-ThermoRemeha: Error making GET request: 'outdoorTemperature'
EDIT Created a PR with the changes I made to accommodate the returned JSON changes and make it work again.
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 47
- Joined: Thursday 04 January 2024 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Remeha eTwist
I have the same issue, I am short of time today and tomorrow but I will have a look on Fridayjvdz wrote: ↑Wednesday 12 February 2025 12:39 @Tuk90, I just created an issue in github of an error I get since this morning:Maybe others have the same issue?Code: Select all
2025-02-12 11:06:06.370 Error: HK-ThermoRemeha: Error making GET request: 'outdoorTemperature'
EDIT Created a PR with the changes I made to accommodate the returned JSON changes and make it work again.
-
- Posts: 47
- Joined: Thursday 04 January 2024 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Remeha eTwist
My other sensors are up again but my outdoor sensor is still down, I will check my JSON response on friday. Is it working for you again?Tuk90 wrote: ↑Wednesday 12 February 2025 14:46I have the same issue, I am short of time today and tomorrow but I will have a look on Fridayjvdz wrote: ↑Wednesday 12 February 2025 12:39 @Tuk90, I just created an issue in github of an error I get since this morning:Maybe others have the same issue?Code: Select all
2025-02-12 11:06:06.370 Error: HK-ThermoRemeha: Error making GET request: 'outdoorTemperature'
EDIT Created a PR with the changes I made to accommodate the returned JSON changes and make it work again.
- jvdz
- Posts: 2208
- Joined: Tuesday 30 December 2014 19:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.107
- Location: Netherlands
- Contact:
Re: Remeha eTwist
The PR changes are making it work for me yes.
I have included my JSON response in the PR so you can check and compare with yours.
I have included my JSON response in the PR so you can check and compare with yours.

New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
-
- Posts: 47
- Joined: Thursday 04 January 2024 15:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Remeha eTwist
I put out a new version wich solves the outdoortemperature for both Boilers (CV) and Heatpumps (thanks jvzd!), furthermore I added the seasonal efficiency (SCOP) for heatpumps as a new device.
-
- Posts: 5
- Joined: Saturday 14 December 2024 18:10
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Remeha eTwist
Works like a charm! Thanks for the fix. Also the SCOP is present.
Who is online
Users browsing this forum: No registered users and 0 guests