VeraPlus LEDs switch off

Hi all.

Is it possible to turn off VeraPlus LEDs in the night? Or swhich them off at all?
They shine as small lamp :frowning:

Hello kmv,

The status of LEDs are part of the controllerā€™s functionality, it is very important for any HA system as these to be active, unfortunately, there is no option from the UI to achieve this.

[quote=ā€œkmv, post:1, topic:200001ā€]Hi all.

Is it possible to turn off VeraPlus LEDs in the night? Or swhich them off at all?
They shine as small lamp :([/quote]

If you really want to do this I can provide Lua code to do it within a scene:

os.execute("set_led.sh off service") os.execute("set_led.sh off internet") os.execute("set_led.sh off power") os.execute("set_led.sh off zwave") os.execute("set_led.sh off zigbee") os.execute("set_led.sh off wifi") os.execute("set_led.sh off bluetooth")

I donā€™t recommend itā€¦