File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
src/components/devices/victron/victron Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 22 <div class =" device-victron-bat" >
33 <openwb-base-heading > Einstellungen für Victron Batteriespeicher </openwb-base-heading >
44 <openwb-base-number-input
5- title =" Modbus ID"
5+ title =" Modbus ID Speicher "
66 required
77 :model-value =" component.configuration.modbus_id"
88 min =" 1"
99 max =" 255"
1010 @update:model-value =" updateConfiguration($event, 'configuration.modbus_id')"
1111 />
12+ <openwb-base-number-input
13+ title =" Modbus ID VE.Bus"
14+ required
15+ :model-value =" component.configuration.vebus_id"
16+ min =" 1"
17+ max =" 255"
18+ @update:model-value =" updateConfiguration($event, 'configuration.vebus_id')"
19+ >
20+ <template #help >
21+ Die Modbus ID des VE.Bus kann je nach Victron Version abweichen. Übliche IDs sind
22+ 227, 228, 242 und 246.<br />
23+ Die ID kann unter "Settings > Services > Modbus/TCP >
24+ Available services" eingesehen werden.
25+ </template >
26+ </openwb-base-number-input >
1227 </div >
1328</template >
1429
You can’t perform that action at this time.
0 commit comments