home-assistant-vimar
home-assistant-vimar copied to clipboard
Load Controll
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'`
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!