Lzw36 having issues with home assistant entities

im fairly new to these switches but i like what I see. I have an lzw36 that i installed, and have paired with my home assistant setup. I’m running openzwave 1.6. Im very confused as some of the installation docs say i need to add in the manufacturers information for the configuration but i’ve had other people tell me i dont. Right now home assistant recognizes it as three different devices. Device 1 is two sensors for monitoring electricity usage, and the third is light.multilevel_instance_1. The other two devices have entity_id’s of light_multilevel_instance_2 and light.multilevel_instance_3.

I cannot change the entity Id of any of these to zwave or switch, like I’ve read in other documentation. Im using this script
in my scripts yaml.

Also, I have been using the UI to create scripts, so I placed the contents of that above inovelli script in my scripts.yaml. My scripts.yaml does show it, albeit it looks truncated (i confirmed that in the yaml it does have everything but the UI editor looks like it cuts off part of it?)

When i try and do a call service to the entity id (the light.multi_blahblah) it says entity_id undefined. I also switched it to just to try and call the node_id but I also get the same error. I’m not sure what I"m doing wrong here, as the instructions i’ve seen are not clear as to what I really have to do and what I dont have to do.

Welcome!

First off, with the OZW 1.6 integration, you do NOT need to modify config files. It already has the latest drivers that are automatically populated.

Second, you can/should not change the DOMAIN of the entity (domain.entity_id) because the driver won’t work. Moreso there is no reason to change it because the fan and light will adjust on the 0-100 scale automatically.

I don’t use scripts so I can’t really help you there, but I do use NodeRed and it works great using the ozw.set_config_parameter service: https://www.home-assistant.io/integrations/ozw/#service-ozwset_config_parameter

Again, not sure on scripts, but you likely need to pass the entity_id of the light you want the script to operate on.

That script is for the Z-wave (deprecated) integration and is calling a service that you don’t use.

Of note, Z-wave is in a bit of a bridge period right now, there is a lot of fast new development around Zwave JS, but a few of the 700 series (LZW36 included) are not working 100% yet.

For your tests, try this. Go to the developer tools, then services. Then try something like this:

Then you should see the corresponding change of the property in the UI of OZW integration.

Good luck and let us know how we can help!

1 Like

ok so you’re calling ozw.set_config_parameter. I’ve been calling teh service script.inovelli_led since thats where all the configs were stored (from the link above). Maybe thats the problem? i’m not sure.

so i’m beginning to think its an issue with my wiring. I wired it to a single pole and it didn’t have any problems. But on a three way switch holy crap. Both of the switches have a dummy switch that we just capped off, but even then still haven’t problems. It will connect, briefly, and then just die and go into cacheload on my openzwave. However, I can’t find clear instructions on what could be going wrong? We’ve tried it several different ways with the same result every time.

The levitons I have were super easy to set up. I really wanted to go with the inovelli (i bought 6) but now i’m having second thoughts since i’m having so many problems.

i figured out the issue with the lzw30-sn not pairing and it had to do with the wiring in my house. The very very poor wiring job in my house. Now I need to figure out how to change the LED colors

There is probably a script shared on community.homassistant.io BUT I use NodeRed and the ozw.set_config_parameter.

For LZW30-SN (per Spec Sheet) color is parameter 5:

So send this:
image

and see what happens! If that works you can look for a script for OZW, or NodeRed with a call service node.

1 Like

Dude, you rock. You’ve helped me more in the last 10 minutes than anything has in the past 24 hours. I’ve been tearing out my hair trying to figure this out. The directions are all over the board everywhere. Thank you so much. I do have node-red. Is it better to do the automations in there?

The whole reason I bought these lights was to have an indicator at each door to show whether the alarm was armed or disarmed. So while the alarm is armed, I wanted them red, and then when disarmed I wanted them green. For the ones in the bedroom I need to dial down the intensity of the LED but otherwise, this looks like its gonna work! What other things did you do in node red for these lights?

1 Like

It depends.

IF THEN statements I use Automations. Anything more complicated than that I use node red.

Note in the automations you can do an action like this:

1 Like

So right now i’m trying to mess with the lzw30-sn and the lzw36 in node red. It looks like the node red status manager only supports the lzw30-sn so I’ll have to figure out how to do this with the lzw36.

So right now, all i’m trying to do is when my alarm is armed, the LED indicator light on my two lzw36’s and two lzw30-sn’s is green with a medium brightness. When the alarm is armed (either home or away) i want it to be a solid red with a lower brightness. So i’m using a state node with the entity id: alarm_control_panel.home_alarm with the state “is disarmed” then I’m tying that to a inovelli status manager to a specific node (53). I deploy it, and nothing happens. Not sure what I’m doing wrong.

You are in luck! I do mostly the same thing (Input_boolean.mode is my home’s mode):

So where I would start is the following:

Trigger:
State
alarm_control_panel.home_alarm
from: disarmed (make sure this state is correct under developer tools/states)
to: armed_home (make sure this state is correct as well when you arm your alarm, not sure if “armed_home” vs. “armed_away” or just “armed”??? If so here is where NodeRed comes into play because you can accept either one as a change, I’m unsure if automations can accept comma separated values here or not)
for 00:00:05 (can change higher so it let’s you get out of the house before triggering stuff, but also ensures it’s not a mistake touch for now)

Conditions:
Time? Days of the week? You’re call. Note that stating from disarmed to armed state

Action:
Service
ozw.set_config_parameter
then in the window:
data:
node_id:53
parameter: 6
value: “20%” (or whatever you want, this is different because the parameter is expecting a string of “#0%” for each 10% increment and not a decimal, the community recently figured this out elsewhere on the forum)

and in a second action:
ozw.set_config_parameter
then in the window:
data:
node_id:53
parameter: 5
value: 0 (0 is red, 255 is white, consult 255 hue color wheel for colors between)

Then create a duplicate automation for the alarm turning off and set the color to green (85) and brightness to whatever you want (remember “#0%”).

Good luck!

Figured out the problem. In Node Red, I had to put the inovelli status manager node and then pass the parameters into the ozw call service. For now, I’m just doing some in automations and then when I switch to zwavejs I’ll redo them in NR. Thanks again for your help! I just ordered another inovelli switch(7 now)

Check this out if you want to get some direction for color changing the LED bar on NR. I posted my flow that works perfectly for OZW integration and different nodes (dimmers/fan/lights).

You will need to add for switches the parameter, but easy enough if you understand NR:

[{"id":"9403d462.2e49a8","type":"tab","label":"Inovelli Colors","disabled":false,"info":""},{"id":"9663752b.732ae8","type":"server-state-changed","z":"9403d462.2e49a8","name":"Weather Changes","server":"86db4bb5.5e7458","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"weather.home","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"x":150,"y":80,"wires":[["9c21c26a.a8953"]]},{"id":"993756.5a4b68a8","type":"change","z":"9403d462.2e49a8","name":"Set White","rules":[{"t":"set","p":"value","pt":"msg","to":"255","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"White","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":240,"wires":[["748b86ab.f5d1f8"]]},{"id":"b54f126e.0970f","type":"change","z":"9403d462.2e49a8","name":"Set Purple","rules":[{"t":"set","p":"value","pt":"msg","to":"181","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Purple","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":120,"wires":[["748b86ab.f5d1f8"]]},{"id":"a189e8bf.7bd448","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Master Hallway Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":57,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":900,"wires":[["f4039f8d.16e38"]]},{"id":"b35e1190.8076d","type":"switch","z":"9403d462.2e49a8","name":"Hazard","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"snowy","vt":"str"},{"t":"eq","v":"snowy-rainy","vt":"str"},{"t":"eq","v":"rainy","vt":"str"},{"t":"eq","v":"pouring","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":5,"x":340,"y":160,"wires":[["b54f126e.0970f"],["b54f126e.0970f"],["ccbfd347.1675"],["ccbfd347.1675"],["993756.5a4b68a8"]]},{"id":"98bcb8f5.ff7268","type":"change","z":"9403d462.2e49a8","name":"Set Cyan","rules":[{"t":"set","p":"value","pt":"msg","to":"156","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Cyan","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":540,"wires":[[]]},{"id":"19c5de65.f49a32","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Master Bathroom Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":22,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":120,"wires":[["16059652.bfd7aa"]]},{"id":"f5a3a561.0bae88","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Master Bedroom Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":24,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":180,"wires":[["d161c2b2.5cb94"]]},{"id":"e87c5c82.8a3f6","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Living Room Hallway Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":25,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1220,"y":240,"wires":[["7186b096.1906c"]]},{"id":"e34a45fd.481b48","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Dining Room Track Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":27,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1220,"y":300,"wires":[["b4cd165f.1eb6e8"]]},{"id":"3cb24c6f.cbef14","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Dining Room Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":30,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1200,"y":360,"wires":[["acadb2d4.203f7"]]},{"id":"3202d5dc.c3649a","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Living Room Entry Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":31,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":420,"wires":[["f91e8fc3.03301"]]},{"id":"a1f4df5e.e68e9","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Living Room Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":32,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1200,"y":480,"wires":[["6f11aa75.d66954"]]},{"id":"b18bf32.d2e001","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Upstairs Main Hall Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":35,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":540,"wires":[["766dabc1.4f1d24"]]},{"id":"49ad19c7.38ac98","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Upstairs Hallway Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":36,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":600,"wires":[["9987c502.5e0858"]]},{"id":"a2ba9bc0.7b7e58","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Guest Bathroom Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":39,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1210,"y":660,"wires":[["c3442859.991e68"]]},{"id":"6da17d0d.ff73d4","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Guest Bathroom Shower Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":40,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1230,"y":720,"wires":[["d9e17eb8.5072e"]]},{"id":"e8a27c2f.8b1c7","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Guest Bathroom Sconces Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":41,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1240,"y":780,"wires":[["3c30f347.87c7bc"]]},{"id":"c666cde.763223","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Guest Bathroom Shower Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":40,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1230,"y":840,"wires":[["4b00715e.581c1"]]},{"id":"d983e1ee.b77f8","type":"comment","z":"9403d462.2e49a8","name":"Dimmers","info":"","x":1320,"y":40,"wires":[]},{"id":"62aec5f1.1ee3ec","type":"comment","z":"9403d462.2e49a8","name":"Fan/Light Fan","info":"","x":2170,"y":40,"wires":[]},{"id":"6175f088.5826f","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Guest Bedroom Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":16,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2030,"y":120,"wires":[["9050cc82.3c182"]]},{"id":"99816ee2.6a305","type":"change","z":"9403d462.2e49a8","name":"for Dimmers","rules":[{"t":"set","p":"parameter","pt":"msg","to":"13","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":970,"y":120,"wires":[["19c5de65.f49a32"]]},{"id":"63e7d183.00ad1","type":"change","z":"9403d462.2e49a8","name":"for F/L Fan","rules":[{"t":"set","p":"parameter","pt":"msg","to":"20","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1790,"y":420,"wires":[["10f5848b.a3970b"]]},{"id":"e5fe7e3a.dcbd6","type":"change","z":"9403d462.2e49a8","name":"for F/L Lights","rules":[{"t":"set","p":"parameter","pt":"msg","to":"18","tot":"num"}],"action":"","property":"","from":"","to":"","reg":false,"x":1790,"y":120,"wires":[["6175f088.5826f"]]},{"id":"85b4a9b.4c56058","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Living Room Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":28,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2020,"y":180,"wires":[["640e7ee0.6c9e2"]]},{"id":"3f30aac2.253a96","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Kendrick Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":38,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2000,"y":240,"wires":[["13601016.8f787"]]},{"id":"16059652.bfd7aa","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":120,"wires":[["f5a3a561.0bae88"]]},{"id":"d161c2b2.5cb94","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":180,"wires":[["e87c5c82.8a3f6"]]},{"id":"7186b096.1906c","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":240,"wires":[["e34a45fd.481b48"]]},{"id":"b4cd165f.1eb6e8","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":300,"wires":[["3cb24c6f.cbef14"]]},{"id":"acadb2d4.203f7","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":360,"wires":[["3202d5dc.c3649a"]]},{"id":"f91e8fc3.03301","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":420,"wires":[["a1f4df5e.e68e9"]]},{"id":"6f11aa75.d66954","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":480,"wires":[["b18bf32.d2e001"]]},{"id":"766dabc1.4f1d24","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":540,"wires":[["49ad19c7.38ac98"]]},{"id":"9987c502.5e0858","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":600,"wires":[["a2ba9bc0.7b7e58"]]},{"id":"c3442859.991e68","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":660,"wires":[["6da17d0d.ff73d4"]]},{"id":"d9e17eb8.5072e","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":720,"wires":[["e8a27c2f.8b1c7"]]},{"id":"3c30f347.87c7bc","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":780,"wires":[["c666cde.763223"]]},{"id":"4b00715e.581c1","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1490,"y":840,"wires":[["a189e8bf.7bd448"]]},{"id":"9050cc82.3c182","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2330,"y":120,"wires":[["85b4a9b.4c56058"]]},{"id":"640e7ee0.6c9e2","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2330,"y":180,"wires":[["3f30aac2.253a96"]]},{"id":"10f5848b.a3970b","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Guest Bedroom Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":16,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2030,"y":420,"wires":[["651ad25c.cc3edc"]]},{"id":"2a755a3.b34d1a6","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Living Room Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":28,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2020,"y":480,"wires":[["c66b81d5.e22b7"]]},{"id":"49a50eb8.a6085","type":"api-call-service","z":"9403d462.2e49a8","name":"Set Kendrick Bar Color","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"ozw","service":"set_config_parameter","entityId":"","data":"{\"node_id\":38,\"parameter\":\"{{parameter}}\",\"value\":\"{{value}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2000,"y":540,"wires":[[]]},{"id":"651ad25c.cc3edc","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2330,"y":420,"wires":[["2a755a3.b34d1a6"]]},{"id":"c66b81d5.e22b7","type":"delay","z":"9403d462.2e49a8","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":2330,"y":480,"wires":[["49a50eb8.a6085"]]},{"id":"7f5b15b8.d4d45c","type":"api-call-service","z":"9403d462.2e49a8","name":"Notify Kevin","server":"86db4bb5.5e7458","version":1,"debugenabled":false,"service_domain":"notify","service":"mobile_app_sm_n950u","entityId":"","data":"{\"title\":\"LED Bar\",\"message\":\"{{message}} is {{payload}}, so I changed LED Bars to {{color}}\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":2330,"y":540,"wires":[[]]},{"id":"be524c0f.06b77","type":"comment","z":"9403d462.2e49a8","name":"Fan/Light Light","info":"","x":2160,"y":340,"wires":[]},{"id":"aab97760.641838","type":"change","z":"9403d462.2e49a8","name":"Set Blue","rules":[{"t":"set","p":"value","pt":"msg","to":"170","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Blue","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":780,"wires":[[]]},{"id":"ad4fd5d8.f85fe8","type":"change","z":"9403d462.2e49a8","name":"Set Green","rules":[{"t":"set","p":"value","pt":"msg","to":"85","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Green","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":480,"wires":[["748b86ab.f5d1f8"]]},{"id":"e47d16db.63f138","type":"change","z":"9403d462.2e49a8","name":"Set Red","rules":[{"t":"set","p":"value","pt":"msg","to":"0","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Red","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":420,"wires":[["748b86ab.f5d1f8"]]},{"id":"ccbfd347.1675","type":"change","z":"9403d462.2e49a8","name":"Set Aqua","rules":[{"t":"set","p":"value","pt":"msg","to":"138","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Aqua","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":180,"wires":[["748b86ab.f5d1f8"]]},{"id":"3a7ff94e.8710b6","type":"change","z":"9403d462.2e49a8","name":"Set Pink","rules":[{"t":"set","p":"value","pt":"msg","to":"227","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Pink","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":600,"wires":[[]]},{"id":"f4039f8d.16e38","type":"link out","z":"9403d462.2e49a8","name":"To FL Lights","links":["158f223.627c8de"],"x":1435,"y":900,"wires":[]},{"id":"158f223.627c8de","type":"link in","z":"9403d462.2e49a8","name":"From Dimmers","links":["f4039f8d.16e38"],"x":1675,"y":120,"wires":[["e5fe7e3a.dcbd6"]]},{"id":"13601016.8f787","type":"link out","z":"9403d462.2e49a8","name":"To FL Fans","links":["17217e22.8c6862"],"x":2275,"y":240,"wires":[]},{"id":"17217e22.8c6862","type":"link in","z":"9403d462.2e49a8","name":"To FL Lights","links":["13601016.8f787"],"x":1675,"y":420,"wires":[["63e7d183.00ad1"]]},{"id":"998a150f.af0db8","type":"change","z":"9403d462.2e49a8","name":"Set Yellow","rules":[{"t":"set","p":"value","pt":"msg","to":"28","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Yellow","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":660,"wires":[[]]},{"id":"18b320b1.f2e51f","type":"change","z":"9403d462.2e49a8","name":"Set Orange","rules":[{"t":"set","p":"value","pt":"msg","to":"6","tot":"num"},{"t":"set","p":"color","pt":"msg","to":"Orange","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":720,"wires":[[]]},{"id":"ec21123c.3b1c","type":"bigtimer","z":"9403d462.2e49a8","outtopic":"","outpayload1":"","outpayload2":"","name":"December Odd","comment":"","lat":0,"lon":0,"starttime":"5000","endtime":"5001","starttime2":0,"endtime2":0,"startoff":0,"endoff":0,"startoff2":0,"endoff2":0,"offs":0,"outtext1":"","outtext2":"","timeout":1440,"sun":true,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"jan":false,"feb":false,"mar":false,"apr":false,"may":false,"jun":false,"jul":false,"aug":false,"sep":false,"oct":false,"nov":false,"dec":true,"day1":0,"month1":0,"day2":0,"month2":0,"day3":0,"month3":0,"day4":0,"month4":0,"day5":0,"month5":0,"day6":0,"month6":0,"day7":0,"month7":0,"day8":0,"month8":0,"day9":0,"month9":0,"day10":0,"month10":0,"day11":0,"month11":0,"day12":0,"month12":0,"d1":0,"w1":0,"d2":0,"w2":0,"d3":0,"w3":0,"d4":0,"w4":0,"d5":0,"w5":0,"d6":0,"w6":0,"xday1":0,"xmonth1":0,"xday2":0,"xmonth2":0,"xday3":0,"xmonth3":0,"xday4":0,"xmonth4":0,"xday5":0,"xmonth5":0,"xday6":0,"xmonth6":0,"xd1":0,"xw1":0,"xd2":0,"xw2":0,"xd3":0,"xw3":0,"xd4":0,"xw4":0,"xd5":0,"xw5":0,"xd6":0,"xw6":0,"suspend":false,"random":false,"randon1":false,"randoff1":false,"randon2":false,"randoff2":false,"repeat":false,"atstart":false,"odd":false,"even":true,"x":140,"y":480,"wires":[["ad4fd5d8.f85fe8"],[],[]]},{"id":"929405e0.96fe58","type":"bigtimer","z":"9403d462.2e49a8","outtopic":"","outpayload1":"","outpayload2":"","name":"December Even","comment":"","lat":0,"lon":0,"starttime":"5000","endtime":"5001","starttime2":0,"endtime2":0,"startoff":0,"endoff":0,"startoff2":0,"endoff2":0,"offs":0,"outtext1":"","outtext2":"","timeout":1440,"sun":true,"mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"jan":false,"feb":false,"mar":false,"apr":false,"may":false,"jun":false,"jul":false,"aug":false,"sep":false,"oct":false,"nov":false,"dec":true,"day1":0,"month1":0,"day2":0,"month2":0,"day3":0,"month3":0,"day4":0,"month4":0,"day5":0,"month5":0,"day6":0,"month6":0,"day7":0,"month7":0,"day8":0,"month8":0,"day9":0,"month9":0,"day10":0,"month10":0,"day11":0,"month11":0,"day12":0,"month12":0,"d1":0,"w1":0,"d2":0,"w2":0,"d3":0,"w3":0,"d4":0,"w4":0,"d5":0,"w5":0,"d6":0,"w6":0,"xday1":0,"xmonth1":0,"xday2":0,"xmonth2":0,"xday3":0,"xmonth3":0,"xday4":0,"xmonth4":0,"xday5":0,"xmonth5":0,"xday6":0,"xmonth6":0,"xd1":0,"xw1":0,"xd2":0,"xw2":0,"xd3":0,"xw3":0,"xd4":0,"xw4":0,"xd5":0,"xw5":0,"xd6":0,"xw6":0,"suspend":false,"random":false,"randon1":false,"randoff1":false,"randon2":false,"randoff2":false,"repeat":false,"atstart":false,"odd":true,"even":false,"x":140,"y":420,"wires":[["e47d16db.63f138"],[],[]]},{"id":"d0bc3bb4.bdf8a8","type":"server-state-changed","z":"9403d462.2e49a8","name":"Mode Changes","server":"86db4bb5.5e7458","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"input_select.mode","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"x":140,"y":340,"wires":[["a590b4a5.296218"]]},{"id":"a590b4a5.296218","type":"switch","z":"9403d462.2e49a8","name":"Mode","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"Away","vt":"str"},{"t":"eq","v":"Vacation","vt":"str"},{"t":"else"}],"checkall":"false","repair":false,"outputs":3,"x":330,"y":340,"wires":[["9c3442da.287f5"],["9c3442da.287f5"],["35721312.c4608c"]]},{"id":"9c21c26a.a8953","type":"api-current-state","z":"9403d462.2e49a8","name":"Mode Home?","server":"86db4bb5.5e7458","version":1,"outputs":2,"halt_if":"Home","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"input_select.mode","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":140,"y":220,"wires":[["35721312.c4608c"],["a590b4a5.296218"]]},{"id":"35721312.c4608c","type":"api-current-state","z":"9403d462.2e49a8","name":"Weather","server":"86db4bb5.5e7458","version":1,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"weather.home","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":340,"y":240,"wires":[["93462c23.5f326"]]},{"id":"748b86ab.f5d1f8","type":"rbe","z":"9403d462.2e49a8","name":"Color Change?","func":"rbe","gap":"","start":"","inout":"out","property":"value","x":860,"y":340,"wires":[["99816ee2.6a305"]]},{"id":"136b12e8.04849d","type":"inject","z":"9403d462.2e49a8","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"Away","payloadType":"str","x":130,"y":280,"wires":[["a590b4a5.296218"]]},{"id":"9c3442da.287f5","type":"change","z":"9403d462.2e49a8","name":"Mode Title","rules":[{"t":"set","p":"message","pt":"msg","to":"Mode","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":530,"y":340,"wires":[["e47d16db.63f138"]]},{"id":"93462c23.5f326","type":"change","z":"9403d462.2e49a8","name":"Weather Title","rules":[{"t":"set","p":"message","pt":"msg","to":"Weather","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":410,"y":60,"wires":[["b35e1190.8076d"]]},{"id":"86db4bb5.5e7458","type":"server","name":"Home Assistant","addon":true}]