Dome Water Shut-off Valve: Unboxing and Install

RIGHT NOW THE VALVE IS ONLY $64.95 until Labor Day 2020: https://tshouse.link/tshdome

In today’s video, I will be unboxing, installing, and configuring the Dome Z-Wave Water Shut-off Valve. I consider this one of the most critical but boring pieces of your home automation environment. It is something that you install and hope to never need. But it could save you thousands by keeping a small water leak from turning into big damage to your house.

Node-Red Code

Node Red Code
Water-Leak Automation
[{"id":"543025b3.de30cc","type":"tab","label":"Water Shut-off","disabled":false,"info":""},{"id":"aea827c2.f75d68","type":"server-state-changed","z":"543025b3.de30cc","name":"Leak #1","server":"109a104b.db362","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"binary_sensor.water_leak_1","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"On","halt_if_type":"str","halt_if_compare":"is","outputs":2,"output_only_on_state_change":true,"x":170,"y":220,"wires":[["3e0cf98d.1dca66"],[]]},{"id":"96030cd9.a0e48","type":"server-state-changed","z":"543025b3.de30cc","name":"Leak Sensor #2","server":"109a104b.db362","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"binary_sensor.water_leak_2","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"On","halt_if_type":"str","halt_if_compare":"is","outputs":2,"output_only_on_state_change":true,"x":190,"y":300,"wires":[["3e0cf98d.1dca66"],[]]},{"id":"b1c2fd13.21d1f","type":"inject","z":"543025b3.de30cc","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":440,"y":180,"wires":[["b0c8363d.ad5188"]]},{"id":"6c97a83f.debae8","type":"switch","z":"543025b3.de30cc","name":"Status","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"Home","vt":"str"},{"t":"eq","v":"Vacation","vt":"str"},{"t":"eq","v":"Away","vt":"str"},{"t":"eq","v":"Sleep","vt":"str"}],"checkall":"true","repair":false,"outputs":4,"x":1050,"y":420,"wires":[["3c7a35a9.32f1da"],["aebd3e1b.421a6"],["aebd3e1b.421a6"],["aebd3e1b.421a6"]]},{"id":"b0c8363d.ad5188","type":"api-current-state","z":"543025b3.de30cc","name":"Laundry Leak","server":"109a104b.db362","version":1,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"binary_sensor.water_leak_sensor_158d0002112757","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":640,"y":280,"wires":[["bb8464b1.4fdb98"]]},{"id":"53c9931f.d8fc9c","type":"telegrambot-notify","z":"543025b3.de30cc","name":"Notify Telegram","bot":"xxxxxxxxx","chatId":"xxxxxxxxx","message":"","parseMode":"","x":1860,"y":300,"wires":[]},{"id":"bb8464b1.4fdb98","type":"change","z":"543025b3.de30cc","name":"","rules":[{"t":"set","p":"friendlyName","pt":"flow","to":"data.attributes.friendly_name","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":680,"y":420,"wires":[["c2f0c5ca.9f5ec8"]]},{"id":"3c7a35a9.32f1da","type":"change","z":"543025b3.de30cc","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"friendlyName","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1340,"y":360,"wires":[["833b680a.07ba58"]]},{"id":"833b680a.07ba58","type":"function","z":"543025b3.de30cc","name":"Prepend Message","func":"msg.payload = '❗❗Water Leak Detected at ' + msg.payload + '❗❗';\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1570,"y":340,"wires":[["53c9931f.d8fc9c"]]},{"id":"77c42b1d.b1ae24","type":"comment","z":"543025b3.de30cc","name":"Add TTS","info":"","x":1820,"y":360,"wires":[]},{"id":"aebd3e1b.421a6","type":"stoptimer","z":"543025b3.de30cc","duration":"5","units":"Minute","payloadtype":"num","payloadval":"0","name":"","x":1350,"y":460,"wires":[["96e2a89f.a0bf68"],[]]},{"id":"96e2a89f.a0bf68","type":"api-call-service","z":"543025b3.de30cc","name":"Turn off Water Valve","server":"109a104b.db362","version":1,"debugenabled":false,"service_domain":"switch","service":"turn_off","entityId":"switch.elexa_consumer_products_inc_dome_water_shut_off_valve_switch","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1690,"y":540,"wires":[["6ec3c6ad.c9d478"]]},{"id":"6ec3c6ad.c9d478","type":"telegrambot-notify","z":"543025b3.de30cc","name":"Notify Telegram","bot":"xxxxxxxxx","chatId":"xxxxxxxxx","message":"❗🚱The water to the house has been turned off.🚱❗","parseMode":"","x":1960,"y":560,"wires":[]},{"id":"3e0cf98d.1dca66","type":"switch","z":"543025b3.de30cc","name":"On/Off?","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"On","vt":"str"},{"t":"eq","v":"Off","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":420,"y":400,"wires":[["bb8464b1.4fdb98"],["8a327db6.70a37"]]},{"id":"8a327db6.70a37","type":"change","z":"543025b3.de30cc","name":"Stop","rules":[{"t":"set","p":"payload","pt":"msg","to":"STOP","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1110,"y":540,"wires":[["aebd3e1b.421a6"]]},{"id":"41edd1ec.6432","type":"comment","z":"543025b3.de30cc","name":"Water Leak Flow","info":"","x":210,"y":160,"wires":[]},{"id":"c2f0c5ca.9f5ec8","type":"api-current-state","z":"543025b3.de30cc","name":"Home State","server":"109a104b.db362","version":1,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"input_select.home_status","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","blockInputOverrides":false,"x":890,"y":420,"wires":[["6c97a83f.debae8"]]},{"id":"109a104b.db362","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open"},{"id":"xxxxxxxxx","type":"telegrambot-config","z":"","botname":"xBOTNAMEx","usernames":"USERNAME","chatIds":"xxxxxxxxx","pollInterval":"300"}]

Links in Video

Products in Video