- 积分
- 170
- 金钱
- 151
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
注册会员
- 积分
- 170
- 金钱
- 151
- HASS币
- 0
|
发表于 2023-3-5 17:12:53
|
显示全部楼层
[{"id":"a31e0913.cd32e8","type":"server-state-changed","z":"bdf6fb07.64fd48","name":"监测大门状态","server":"94f0c0a9.629b6","entityidfilter":"binary_sensor.door_window_sensor_158d0000d6de14","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"x":1210,"y":3700,"wires":[["f382a862.abc7e8"]]},{"id":"61d36544.2900cc","type":"switch","z":"bdf6fb07.64fd48","name":"大门新状态为开启","property":"data.new_state.state","propertyType":"msg","rules":[{"t":"eq","v":"on","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1670,"y":3700,"wires":[["b4cc73af.03105"]]},{"id":"f382a862.abc7e8","type":"switch","z":"bdf6fb07.64fd48","name":"大门原状态为关闭","property":"data.old_state.state","propertyType":"msg","rules":[{"t":"eq","v":"off","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":1450,"y":3700,"wires":[["61d36544.2900cc"]]},{"id":"fe1c4a1a.cfd798","type":"debug","z":"bdf6fb07.64fd48","name":"调式信息","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","x":2520,"y":3760,"wires":[]},{"id":"3c3689da.1eeed6","type":"function","z":"bdf6fb07.64fd48","name":"TTS内容","func":"\n\nvar message = "洗衣机还有衣服没晾晒";\nmsg.payload = {};\nmsg.payload.data = {"message":message,"miai_num":"0"};\nreturn msg;","outputs":1,"noerr":0,"x":2460,"y":3700,"wires":[["324e0749.e18808"]]},{"id":"aaf12ed2.0c26e","type":"switch","z":"bdf6fb07.64fd48","name":"衣服没晒","property":"washing_door","propertyType":"msg","rules":[{"t":"lt","v":"washing_finish","vt":"msg"}],"checkall":"true","repair":false,"outputs":1,"x":2160,"y":3700,"wires":[["3c3689da.1eeed6","fe1c4a1a.cfd798"]]},{"id":"324e0749.e18808","type":"api-call-service","z":"bdf6fb07.64fd48","name":"小爱TTS","server":"94f0c0a9.629b6","service_domain":"hello_miai","service":"add2msgqueue","data":"","render_data":false,"mergecontext":"","x":2660,"y":3700,"wires":[[]]},{"id":"26e0c52a.0d535a","type":"comment","z":"bdf6fb07.64fd48","name":"检测衣服晒了没","info":"","x":1220,"y":3640,"wires":[]},{"id":"b4cc73af.03105","type":"function","z":"bdf6fb07.64fd48","name":"读取洗衣机门开启时间","func":"msg.payload = {};\n\nmsg.washing_door = global.get('washing_door_open_time','store');\nmsg.washing_finish = global.get('washing_finish_time','store');\nreturn msg;","outputs":1,"noerr":0,"x":1920,"y":3700,"wires":[["aaf12ed2.0c26e"]]},{"id":"94f0c0a9.629b6","type":"server","z":"","name":"Home Assistant","legacy":true,"hassio":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open"}] |
|