Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set PARTY_TIME_START and PARTY_TIME_END not working #156

Open
ben-5555 opened this issue Oct 30, 2021 · 2 comments
Open

Set PARTY_TIME_START and PARTY_TIME_END not working #156

ben-5555 opened this issue Oct 30, 2021 · 2 comments

Comments

@ben-5555
Copy link

Hello,

I try to set the Party start and end time via Nodered 2.1.3 to a HmIP-eTRV-2 (Heizkörperthermostat). If I set PARTY_TIME_START for example to 2021_10_30 08:00 the PARTY_END_TIME jumps to "1999_11_30 00:00".

image

If I set the PARTY_END_TIME to my desiered value, the start time jumps to "1999_11_30 00:00":

image

I use the latest version 3.4.2 of node-red-contrib-ccu and a Homematic CCU2 with the latest firmware 2.59.7.

Has anybody a hint for me?

Thanks,
Ben

@Sineos
Copy link
Contributor

Sineos commented Oct 30, 2021

Try to use

PARTY_MODE_SUBMIT

and as arguments a string containing following items:

"partyModeTemperature,StartTime,StartDay,StartMonth,StartYear,StopTime,StopDay,StopMonth,StopYear"

Whereas:

  • partyModeTemperature needs a dot notation, e.g. 24.0
  • StartTime / StopTime in 30 minute intervals and given in minutes, e.g. 21:30 would be 1290
  • StartYear / StopYear only two digits, e.g. 21 and not 2021

Not tested and I also do not own HmIP devices.
The behavior you are seeing has been reported before and seems to be an issue of the HmIP devices and not of the CCU or RedMatic.

@ben-5555
Copy link
Author

Hello Sineos,

the "new" HmIP devices does not support the PARTY_MODE_SUBMIT only these settings:

image

Ben

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants