7 lines
442 B
Plaintext
7 lines
442 B
Plaintext
# LVX6048 (MPP Solar / Voltronic) USB-HID — dialout access only.
|
|
# Logical unit identification is done via PI18 `ID` query at powermon startup
|
|
# (see powermon.yaml: path: /dev/hidraw*, serial_number: <SN>).
|
|
# No SYMLINK here — powermon resolves the right /dev/hidrawN by inverter serial,
|
|
# which survives cable moves / hub port changes.
|
|
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0665", ATTRS{idProduct}=="5161", MODE="0660", GROUP="dialout"
|