Help Creating First Ever Scene

I just installed a smart outlet in the floor that our Christmas Tree plugs into.

I’m creating a timer profile in Node Red to turn the lights on and off at specific times however, I’d like to use one of the scene buttons on a nearby red dimmer to all manual turn on and off of that outlet.

Guidance appreciated on how to go about this in Node Red.

Thanks!

Node red has an inovelli package that you can create a trigger from a scene call:

That should be enough to get you started!

This MIGHT be easier in just core home assistant just FYI. Here is a blueprint you can use:

I’m using the scene manager node but clearly am missing some important pieces to make this actually work :slight_smile:

In the scene manager node I have the node ID of the red dimmer listed and the entity ID of it and have mapped the button options I want to a pair of call service nodes that have the outlet I’m trying to control with the scenes.

Here is a screen shot of the call service node to turn the outlet on. Thinking I need something more specific in the data field?

You want to listen for zwave_js_value_notification. In the yellow box enter the node ID of the dimmer or switch triggering the scene.

[{"id":"8411e384.fb1f9","type":"subflow","name":"Inovelli Scenes","info":"","category":"","in":[{"x":120,"y":220,"wires":[{"id":"1adf8d0e.cac7f3"}]}],"out":[{"x":680,"y":40,"wires":[{"id":"3faf3597.ea43ba","port":0}]},{"x":680,"y":80,"wires":[{"id":"3faf3597.ea43ba","port":1}]},{"x":680,"y":120,"wires":[{"id":"3faf3597.ea43ba","port":2}]},{"x":680,"y":160,"wires":[{"id":"3faf3597.ea43ba","port":3}]},{"x":680,"y":200,"wires":[{"id":"3faf3597.ea43ba","port":4}]},{"x":680,"y":240,"wires":[{"id":"eee43bc5.cec848","port":0}]},{"x":680,"y":280,"wires":[{"id":"eee43bc5.cec848","port":1}]},{"x":680,"y":320,"wires":[{"id":"eee43bc5.cec848","port":2}]},{"x":680,"y":360,"wires":[{"id":"eee43bc5.cec848","port":3}]},{"x":680,"y":400,"wires":[{"id":"eee43bc5.cec848","port":4}]},{"x":680,"y":440,"wires":[{"id":"7247d146.a727a","port":0}]}],"env":[],"color":"#DDAA99","outputLabels":["Single tap up","Double tap up","Triple tap up","Quad tap up","5 taps up","Single tap down","Double tap down","Triple tap down","Quad Tap down","5 taps down","Config tap"]},{"id":"1adf8d0e.cac7f3","type":"switch","z":"8411e384.fb1f9","name":"Scene ID","property":"payload.event.label","propertyType":"msg","rules":[{"t":"eq","v":"Scene 001","vt":"str"},{"t":"eq","v":"Scene 002","vt":"str"},{"t":"eq","v":"Scene 003","vt":"str"}],"checkall":"true","repair":false,"outputs":3,"x":220,"y":220,"wires":[["eee43bc5.cec848"],["3faf3597.ea43ba"],["7247d146.a727a"]]},{"id":"eee43bc5.cec848","type":"switch","z":"8411e384.fb1f9","name":"Scene Value (Down)","property":"payload.event.value","propertyType":"msg","rules":[{"t":"eq","v":"KeyPressed","vt":"str"},{"t":"eq","v":"KeyPressed2x","vt":"str"},{"t":"eq","v":"KeyPressed3x","vt":"str"},{"t":"eq","v":"KeyPressed4x","vt":"str"},{"t":"eq","v":"KeyPressed5x","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":460,"y":260,"wires":[[],[],[],[],[]],"outputLabels":["Double Tap Down","Triple Tap Down","Quad Tap Down","5 Tap Down",""]},{"id":"3faf3597.ea43ba","type":"switch","z":"8411e384.fb1f9","name":"Scene Value (Up)","property":"payload.event.value","propertyType":"msg","rules":[{"t":"eq","v":"KeyPressed","vt":"str"},{"t":"eq","v":"KeyPressed2x","vt":"str"},{"t":"eq","v":"KeyPressed3x","vt":"str"},{"t":"eq","v":"KeyPressed4x","vt":"str"},{"t":"eq","v":"KeyPressed5x","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":450,"y":180,"wires":[[],[],[],[],[]],"outputLabels":["","Single Tap Up","","",null]},{"id":"7247d146.a727a","type":"switch","z":"8411e384.fb1f9","name":"Scene Value (Config)","property":"payload.event.value","propertyType":"msg","rules":[{"t":"eq","v":"KeyPressed","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":460,"y":320,"wires":[[]],"outputLabels":["Single Config Tap"]},{"id":"17e32932cef96cab","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"fea0774e7606897e","type":"server-events","z":"17e32932cef96cab","name":"","server":"e976d2f1.a9534","version":1,"event_type":"zwave_js_value_notification","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"waitForRunning":true,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"$outputData(\"eventData\").event_type","valueType":"jsonata"},{"property":"event_type","propertyType":"msg","value":"$outputData(\"eventData\").event_type","valueType":"jsonata"}],"x":280,"y":120,"wires":[["bb131a9397fe2f9d"]]},{"id":"bb131a9397fe2f9d","type":"switch","z":"17e32932cef96cab","name":"Select Node of Interest","property":"payload.event.node_id","propertyType":"msg","rules":[{"t":"eq","v":"3","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":448,"y":231,"wires":[["c89b2bdd5cfbbc78"]]},{"id":"c89b2bdd5cfbbc78","type":"subflow:8411e384.fb1f9","z":"17e32932cef96cab","name":"","env":[],"x":508,"y":371,"wires":[[],[],[],[],[],[],[],[],[],[],[]]},{"id":"e976d2f1.a9534","type":"server","name":"Home Assistant","version":1,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":false,"cacheJson":true}]

Sorry, I’m lost now.

In the switch node, you say to enter the node ID of the dimmer. Are you referring to the node # which in this case would be 46 or are you referring to the friendly name?

Also, how are you configuring the settings in the events all node?

Is this right?

Might be easier to import the json I posted but here are screenshots The yellow “Change” box enter the zwave node ID of the switch. Not the friendly name.

Thank you for your help so far. Still on the struggle bus. Can you please take a look at my flow.

Also a tip request on how to post this neatly!

[{“id”:“20c3a8672d108be4”,“type”:“tab”,“label”:“Christmas Tree Lights”,“disabled”:false,“info”:"",“env”:[]},{“id”:“74a8ab872f95c7ad”,“type”:“inovelli-scene-manager”,“z”:“20c3a8672d108be4”,“name”:"",“nodeid”:“46”,“entityid”:"",“zwave”:“zwave_js”,“switchtype”:“LZW31”,“outputs”:15,“labels”:[“Tap Up on Light Paddle 1x”,“Tap Up on Light Paddle 2x”,“Tap Up on Light Paddle 3x”,“Tap Up on Light Paddle 4x”,“Tap Up on Light Paddle 5x”,“Hold Up on Light Paddle”,“Release Up on Light Paddle”,“Tap Down on Light Paddle 1x”,“Tap Down on Light Paddle 2x”,“Tap Down on Light Paddle 3x”,“Tap Down on Light Paddle 4x”,“Tap Down on Light Paddle 5x”,“Hold Down on Light Paddle”,“Release Down on Light Paddle”,“Tap Config Button”],“passthrough”:false,“x”:530,“y”:200,“wires”:[[],[],[“2f24164375dd1140”],[],[],[],[],[],[],[],[],[],[],[],[“ccf1f8328cef0dc6”]],“outputLabels”:["","",“Up 3x Tree On”,"","","","","","","","","","","",“Config Tree Off”]},{“id”:“51de0e6c86e20ce1”,“type”:“server-events”,“z”:“20c3a8672d108be4”,“name”:"",“server”:“fca0097c.d25db8”,“version”:1,“event_type”:“zwave_js_value_notification”,“exposeToHomeAssistant”:false,“haConfig”:[{“property”:“name”,“value”:""},{“property”:“icon”,“value”:""}],“waitForRunning”:true,“outputProperties”:[{“property”:“payload”,“propertyType”:“msg”,“value”:"",“valueType”:“eventData”},{“property”:“topic”,“propertyType”:“msg”,“value”:"$outputData(“eventData”).event_type",“valueType”:“jsonata”},{“property”:“event_type”,“propertyType”:“msg”,“value”:"$outputData(“eventData”).event_type",“valueType”:“str”}],“x”:140,“y”:220,“wires”:[[“6e64209dd189fdf8”]]},{“id”:“ccf1f8328cef0dc6”,“type”:“api-call-service”,“z”:“20c3a8672d108be4”,“name”:“Turn Tree Off”,“server”:“fca0097c.d25db8”,“version”:3,“debugenabled”:false,“service_domain”:“zwave_js”,“service”:“set_value”,“entityId”:“switch.floor_outlet”,“data”:“state: “off””,“dataType”:“jsonata”,“mergecontext”:"",“mustacheAltTags”:false,“outputProperties”:[],“queue”:“none”,“x”:810,“y”:260,“wires”:[[“b5cc524b2c390b66”]]},{“id”:“2f24164375dd1140”,“type”:“api-call-service”,“z”:“20c3a8672d108be4”,“name”:“Turn Tree On”,“server”:“fca0097c.d25db8”,“version”:3,“debugenabled”:false,“service_domain”:“zwave_js”,“service”:“set_value”,“entityId”:“switch.floor_outlet”,“data”:“state: “on””,“dataType”:“jsonata”,“mergecontext”:"",“mustacheAltTags”:false,“outputProperties”:[],“queue”:“none”,“x”:810,“y”:200,“wires”:[[“b5cc524b2c390b66”]]},{“id”:“6752068c7de8e7bd”,“type”:“bigtimer”,“z”:“20c3a8672d108be4”,“outtopic”:"",“outpayload1”:"",“outpayload2”:"",“name”:“Timer”,“comment”:“Lights on at Dusk -20 and off at 10pm”,“lat”:0,“lon”:0,“starttime”:5001,“endtime”:“1320”,“starttime2”:0,“endtime2”:0,“startoff”:"-20",“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”:true,“feb”:true,“mar”:true,“apr”:true,“may”:true,“jun”:true,“jul”:true,“aug”:true,“sep”:true,“oct”:true,“nov”:true,“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,“xday7”:0,“xmonth7”:0,“xday8”:0,“xmonth8”:0,“xday9”:0,“xmonth9”:0,“xday10”:0,“xmonth10”:0,“xday11”:0,“xmonth11”:0,“xday12”:0,“xmonth12”: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”:true,“atstart”:true,“odd”:false,“even”:false,“x”:130,“y”:500,“wires”:[[],[],[]]},{“id”:“b5cc524b2c390b66”,“type”:“debug”,“z”:“20c3a8672d108be4”,“name”:"",“active”:true,“tosidebar”:true,“console”:false,“tostatus”:false,“complete”:“true”,“targetType”:“full”,“statusVal”:"",“statusType”:“auto”,“x”:1160,“y”:240,“wires”:[]},{“id”:“6e64209dd189fdf8”,“type”:“switch”,“z”:“20c3a8672d108be4”,“name”:"",“property”:“payload.event.node_id”,“propertyType”:“msg”,“rules”:[{“t”:“eq”,“v”:“46”,“vt”:“str”}],“checkall”:“true”,“repair”:false,“outputs”:1,“x”:340,“y”:180,“wires”:[[“74a8ab872f95c7ad”]]},{“id”:“f1e2a02f94164227”,“type”:“inject”,“z”:“20c3a8672d108be4”,“name”:"",“props”:[{“p”:“payload”},{“p”:“topic”,“vt”:“str”}],“repeat”:"",“crontab”:"",“once”:false,“onceDelay”:0.1,“topic”:"",“payload”:“46”,“payloadType”:“num”,“x”:100,“y”:120,“wires”:[[“6e64209dd189fdf8”]]},{“id”:“fca0097c.d25db8”,“type”:“server”,“name”:“Home Assistant”,“addon”:true}]

@jerryacrocker it’s failing to import. Can you try pasting it again?

[{"id":"8411e384.fb1f9","type":"subflow","name":"Inovelli Scenes","info":"","category":"","in":[{"x":120,"y":220,"wires":[{"id":"1adf8d0e.cac7f3"}]}],"out":[{"x":680,"y":40,"wires":[{"id":"3faf3597.ea43ba","port":0}]},{"x":680,"y":80,"wires":[{"id":"3faf3597.ea43ba","port":1}]},{"x":680,"y":120,"wires":[{"id":"3faf3597.ea43ba","port":2}]},{"x":680,"y":160,"wires":[{"id":"3faf3597.ea43ba","port":3}]},{"x":680,"y":200,"wires":[{"id":"3faf3597.ea43ba","port":4}]},{"x":680,"y":240,"wires":[{"id":"eee43bc5.cec848","port":0}]},{"x":680,"y":280,"wires":[{"id":"eee43bc5.cec848","port":1}]},{"x":680,"y":320,"wires":[{"id":"eee43bc5.cec848","port":2}]},{"x":680,"y":360,"wires":[{"id":"eee43bc5.cec848","port":3}]},{"x":680,"y":400,"wires":[{"id":"eee43bc5.cec848","port":4}]},{"x":680,"y":440,"wires":[{"id":"7247d146.a727a","port":0}]}],"env":[],"color":"#DDAA99","outputLabels":["Single tap up","Double tap up","Triple tap up","Quad tap up","5 taps up","Single tap down","Double tap down","Triple tap down","Quad Tap down","5 taps down","Config tap"]},{"id":"1adf8d0e.cac7f3","type":"switch","z":"8411e384.fb1f9","name":"Scene ID","property":"payload.event.label","propertyType":"msg","rules":[{"t":"eq","v":"Scene 001","vt":"str"},{"t":"eq","v":"Scene 002","vt":"str"},{"t":"eq","v":"Scene 003","vt":"str"}],"checkall":"true","repair":false,"outputs":3,"x":220,"y":220,"wires":[["eee43bc5.cec848"],["3faf3597.ea43ba"],["7247d146.a727a"]]},{"id":"eee43bc5.cec848","type":"switch","z":"8411e384.fb1f9","name":"Scene Value (Down)","property":"payload.event.value","propertyType":"msg","rules":[{"t":"eq","v":"KeyPressed","vt":"str"},{"t":"eq","v":"KeyPressed2x","vt":"str"},{"t":"eq","v":"KeyPressed3x","vt":"str"},{"t":"eq","v":"KeyPressed4x","vt":"str"},{"t":"eq","v":"KeyPressed5x","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":460,"y":260,"wires":[[],[],[],[],[]],"outputLabels":["Double Tap Down","Triple Tap Down","Quad Tap Down","5 Tap Down",""]},{"id":"3faf3597.ea43ba","type":"switch","z":"8411e384.fb1f9","name":"Scene Value (Up)","property":"payload.event.value","propertyType":"msg","rules":[{"t":"eq","v":"KeyPressed","vt":"str"},{"t":"eq","v":"KeyPressed2x","vt":"str"},{"t":"eq","v":"KeyPressed3x","vt":"str"},{"t":"eq","v":"KeyPressed4x","vt":"str"},{"t":"eq","v":"KeyPressed5x","vt":"str"}],"checkall":"true","repair":false,"outputs":5,"x":450,"y":180,"wires":[[],[],[],[],[]],"outputLabels":["","Single Tap Up","","",null]},{"id":"7247d146.a727a","type":"switch","z":"8411e384.fb1f9","name":"Scene Value (Config)","property":"payload.event.value","propertyType":"msg","rules":[{"t":"eq","v":"KeyPressed","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":460,"y":320,"wires":[[]],"outputLabels":["Single Config Tap"]},{"id":"20c3a8672d108be4","type":"tab","label":"Christmas Tree Lights","disabled":false,"info":"","env":[]},{"id":"51de0e6c86e20ce1","type":"server-events","z":"20c3a8672d108be4","name":"","server":"fca0097c.d25db8","version":1,"event_type":"zwave_js_value_notification","exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"waitForRunning":true,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"$outputData(\"eventData\").event_type","valueType":"jsonata"},{"property":"event_type","propertyType":"msg","value":"$outputData(\"eventData\").event_type","valueType":"str"}],"x":140,"y":220,"wires":[["6e64209dd189fdf8"]]},{"id":"ccf1f8328cef0dc6","type":"api-call-service","z":"20c3a8672d108be4","name":"Turn Tree Off","server":"fca0097c.d25db8","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_value","entityId":"switch.floor_outlet","data":"\"off\"","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":810,"y":260,"wires":[["b5cc524b2c390b66"]]},{"id":"2f24164375dd1140","type":"api-call-service","z":"20c3a8672d108be4","name":"Turn Tree On","server":"fca0097c.d25db8","version":3,"debugenabled":false,"service_domain":"zwave_js","service":"set_value","entityId":"switch.floor_outlet","data":" \"on\"","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":810,"y":200,"wires":[["b5cc524b2c390b66"]]},{"id":"6752068c7de8e7bd","type":"bigtimer","z":"20c3a8672d108be4","outtopic":"","outpayload1":"","outpayload2":"","name":"Timer","comment":"Lights on at Dusk -20 and off at 10pm","lat":0,"lon":0,"starttime":5001,"endtime":"1320","starttime2":0,"endtime2":0,"startoff":"-20","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":true,"feb":true,"mar":true,"apr":true,"may":true,"jun":true,"jul":true,"aug":true,"sep":true,"oct":true,"nov":true,"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,"xday7":0,"xmonth7":0,"xday8":0,"xmonth8":0,"xday9":0,"xmonth9":0,"xday10":0,"xmonth10":0,"xday11":0,"xmonth11":0,"xday12":0,"xmonth12":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":true,"atstart":true,"odd":false,"even":false,"x":130,"y":500,"wires":[[],[],[]]},{"id":"b5cc524b2c390b66","type":"debug","z":"20c3a8672d108be4","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1160,"y":240,"wires":[]},{"id":"6e64209dd189fdf8","type":"switch","z":"20c3a8672d108be4","name":"Top of Stairs","property":"payload.event.node_id","propertyType":"msg","rules":[{"t":"eq","v":"46","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":360,"y":180,"wires":[["cd7e679b520e89be"]]},{"id":"f1e2a02f94164227","type":"inject","z":"20c3a8672d108be4","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"46","payloadType":"num","x":490,"y":80,"wires":[["ccf1f8328cef0dc6"]]},{"id":"cd7e679b520e89be","type":"subflow:8411e384.fb1f9","z":"20c3a8672d108be4","name":"","x":570,"y":260,"wires":[[],[],["2f24164375dd1140"],[],[],[],[],[],[],[],["ccf1f8328cef0dc6"]]},{"id":"feb5e85d8372ca5a","type":"api-current-state","z":"20c3a8672d108be4","name":"","server":"fca0097c.d25db8","version":2,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","entity_id":"switch.floor_outlet","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":580,"y":560,"wires":[["b5cc524b2c390b66"]]},{"id":"fca0097c.d25db8","type":"server","name":"Home Assistant","addon":true}]


Hows this

That worked. What is the problem? The outlet isn’t turning on/off when you select the scene?

This is how I do my service calls to turn devices on/off

1 Like

I updated the call service to “turn_on” and “turn_off” and the debug shows call service erros. Service not found.

The above was from an inject node test.

When I actually push the buttons on the switch I don’t see anything come into the debug window so think I’m missing something earlier in the flow also.

If you stick a debug on the zwave notification node does it get triggered when you activate the scene?

Did turn_on auto complete as you started typing?

Nothing!

Could this be because I have zwave2mqtt running?

Do you see the scenes activate in central scene? Which firmware is the dimmer? Did you recently upgrade to 1.61, if so you probably need to toggle param 50 to 1 and back to 7.

Firmware is 1.57

Keep that screen open and double tap the dimmer. Do you see the 2X from my screenshot?

No change on the screen after both trying to config button and double tap

Try toggling param 50 to 1 and then back to 7 and param 51 to 0 and back to 1.

50 was set at 1 originally and 51 is either enable to disable. I toggled both and changed back to where they were.

Still nothing in the central scene view and nothing showing in the debug window off the events all node.

Also note worthy, if I run an inject node to the call service node, I am able to toggle the outlet on and off. That part is working.

Something is wonky with the events all node I think as I’m not getting anything in the debug node off of it when I push buttons on the dimmer.