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

Tuk90
Posts: 38
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

hendrikenrenny wrote: Wednesday 07 February 2024 22:16 Hi,

Great this plugin! I have been waiting for it since a long time.

Would it be possible in the next update to include the entry and back flow temperature (aanvoer en retour) of the heating? Those temperatures could help to optimize the heating.

Thanks!

Hendrik
As far as I know those values are not available via the API. If they are please let me know how they are called or show me the JSON response and I will add it.
bwbboot
Posts: 26
Joined: Saturday 18 June 2016 21:05
Target OS: Linux
Domoticz version: Latest
Location: The Netherlands
Contact:

Re: Remeha eTwist

Post by bwbboot »

Thanks for all the great latest updates!

Do you think you might be able to add the EnergyDelivery value as well?
Tuk90
Posts: 38
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

bwbboot wrote: Monday 12 February 2024 18:02 Thanks for all the great latest updates!

Do you think you might be able to add the EnergyDelivery value as well?
Why would you want to have those?
bwbboot
Posts: 26
Joined: Saturday 18 June 2016 21:05
Target OS: Linux
Domoticz version: Latest
Location: The Netherlands
Contact:

Re: Remeha eTwist

Post by bwbboot »

Because it shows how much kWh heat was delivered by the Heatpump vs the kWh electricity consumed.
Tuk90
Posts: 38
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

bwbboot wrote: Monday 12 February 2024 21:14 Because it shows how much kWh heat was delivered by the Heatpump vs the kWh electricity consumed.
Ok, and in the same way I solved it for the energy consumed?
bwbboot
Posts: 26
Joined: Saturday 18 June 2016 21:05
Target OS: Linux
Domoticz version: Latest
Location: The Netherlands
Contact:

Re: Remeha eTwist

Post by bwbboot »

Yes please. And once again many thanks for getting this all started!
Tuk90
Posts: 38
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

bwbboot wrote: Monday 12 February 2024 22:02 Yes please. And once again many thanks for getting this all started!
Hi,

It took some time but I got it implemented, it is not yet on the main branch but you can test it already: https://github.com/tuk90/RemehaHome-Dom ... yGenerated

ps. for the people that are reading this in the current main branch it is also possible to set the mode of the thermostat to manual, scheduling, temporary override and frostprotection :).
bwbboot
Posts: 26
Joined: Saturday 18 June 2016 21:05
Target OS: Linux
Domoticz version: Latest
Location: The Netherlands
Contact:

Re: Remeha eTwist

Post by bwbboot »

Thank you for the latest update. Just installed!
bwbboot
Posts: 26
Joined: Saturday 18 June 2016 21:05
Target OS: Linux
Domoticz version: Latest
Location: The Netherlands
Contact:

Re: Remeha eTwist

Post by bwbboot »

Seems something has changed a while ago at Remeha. Log is now being spammed with these messages below.

2024-10-01 18:02:44.182 Error: Remeha Home: Error making GET request: 500 Server Error: Internal Server Error for url: https://api.bdrthermea.net/Mobile/api/homes/dashboard
2024-10-01 19:05:51.445 Error: Remeha Home hardware (56) thread seems to have ended unexpectedly
2024-10-01 19:06:05.446 Error: Remeha Home hardware (56) thread seems to have ended unexpectedly
2024-10-01 19:06:19.448 Error: Remeha Home hardware (56) thread seems to have ended unexpectedly
2024-10-01 19:06:24.182 Error: Remeha Home: Error making GET request: 500 Server Error: Internal Server Error for url: https://api.bdrthermea.net/Mobile/api/homes/dashboard

Running Domoticz Version: 2024.7
User avatar
gizmocuz
Posts: 2350
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Remeha eTwist

Post by gizmocuz »

I have these as well, but it is still working
Quality outlives Quantity!
Tuk90
Posts: 38
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

Error 500 are the best :). I saw them before like half a year a go but there seem to be a lot right now. It seems like a general server thingy so not sure if we can do anything to ‘fix’ this. I also do not see big holes in my data, I could reduce the amount of polling but 120 per hour is not outrageous.
manjh
Posts: 708
Joined: Saturday 27 February 2016 12:49
Target OS: Raspberry Pi / ODroid
Domoticz version: 2020.2
Location: NL
Contact:

Re: Remeha eTwist

Post by manjh »

Tuk90 wrote: Sunday 25 February 2024 20:57
bwbboot wrote: Monday 12 February 2024 22:02 Yes please. And once again many thanks for getting this all started!
Hi,

It took some time but I got it implemented, it is not yet on the main branch but you can test it already: https://github.com/tuk90/RemehaHome-Dom ... yGenerated

ps. for the people that are reading this in the current main branch it is also possible to set the mode of the thermostat to manual, scheduling, temporary override and frostprotection :).
Has the package been moved? When I follow this link I get a "not found" error...
Hans
Tuk90
Posts: 38
Joined: Thursday 04 January 2024 15:44
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Remeha eTwist

Post by Tuk90 »

manjh wrote: Sunday 06 October 2024 13:42
Tuk90 wrote: Sunday 25 February 2024 20:57
bwbboot wrote: Monday 12 February 2024 22:02 Yes please. And once again many thanks for getting this all started!
Hi,

It took some time but I got it implemented, it is not yet on the main branch but you can test it already: https://github.com/tuk90/RemehaHome-Dom ... yGenerated

ps. for the people that are reading this in the current main branch it is also possible to set the mode of the thermostat to manual, scheduling, temporary override and frostprotection :).
Has the package been moved? When I follow this link I get a "not found" error...
That was a link to a branch that does not exist anymore. This is the link to master https://github.com/tuk90/RemehaHome-Domoticz
RolandJ
Posts: 1
Joined: Saturday 14 December 2024 18:10
Target OS: Windows
Domoticz version:
Contact:

Re: Remeha eTwist

Post by RolandJ »

Thanks for this plugin. Works great!
Would it be possible to add the COP value? This in present in the app nowadays. Would be nice to log these values in Domoticz.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest