Night Mode on firmware

I’m looking on how to set up a ‘Night Mode’ with the Red series dimmer. (FW 1.57)
Night mode is when the dimmer turns on the light ‘dimmed’ instead of the last-state.
Here’s how it works with other brands:
Homeseer dimmer: Hold the lower paddle and it turns on to the minimum setting.
Zooz: Hold the lower paddle. Turns on to a pre-set intensity (config parameter).

Tried replicating this with a central scene and it kind of works but not reliable enough for me.
It would be great if this could be done in firmware.

Other ‘dimming enhancements’ I set up on the hub are:
Once the dimmer is on, a single press on the top paddle goes back to full-on.
Also double-click the top paddle always goes back to full-on.

1 Like

Which hub are you using? Seems like it was be an easy Hubitat RM to switch between day/night mode with the parameters set.

I’m using Homeseer.
I don’t want to ‘switch to’ night mode. This is done from the dimmer when turning on by holding the lower paddle instead of clicking on the top paddle.

Ahhhh, now I’m picking up what you’re putting down. I’m afraid the default answer will be no more room on the chip. Still think it can be done on Hubtiat (sorry, that’s all I know), but would be time based vice whenever the individual wanted to set night mode (unless scene is configured for x taps).

Could you do something with the default level based on time of day?

It’s semi-late in the day and I am a little foggy now, so apologies if I’m not understanding exactly, but from what I’m reading, are you essentially wanting the dimmer to only turn onto a certain level at night?

In other words:

  • Between the hours of 8am-6pm, when you turn on the switch, it goes to the last state
  • Between the hours of 6pm-8am, when you turn on the switch, it will go to a defined level (ex: 40%)

Is that what you’re looking for?

If so, I’m not entirely sure how to do it in HomeSeer, but you would utilize Parameter’s 9 and 10. I know in SmartThings or Hubitat, you can set time limits based on those parameters so that the default state only happens during those times. I’m not sure if you can do that on HomeSeer.

It should be reliable as a scene - turn-on to 1% level if scene is button held down with the conditions that the dimmer is off and the time is between designated hours. If dimmer is already on or not between the hours then do nothing. Dimmer already on condition allows user to brighten and dim it as normal.

This is the scene in Homeseer

Not entierely reliable.
Sometimes it works.
I do have one dimmer with firmware 1.47. Don’t know if 1.57 is better in this regard. (The rest of the dimmers are FW 1.57)

Here is what I do that works perfectly.

I use the default local and z-wave brightness parameter, and I set it each time my circadian rhythm changes integer values (perhaps overkill, but it works great). So during the day, my default on brightness is 99, but over the span of the evening, the default changes down to 98, 97, then all the way down to 1. I also override straight to 1 when bedtime/sleep modes are activated. Here is how it looks:

I really need to get these on multicast :smiley:

Edit: So your potential solution COULD be to set the parameter to 1 or 10 or whatever when you change modes or trigger it (however you want), then set it back to 99 when you see another trigger.

1 Like

I appreciate it. Interesting work with NodeRED. I have not used it with Z-Wave. Out of curiosity, what are you using it with?
What I wanted is just much simpler: No everyone in the house is on the same page on dimming schedules, so what I want to do is much simpler: If anyone holds the lower paddle, it turns on dimmed, otherwise it works normally when pressing the top paddle.
I could also use the config button or a double-click, but also want to keep it consistent with other dimmers that work intuitively by holding the bottom paddle,

Gotcha, so from off to dim would be via held down scene. Seems doable to me with an automation?

I’m on Home Assistant.

Update: Got it working. The scene works as intended.
The problem is that I was not waiting long enough. Have to hold the lower paddle for about 3 seconds before the switch sends the message.
It would be nice to be able to configure the ‘hold down’ timer on the switch.

1 Like

I think this is done by the multi-tap delay parameter. Once that is up and the button is still held, it sends the “held start” scene. I also think there is a held released???

Which command would that be? I don’t seem to find it in the manual PDF. Thanks!

Parameter 50 is the delay time in question.

1 Like

Appreciate. Is this documented anywhere? It kills me that the manual PDF doesn’t get updated. I want to get over what else is there. Thanks

1 Like

This is the best resource I have found for to-date parameters and their descriptions. It is the database that z-wave JS uses to config devlices:

https://devices.zwave-js.io/?jumpTo=0x031e:0x0001:0x0001:0.0

1 Like

Beautiful, can you share that flow so I can dig through it and maybe mod to fit my setup?

Yeah you found one of our Achilles Heels. One of the really silly things that I don’t understand is that every time we update the manual, even if it isn’t anything to do with UL, we have to run it by UL (and of course pay a hefty fee).

We got reprimanded pretty bad the first time we changed the manual and all we did was change up the Z-Wave portion. So, we had to change it back.

What we’re working towards is a community driven knowledge base that I should (finally) be launching this week for early testing.

The point of this KB will be a repository of Wiki type articles that should have everything you’ll need to know about setting up products, automations, etc based on your hub. In addition, information about the products, including firmware change-logs will be included.

I know it will start out rocky, but hopefully since it’s community lead (we’ll also of course help) it will always be up to date and there won’t be any of these instances again where manuals are outdated, tutorials are wrong, etc.

It’s the best idea we could come up with given there’s 5 of us here and there are so many hubs, firmware iterations, etc.

I’m looking forward to it!

3 Likes

@samduster Happy modifying!:

[{"id":"a980282e.2b4478","type":"tab","label":"Default Lighting Levels","disabled":false,"info":""},{"id":"aa4ae4f8.03f6e8","type":"change","z":"a980282e.2b4478","name":"for Dimmers Default Local","rules":[{"t":"set","p":"parameter","pt":"msg","to":"9","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1090,"y":80,"wires":[["b121b92.61ab448"]]},{"id":"25dcdf9c.4c00b","type":"change","z":"a980282e.2b4478","name":"for Dimmers Default Z-wave","rules":[{"t":"set","p":"parameter","pt":"msg","to":"10","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1100,"y":160,"wires":[["b121b92.61ab448"]]},{"id":"e1d702dc.a125e","type":"api-call-service","z":"a980282e.2b4478","name":"Set Master Hallway Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.master_hallway_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1560,"y":180,"wires":[[]]},{"id":"4068d109.86741","type":"api-call-service","z":"a980282e.2b4478","name":"Set Master Bathroom Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.master_bathroom_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":60,"wires":[[]]},{"id":"4f4acfde.9b4eb","type":"api-call-service","z":"a980282e.2b4478","name":"Set Master Bedroom Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.master_bedroom_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1560,"y":120,"wires":[[]]},{"id":"b121b92.61ab448","type":"split","z":"a980282e.2b4478","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":1310,"y":120,"wires":[["4068d109.86741","4f4acfde.9b4eb","e1d702dc.a125e","2818df6a20a55718"]]},{"id":"72cc3689.3c6858","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"set","p":"value","pt":"msg","to":"data.new_state.attributes.brightness_pct","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":300,"y":120,"wires":[["ff9ae0120fb497ac"]]},{"id":"7c6083a2.1dd05c","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"change","p":"value","pt":"msg","from":"100","fromt":"num","to":"99","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":670,"y":120,"wires":[["dd99fefa.409ac"]]},{"id":"dd99fefa.409ac","type":"rbe","z":"a980282e.2b4478","name":"Is Changed?","func":"rbe","gap":"","start":"","inout":"out","septopics":true,"property":"value","x":850,"y":120,"wires":[["aa4ae4f8.03f6e8","25dcdf9c.4c00b","16186e38cb970f8c"]]},{"id":"14f931d3.f573ce","type":"api-call-service","z":"a980282e.2b4478","name":"Set Dining Room Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.dining_room_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1550,"y":400,"wires":[[]]},{"id":"6c0431c8.25f6f","type":"change","z":"a980282e.2b4478","name":"for Dimmers Default Local","rules":[{"t":"set","p":"parameter","pt":"msg","to":"9","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1090,"y":480,"wires":[["f33346a8.90b258"]]},{"id":"f53cad1b.8de62","type":"change","z":"a980282e.2b4478","name":"for Dimmers Default Z-wave","rules":[{"t":"set","p":"parameter","pt":"msg","to":"10","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1100,"y":560,"wires":[["f33346a8.90b258"]]},{"id":"d74d9361.624bc","type":"api-call-service","z":"a980282e.2b4478","name":"Set Living Room Hallway Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.living_room_hallway_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1580,"y":640,"wires":[[]]},{"id":"f000f5be.06a308","type":"api-call-service","z":"a980282e.2b4478","name":"Set Dining Room Track Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.dining_room_track_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":460,"wires":[[]]},{"id":"6a8c3dbe.c25ff4","type":"api-call-service","z":"a980282e.2b4478","name":"Set Living Room Entry Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.living_room_entry_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":580,"wires":[[]]},{"id":"5d71456.7dde5bc","type":"api-call-service","z":"a980282e.2b4478","name":"Set Living Room Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.living_room_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1550,"y":520,"wires":[[]]},{"id":"b1e701bd.c658f","type":"api-call-service","z":"a980282e.2b4478","name":"Set Upstairs Main Hallway Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.upstairs_main_hallway_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":760,"wires":[[]]},{"id":"77f55d88.122f54","type":"api-call-service","z":"a980282e.2b4478","name":"Set Upstairs Hallway Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.upstairs_hallway_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1560,"y":700,"wires":[[]]},{"id":"f33346a8.90b258","type":"split","z":"a980282e.2b4478","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":1310,"y":520,"wires":[["14f931d3.f573ce","d74d9361.624bc","f000f5be.06a308","6a8c3dbe.c25ff4","5d71456.7dde5bc","b1e701bd.c658f","77f55d88.122f54"]]},{"id":"ed72e130.f85fd","type":"comment","z":"a980282e.2b4478","name":"Fan/Light Light","info":"","x":1320,"y":840,"wires":[]},{"id":"cb696fa0.cab06","type":"api-call-service","z":"a980282e.2b4478","name":"Set Living Room Light","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.living_room_light_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1540,"y":920,"wires":[[]]},{"id":"fef5714d.2e913","type":"change","z":"a980282e.2b4478","name":"for Fan/Light Light Default Local","rules":[{"t":"set","p":"parameter","pt":"msg","to":"12","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1100,"y":920,"wires":[["cb696fa0.cab06"]]},{"id":"59ab74b6.917f1c","type":"change","z":"a980282e.2b4478","name":"for Fan/Light Light Default Z-wave","rules":[{"t":"set","p":"parameter","pt":"msg","to":"13","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1110,"y":1000,"wires":[["cb696fa0.cab06"]]},{"id":"f1123eac.a7bf9","type":"comment","z":"a980282e.2b4478","name":"Dimmers","info":"","x":1300,"y":340,"wires":[]},{"id":"f0b5b3c6.ccd9b","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"change","p":"value","pt":"msg","from":"100","fromt":"num","to":"99","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":670,"y":720,"wires":[["fdb56d2f.9dc75"]]},{"id":"fdb56d2f.9dc75","type":"rbe","z":"a980282e.2b4478","name":"Is Changed?","func":"rbe","gap":"","start":"","inout":"out","septopics":true,"property":"value","x":850,"y":720,"wires":[["6c0431c8.25f6f","f53cad1b.8de62","fef5714d.2e913","59ab74b6.917f1c","16186e38cb970f8c"]]},{"id":"2b03e3af.94f1bc","type":"comment","z":"a980282e.2b4478","name":"Fan/Light Light","info":"","x":1540,"y":1280,"wires":[]},{"id":"2cf8cd72.6e8162","type":"api-call-service","z":"a980282e.2b4478","name":"Set Kendrick Light","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.kendrick_bedroom_light_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1510,"y":1360,"wires":[[]]},{"id":"4cf53f4e.3569c","type":"change","z":"a980282e.2b4478","name":"for Fan/Light Light Default Local","rules":[{"t":"set","p":"parameter","pt":"msg","to":"12","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1110,"y":1320,"wires":[["2cf8cd72.6e8162"]]},{"id":"e27bdd35.d99f","type":"change","z":"a980282e.2b4478","name":"for Fan/Light Light Default Z-wave","rules":[{"t":"set","p":"parameter","pt":"msg","to":"13","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1120,"y":1400,"wires":[["2cf8cd72.6e8162"]]},{"id":"663694e8.d984bc","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"set","p":"value","pt":"msg","to":"data.new_state.attributes.brightness_pct","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":320,"y":1360,"wires":[["e7b5d398e467b8bc"]]},{"id":"9ce12121.f65b2","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"change","p":"value","pt":"msg","from":"100","fromt":"num","to":"99","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":690,"y":1360,"wires":[["752d4e2.c1366b"]]},{"id":"752d4e2.c1366b","type":"rbe","z":"a980282e.2b4478","name":"Is Changed?","func":"rbe","gap":"","start":"","inout":"out","septopics":true,"property":"value","x":870,"y":1360,"wires":[["4cf53f4e.3569c","e27bdd35.d99f","16186e38cb970f8c"]]},{"id":"4418245.5ad5ddc","type":"api-call-service","z":"a980282e.2b4478","name":"Set Guest Bathroom Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.guest_bathroom_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1540,"y":1600,"wires":[[]]},{"id":"84ea3d2b.5b812","type":"change","z":"a980282e.2b4478","name":"for Dimmers Default Local","rules":[{"t":"set","p":"parameter","pt":"msg","to":"9","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1090,"y":1620,"wires":[["1b8e5728.dd7179"]]},{"id":"93a30026.7e5b7","type":"change","z":"a980282e.2b4478","name":"for Dimmers Default Z-wave","rules":[{"t":"set","p":"parameter","pt":"msg","to":"10","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1100,"y":1700,"wires":[["1b8e5728.dd7179"]]},{"id":"85f3bf25.ef1f9","type":"api-call-service","z":"a980282e.2b4478","name":"Set Guest Bathroom Sconces Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.guest_bathroom_sconces_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":1660,"wires":[[]]},{"id":"e3a877ec.0ddf48","type":"api-call-service","z":"a980282e.2b4478","name":"Set Guest Bathroom Shower Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.guest_bathroom_shower_dimmer_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":1720,"wires":[[]]},{"id":"1b8e5728.dd7179","type":"split","z":"a980282e.2b4478","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":1310,"y":1660,"wires":[["4418245.5ad5ddc","85f3bf25.ef1f9","e3a877ec.0ddf48"]]},{"id":"f9790448.e271b8","type":"comment","z":"a980282e.2b4478","name":"Fan/Light Light","info":"","x":1320,"y":1800,"wires":[]},{"id":"aa0cc292.4db4b","type":"api-call-service","z":"a980282e.2b4478","name":"Set Guest Bedoom Light","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.guest_bedroom_light_current_value","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1550,"y":1880,"wires":[[]]},{"id":"8b501a74.199248","type":"change","z":"a980282e.2b4478","name":"for Fan/Light Light Default Local","rules":[{"t":"set","p":"parameter","pt":"msg","to":"12","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1100,"y":1880,"wires":[["aa0cc292.4db4b"]]},{"id":"ece844fe.80e758","type":"change","z":"a980282e.2b4478","name":"for Fan/Light Light Default Z-wave","rules":[{"t":"set","p":"parameter","pt":"msg","to":"13","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1110,"y":1960,"wires":[["aa0cc292.4db4b"]]},{"id":"b709a9a1.ac7fe8","type":"comment","z":"a980282e.2b4478","name":"Dimmers","info":"","x":1300,"y":1520,"wires":[]},{"id":"4b623621.bc8b08","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"set","p":"value","pt":"msg","to":"data.new_state.attributes.brightness_pct","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":300,"y":1800,"wires":[["85046d5e2742132e"]]},{"id":"901c3cd9.5f9eb","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"change","p":"value","pt":"msg","from":"100","fromt":"num","to":"99","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":670,"y":1800,"wires":[["25488803.8f1168"]]},{"id":"25488803.8f1168","type":"rbe","z":"a980282e.2b4478","name":"Is Changed?","func":"rbe","gap":"","start":"","inout":"out","septopics":true,"property":"value","x":850,"y":1800,"wires":[["84ea3d2b.5b812","93a30026.7e5b7","8b501a74.199248","ece844fe.80e758","16186e38cb970f8c"]]},{"id":"e2621b96.601198","type":"server-state-changed","z":"a980282e.2b4478","name":"AL Master Switch","server":"86db4bb5.5e7458","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"switch.adaptive_lighting_master","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":false,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":100,"y":120,"wires":[["72cc3689.3c6858"]]},{"id":"3f32b2d6.ef641e","type":"server-state-changed","z":"a980282e.2b4478","name":"AL Public Switch","server":"86db4bb5.5e7458","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"switch.adaptive_lighting_public","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":false,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":100,"y":720,"wires":[["de946088828a6722"]]},{"id":"3fc90ed5.09e792","type":"server-state-changed","z":"a980282e.2b4478","name":"AL Kendrick Switch","server":"86db4bb5.5e7458","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"switch.adaptive_lighting_kendrick_bedroom","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":false,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":110,"y":1360,"wires":[["663694e8.d984bc"]]},{"id":"2818df6a20a55718","type":"api-call-service","z":"a980282e.2b4478","name":"Set Master Bathroom Dimmer","server":"86db4bb5.5e7458","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_config_parameter","entityId":"light.master_bathroom_shower_dimmer","data":"{\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1570,"y":240,"wires":[[]]},{"id":"de946088828a6722","type":"change","z":"a980282e.2b4478","name":"","rules":[{"t":"set","p":"value","pt":"msg","to":"data.new_state.attributes.brightness_pct","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":300,"y":720,"wires":[["6c6a25fc8fc64c8a"]]},{"id":"6da491256eb1d438","type":"server-state-changed","z":"a980282e.2b4478","name":"AL Guest Switch","server":"86db4bb5.5e7458","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"switch.adaptive_lighting_guest","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":false,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":100,"y":1800,"wires":[["4b623621.bc8b08"]]},{"id":"ff9ae0120fb497ac","type":"function","z":"a980282e.2b4478","name":"","func":"msg.value = Math.round(msg.value)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":480,"y":120,"wires":[["7c6083a2.1dd05c"]]},{"id":"6c6a25fc8fc64c8a","type":"function","z":"a980282e.2b4478","name":"","func":"msg.value = Math.round(msg.value)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":480,"y":720,"wires":[["f0b5b3c6.ccd9b"]]},{"id":"e7b5d398e467b8bc","type":"function","z":"a980282e.2b4478","name":"","func":"msg.value = Math.round(msg.value)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":500,"y":1360,"wires":[["9ce12121.f65b2"]]},{"id":"85046d5e2742132e","type":"function","z":"a980282e.2b4478","name":"","func":"msg.value = Math.round(msg.value)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":480,"y":1800,"wires":[["901c3cd9.5f9eb"]]},{"id":"16186e38cb970f8c","type":"debug","z":"a980282e.2b4478","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"value","targetType":"msg","statusVal":"","statusType":"auto","x":890,"y":1120,"wires":[]},{"id":"86db4bb5.5e7458","type":"server","name":"Home Assistant","version":1,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
1 Like

Agreed, that is a silly rule, especially if the change has nothing to do with UL requirements…I’ll make a suggestion that, once the KB is in a decent place content-wise, you make one (hopefully) final change to the ‘manual’ by stripping out everything not required by UL, and replace it with something like, ‘For more information, check out our knowledgebase Here!’…with any luck, that’ll be the LAST time you ever have to update it! (saving both money and time in the long run :wink: )

1 Like