victronenergy / node-red-contrib-victron

MIT License
87 stars 18 forks source link

[Feature] Add DisplayOff to Settings Control node #181

Closed mdshw5 closed 10 months ago

mdshw5 commented 10 months ago

Is your feature request related to a problem? Please describe. I would like to control my VenusOS LCD display programmatically.

Describe the solution you'd like I would like to send a value for DisplayOff (com.victronenergy.settings /Settings/Gui/DisplayOff) using node-red.

Additional context Related issue: https://github.com/kwindrem/GuiMods/issues/161#issuecomment-1602979182

mdshw5 commented 10 months ago

It looks like my use case will be supported by the custom nodes in v1.5.0: https://github.com/victronenergy/node-red-contrib-victron/commit/dd67a3bc78d706131ce9aa9574f3b3b61c9b0802. Thanks!