Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
Yes RC35 is only on/off, but you can enter the temperature state as single number 0-3, for RC35 and RC30_N this is limited to 0-1. See here and here. |
Beta Was this translation helpful? Give feedback.
-
Thanks Michael for your answers! Really appreciated. |
Beta Was this translation helpful? Give feedback.
-
In your example there is only T1-T3, is the low nibble of first byte 1-4 or 0-3? Maybe use single number 0-3 or alternative T1-T4? |
Beta Was this translation helpful? Give feedback.
-
Could you not create a script calling the API via Curl to set each individual switch point? See https://emsesp.github.io/docs/#/Command?id=examples. A nice enhancement for later is a command (API or Console) to fetch and display all the times for a program. And while thinking about this, at some point it would be good to be able to call commands from the WebUI (like watch, publish, fetch, reset..) |
Beta Was this translation helpful? Give feedback.
-
I'm working on adding the switch points of the Moduline 400 (RC30) thermostat Clock Program. This information is using the 0x3F telegram which is almost the same as the RC35 thermostat. The difference is that the Moduline 400 is using 4 temperature states (T1-T4) and the RC35 only 2.
Now I'm looking at the process_RC35Timer function and it looks like it only gets the first switch point and not all switch points of the
program (max 42 switch points)
Question:
Is this by intention or do I just don't understand how it should work? (probably the last 😂 )
I see btw that setting the switch point does support setting all of the 42 switch points one by one.
The reason why I ask it is because I don't want to immediately drastically change the timer function when there is a specific reason to only get the first switch point.
Getting the data from telegram 0x3F is already complex enough because it is a Long telegram which you receive 4 times with a different offset and length to get it completely.
Example of the output of my Moduline 400 with the 19 switch points I like to see
10 0B 3F 00 03 36 03 66 01 81 23 36 23 66 21 81 43 57 43 66 41 81 63 36 63 66 61 81 83 2D 83 66 81 84 A3 3F A1 84 C3 3F C1 84 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 E7 90 01 00 00 01 01 00 01 01 00 01 01 00 01 01 00 00
Thanks
Beta Was this translation helpful? Give feedback.
All reactions