McMagellan

Results 44 comments of McMagellan

I have also noticed that the TOP triggers do not show the current value but the old value. A simple remedy is to call a timer in the TOP trigger...

Thanks for the quick reply. This error has been bothering me for a long time. Good to hear that a fix is ​​coming. Igor asked me not to post any...

I'm currently using version Alpha-8aa33db, #485 I just wrote a long-term test program with concat, print and SetCurves with and without numeric values and got the “Too large read” error...

I switched to version Alpha-f9b90fd #487. now you have to be strong. Unfortunately, during the first test as described above, I had the same error as described above. After rebooting...

Today I had the error again when loading a test rule with "Too large read" in version Alpha-afd39aa, #494. After I reopened the crashed rules window and reloaded the same...

This is already partly possible with beta version 3.5. In order to be able to implement the command @SetCurves in Rules, (needs JSON string) the internal handling of strings was...

@blb4github: I have your command "`print('#Time: ', #Time);`" installed in my SetCurves test rule and it runs without any problems. I'm using version Alpha-baddb94, build #531 on Heishamon V4 In...

If by switching off you mean the button on the remote control (with a green LED), you can easily recognize this in Heishamon using the `TOP0 Heatpump_State` parameter and react...

Here is an example of how something like this can be realized. 1 A function (CheckPanaRun) checks the current status of the TOP0. 1a If the WP is switched on,...

A timer only exists once, which is why multiple calls are not possible. It can be done with settimer(xx,yy); can be preset to a delay time yy in seconds. The...