Maybe it's useful.
My Perl knowledge is limited so that the Code changes doesn't look pretty but previous tests were successful and it works for me. All just tested with the executable max. I just Changed parts of the Perl modules.
The request contains:
use of <mode> for set room temperature
mode input as text or number value: 00 or auto, 01 or manual, 10 or vacation, 11 or boost
new environment variable MAX_DEFMODE for Default <mode>
output of shutters and those values within do_status
added do_batstatus
some, more or less error handling
With every start Shutters and probably Buttons still cause errors like: fixed.
Use of uninitialized value $setpoint in bitwise and (&) at /opt/eq3-max-master/bin/../lib/Max.pm line 127, <GEN0> line 8.
Use of uninitialized value $setpoint in bitwise and (&) at /opt/eq3-max-master/bin/../lib/Max.pm line 128, <GEN0> line 8.
They are probably caused by the lines: Lines were in the wrong order
Maybe it's useful. My Perl knowledge is limited so that the Code changes doesn't look pretty but previous tests were successful and it works for me. All just tested with the executable max. I just Changed parts of the Perl modules.
The request contains:
<mode>
for set room temperature<mode>
With every start Shutters and probably Buttons still cause errors like:fixed.They are probably caused by the lines:Lines were in the wrong orderAt the moment i don't have a quick fix for that. Works anyway.fixed.best regards, Sebastian
Edited the further progress.