Remeha eTwist

Use this forum to discuss possible implementation of a new feature before opening a ticket.
A developer shall edit the topic title with "[xxx]" where xxx is the id of the accompanying tracker id.
Duplicate posts about the same id. +1 posts are not allowed.

Moderators: leecollings, remb0

RolandJ
Posts: 5
Joined: Saturday 14 December 2024 18:10
Target OS: Windows
Domoticz version:
Contact:

Re: Remeha eTwist

Post by RolandJ »

Sorry you have to explain me how to do this.
I do have all electric indeed
Tuk90
Posts: 47
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

RolandJ wrote: Tuesday 14 January 2025 16:36 Sorry you have to explain me how to do this.
I do have all electric indeed
Do what, can you be more specific? Getting an access token or calling the api or both?
RolandJ
Posts: 5
Joined: Saturday 14 December 2024 18:10
Target OS: Windows
Domoticz version:
Contact:

Re: Remeha eTwist

Post by RolandJ »

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?
Tuk90
Posts: 47
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

RolandJ wrote: Tuesday 14 January 2025 19:43 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?
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 :).
Tuk90
Posts: 47
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

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
User avatar
jvdz
Posts: 2211
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Remeha eTwist

Post by jvdz »

@Tuk90, I just created an issue in github of an error I get since this morning:

Code: Select all

2025-02-12 11:06:06.370 Error: HK-ThermoRemeha: Error making GET request: 'outdoorTemperature'
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.
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
Tuk90
Posts: 47
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

jvdz wrote: Wednesday 12 February 2025 12:39 @Tuk90, I just created an issue in github of an error I get since this morning:

Code: Select all

2025-02-12 11:06:06.370 Error: HK-ThermoRemeha: Error making GET request: 'outdoorTemperature'
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.
I have the same issue, I am short of time today and tomorrow but I will have a look on Friday
Tuk90
Posts: 47
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

Tuk90 wrote: Wednesday 12 February 2025 14:46
jvdz wrote: Wednesday 12 February 2025 12:39 @Tuk90, I just created an issue in github of an error I get since this morning:

Code: Select all

2025-02-12 11:06:06.370 Error: HK-ThermoRemeha: Error making GET request: 'outdoorTemperature'
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.
I have the same issue, I am short of time today and tomorrow but I will have a look on Friday
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?
User avatar
jvdz
Posts: 2211
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: Remeha eTwist

Post by jvdz »

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. :-)
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
Tuk90
Posts: 47
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

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.
RolandJ
Posts: 5
Joined: Saturday 14 December 2024 18:10
Target OS: Windows
Domoticz version:
Contact:

Re: Remeha eTwist

Post by RolandJ »

Works like a charm! Thanks for the fix. Also the SCOP is present.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests