We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I have installed a module for load control 01455. This module allows you to control some loads and to set the operating mode on 4 options.
`<payload-len 894 </payload-len <payload Response: DBMG-000 NextRows: 16 Row000001: 'ID','NAME','STATUS_ID','CURRENT_VALUE' Row000002: '229','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_VIDEOMESSAGE_UNHANDLED','-1','0' Row000003: '265','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SENSORS_HUMIDITY_ALARM','-1','0' Row000004: '270','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SAI2_LOG_ALARM','-1','0' Row000005: '289','scambio_totale','-1','-0.010' Row000006: '291','consumo_totale','-1','0.680' Row000007: '1030','forzatura','-1','0' Row000008: '1034','funzionamento','-1','0' Row000009: '1039','forzatura','-1','1' Row000010: '1043','funzionamento','-1','2' Row000011: '1048','forzatura','-1','0' Row000012: '1052','funzionamento','-1','0' Row000013: '1057','forzatura','-1','0' Row000014: '1061','funzionamento','-1','0' Row000015: '1756','soglia_max','-1','9.90'`
`<payload-len
894 </payload-len
<payload
Response: DBMG-000 NextRows: 16 Row000001: 'ID','NAME','STATUS_ID','CURRENT_VALUE' Row000002: '229','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_VIDEOMESSAGE_UNHANDLED','-1','0' Row000003: '265','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SENSORS_HUMIDITY_ALARM','-1','0' Row000004: '270','_DPAD_DBCONSTANT_VIMAR_BYME_TRIGGEROBJECT_SAI2_LOG_ALARM','-1','0' Row000005: '289','scambio_totale','-1','-0.010' Row000006: '291','consumo_totale','-1','0.680' Row000007: '1030','forzatura','-1','0' Row000008: '1034','funzionamento','-1','0' Row000009: '1039','forzatura','-1','1' Row000010: '1043','funzionamento','-1','2' Row000011: '1048','forzatura','-1','0' Row000012: '1052','funzionamento','-1','0' Row000013: '1057','forzatura','-1','0' Row000014: '1061','funzionamento','-1','0' Row000015: '1756','soglia_max','-1','9.90'`
I think the second value of the "funzionamento" line is the value it can take. for example in line 1043 the value 2 corresponds to "forced ON"
below are the possible values
these settings are now seen as sensors but cannot be changed if I try to change the value to the state it immediately returns to the previous value
is it possible to do something to control this function? thank you!
The text was updated successfully, but these errors were encountered:
h4de5
No branches or pull requests
Hi
I have installed a module for load control 01455.
This module allows you to control some loads and to set the operating mode on 4 options.
I think the second value of the "funzionamento" line is the value it can take.
for example in line 1043 the value 2 corresponds to "forced ON"
below are the possible values
these settings are now seen as sensors but cannot be changed
if I try to change the value to the state it immediately returns to the previous value
is it possible to do something to control this function?
thank you!
The text was updated successfully, but these errors were encountered: