[{"id":"1d3178f91b840393","type":"tab","label":"ito test","disabled":false,"info":""},{"id":"3cd47122a29985a4","type":"change","z":"1d3178f91b840393","name":"save currentspeed","rules":[{"t":"set","p":"currentspeed","pt":"global","to":"payload.level","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":550,"y":100,"wires":[[]]},{"id":"e5a5bb4e6a261b0b","type":"switch","z":"1d3178f91b840393","name":"if idx=1","property":"payload.idx","propertyType":"msg","rules":[{"t":"eq","v":"1","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":340,"y":100,"wires":[["3cd47122a29985a4"]]},{"id":"36aeab4cd957430a","type":"mqtt-json","z":"1d3178f91b840393","name":"domoticz/in","topic":"domoticz/in","property":"","qos":"0","broker":"6a689befbdf53416","x":170,"y":100,"wires":[["e5a5bb4e6a261b0b","ce0e7c609ec34992"]]},{"id":"ce0e7c609ec34992","type":"function","z":"1d3178f91b840393","name":"select idx=13, hum","func":"if (msg.payload.idx == 13)\n{\n msg.payload.hum = Number(msg.payload.svalue.substring(5,9));\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":370,"y":160,"wires":[["661880a9800ba7d9"]]},{"id":"3d733f9eae04c0dd","type":"rate","z":"1d3178f91b840393","name":"rate hum","inputField":"payload.hum","inputFieldType":"msg","outputField":"rate","outputFieldType":"msg","timestampField":"","timestampFieldType":"now","ratePeriod":"240000","x":160,"y":300,"wires":[["11ea746194d0d130"]]},{"id":"11ea746194d0d130","type":"function","z":"1d3178f91b840393","name":"filter >50","func":"if (!isNaN(msg.rate) ) \n{\n if (Math.abs(msg.rate) > 50)\n {\n msg.rate = 0;\n }\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":160,"y":380,"wires":[["f3d8252dc80e8e8e"]]},{"id":"3a0e69a6271aeecb","type":"switch","z":"1d3178f91b840393","name":"rate > 15?","property":"rate","propertyType":"msg","rules":[{"t":"gt","v":"15","vt":"num"}],"checkall":"true","repair":true,"outputs":1,"x":500,"y":380,"wires":[["ea55102ed9910022"]]},{"id":"199a1110f63bebed","type":"stoptimer-varidelay","z":"1d3178f91b840393","duration":"35","durationType":"num","units":"Minute","payloadtype":"num","payloadval":"0","name":"35 minutes","reporting":"last_minute_seconds","persist":true,"ignoretimerpass":false,"x":890,"y":460,"wires":[["38170b261128d42c"],[],[]]},{"id":"bfd586bc452cae52","type":"stoptimer-varidelay","z":"1d3178f91b840393","duration":"10","durationType":"num","units":"Minute","payloadtype":"str","payloadval":"STOP","name":"10 minutes","reporting":"last_minute_seconds","persist":false,"ignoretimerpass":false,"x":1050,"y":580,"wires":[["38170b261128d42c"],["8c16a79f8d042327"],[]]},{"id":"38170b261128d42c","type":"change","z":"1d3178f91b840393","name":"itho 15","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"dtype\":\"ithofan\",\"speed\":15}","tot":"json"},{"t":"set","p":"state_high","pt":"global","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":1050,"y":460,"wires":[["3c33c9411ac8f41c"]]},{"id":"ea55102ed9910022","type":"change","z":"1d3178f91b840393","name":"set savedspeed","rules":[{"t":"set","p":"savedspeed","pt":"global","to":"currentspeed","tot":"global"},{"t":"set","p":"state_high","pt":"global","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":660,"y":380,"wires":[["199a1110f63bebed","1d9a145397938e7d"]]},{"id":"1d9a145397938e7d","type":"change","z":"1d3178f91b840393","name":"itho 220","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"dtype\":\"ithofan\",\"speed\":\"220\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":380,"wires":[["3c33c9411ac8f41c"]]},{"id":"3c33c9411ac8f41c","type":"mqtt out","z":"1d3178f91b840393","name":"itho","topic":"domoticz/out","qos":"0","retain":"true","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"6a689befbdf53416","x":1130,"y":380,"wires":[]},{"id":"2961c1f559369a3c","type":"switch","z":"1d3178f91b840393","name":"hum decreased?","property":"payload.hum + 4","propertyType":"jsonata","rules":[{"t":"lt","v":"payload.max","vt":"msg"}],"checkall":"true","repair":false,"outputs":1,"x":870,"y":580,"wires":[["bfd586bc452cae52"]]},{"id":"769b61cce22939c7","type":"switch","z":"1d3178f91b840393","name":"if state_high","property":"state_high","propertyType":"global","rules":[{"t":"true"}],"checkall":"true","repair":false,"outputs":1,"x":150,"y":560,"wires":[["3b1795304fdef147"]]},{"id":"0c01abc005dd0ca1","type":"change","z":"1d3178f91b840393","name":"STOP","rules":[{"t":"set","p":"payload","pt":"msg","to":"STOP","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":710,"y":460,"wires":[["199a1110f63bebed"]]},{"id":"661880a9800ba7d9","type":"smooth","z":"1d3178f91b840393","name":"avg 5","property":"payload.hum","action":"mean","count":"5","round":"","mult":"single","reduce":false,"x":530,"y":160,"wires":[["3d733f9eae04c0dd","769b61cce22939c7","44ed5137a121d256"]]},{"id":"3b1795304fdef147","type":"switch","z":"1d3178f91b840393","name":"speed changed?","property":"currentspeed","propertyType":"global","rules":[{"t":"neq","v":"87","vt":"num"},{"t":"eq","v":"87","vt":"num"}],"checkall":"true","repair":false,"outputs":2,"x":330,"y":560,"wires":[["b3167440492d9888"],["9e2b24dc8b650b29"]]},{"id":"b3167440492d9888","type":"change","z":"1d3178f91b840393","name":"reset state_high","rules":[{"t":"set","p":"state_high","pt":"global","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":540,"y":460,"wires":[["0c01abc005dd0ca1"]]},{"id":"f3d8252dc80e8e8e","type":"change","z":"1d3178f91b840393","name":"set global hum","rules":[{"t":"set","p":"hum","pt":"global","to":"payload.hum","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":340,"y":380,"wires":[["3a0e69a6271aeecb"]]},{"id":"8c16a79f8d042327","type":"switch","z":"1d3178f91b840393","name":"stopped?","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"stopped","vt":"str"}],"checkall":"true","repair":false,"outputs":1,"x":720,"y":520,"wires":[["0c01abc005dd0ca1"]]},{"id":"fd083f2f414c344b","type":"smooth","z":"1d3178f91b840393","name":"max last 35 min","property":"payload.max","action":"max","count":"420","round":"","mult":"single","reduce":false,"x":680,"y":580,"wires":[["2961c1f559369a3c"]]},{"id":"9e2b24dc8b650b29","type":"change","z":"1d3178f91b840393","name":"set max","rules":[{"t":"set","p":"payload.max","pt":"msg","to":"payload.hum","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":580,"wires":[["fd083f2f414c344b"]]},{"id":"8514ddc1b2f7a40d","type":"timerswitch","z":"1d3178f91b840393","name":"itho weektimer","ontopic":"","offtopic":"","onpayload":"","offpayload":"","disabled":false,"schedules":[{"on_h":"08","on_m":"00","on_s":"00","off_h":"10","off_m":"30","off_s":"00","valid":true},{"on_h":"12","on_m":"00","on_s":"00","off_h":"14","off_m":"00","off_s":"00","valid":true},{"on_h":"17","on_m":"00","on_s":"00","off_h":"19","off_m":"30","off_s":"00","valid":true}],"x":160,"y":720,"wires":[["c556d5a5c12bcf9c"]]},{"id":"4b3947122e1fe18d","type":"change","z":"1d3178f91b840393","name":"itho on 15","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"dtype\":\"ithofan\",\"speed\":\"15\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":700,"wires":[["ba76888a91d34cc7"]]},{"id":"2a37ef4f40444d6e","type":"switch","z":"1d3178f91b840393","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":470,"y":720,"wires":[["4b3947122e1fe18d"],["745ec01191ca7f3f"]]},{"id":"f299ed3e9e7510dc","type":"inject","z":"1d3178f91b840393","name":"Every hour","props":[],"repeat":"3600","crontab":"","once":true,"onceDelay":0.1,"topic":"","x":150,"y":860,"wires":[["a512ac9d52ab408a"]]},{"id":"8f9b82bc261fb6da","type":"change","z":"1d3178f91b840393","name":"itho on 30","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"dtype\":\"ithofan\",\"speed\":\"30\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":860,"wires":[["ba76888a91d34cc7"]]},{"id":"c556d5a5c12bcf9c","type":"switch","z":"1d3178f91b840393","name":"if !state_high","property":"state_high","propertyType":"global","rules":[{"t":"false"}],"checkall":"true","repair":false,"outputs":1,"x":330,"y":720,"wires":[["2a37ef4f40444d6e"]]},{"id":"e113376d36e425e8","type":"switch","z":"1d3178f91b840393","name":"if speed =0","property":"currentspeed","propertyType":"global","rules":[{"t":"eq","v":"0","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":470,"y":860,"wires":[["8f9b82bc261fb6da","6f2b13092e9d7c15"]]},{"id":"6f2b13092e9d7c15","type":"stoptimer-varidelay","z":"1d3178f91b840393","duration":"5","durationType":"num","units":"Minute","payloadtype":"num","payloadval":"0","name":"5 minutes","reporting":"last_minute_seconds","persist":false,"ignoretimerpass":false,"x":660,"y":800,"wires":[["745ec01191ca7f3f"],[],[]]},{"id":"a512ac9d52ab408a","type":"switch","z":"1d3178f91b840393","name":"!state_high?","property":"state_high","propertyType":"global","rules":[{"t":"false"}],"checkall":"true","repair":false,"outputs":1,"x":310,"y":860,"wires":[["e113376d36e425e8"]]},{"id":"d5a236393baf6534","type":"inject","z":"1d3178f91b840393","name":"at flow start","props":[{"p":"payload"}],"repeat":"","crontab":"","once":true,"onceDelay":0.1,"topic":"","payloadType":"date","x":170,"y":40,"wires":[["7740066409662948"]]},{"id":"7740066409662948","type":"config","z":"1d3178f91b840393","name":"set variables","properties":[{"p":"state_high","pt":"global","to":"false","tot":"bool"},{"p":"hum","pt":"global","to":"40","tot":"num"},{"p":"currentspeed","pt":"global","to":"6","tot":"num"},{"p":"savedspeed","pt":"global","to":"6","tot":"num"}],"active":true,"x":370,"y":40,"wires":[]},{"id":"44ed5137a121d256","type":"switch","z":"1d3178f91b840393","name":"hum >85?","property":"payload.hum","propertyType":"msg","rules":[{"t":"gt","v":"85","vt":"num"}],"checkall":"true","repair":true,"outputs":1,"x":640,"y":300,"wires":[["ea55102ed9910022"]]},{"id":"745ec01191ca7f3f","type":"change","z":"1d3178f91b840393","name":"itho off 0","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"dtype\":\"ithofan\",\"speed\":\"0\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":760,"wires":[["ba76888a91d34cc7"]]},{"id":"ba76888a91d34cc7","type":"link out","z":"1d3178f91b840393","name":"to set date/log/mqtt","links":["8a43807db1b9a2eb","10bca1dfbb9a91bb"],"x":1025,"y":800,"wires":[]},{"id":"10bca1dfbb9a91bb","type":"link in","z":"1d3178f91b840393","name":"","links":["ba76888a91d34cc7"],"x":965,"y":340,"wires":[["3c33c9411ac8f41c"]]},{"id":"6a689befbdf53416","type":"mqtt-broker","name":"","broker":"localhost","port":"1883","clientid":"","usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"sessionExpiry":""}
]