Hi guys,
I’m new on this world and I started doing some automation to open and close the Ikea blinds automatically everyday but every now and then one of the blinds doesn’t open or close, I haven’t been able to identify the issue yet but I was wondering if there is a way to add some to the below flow to “re-trigger” the issued command just to make sure the blinds opened or closeed. Here is my simple flow:
[{"id":"22ac9065.6a047","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"f17d302a.2dc7e","type":"light-scheduler","z":"22ac9065.6a047","settings":"c8785194.8af1d","events":"[{\"start\":{\"dow\":2,\"mod\":480},\"end\":{\"dow\":2,\"mod\":1260}},{\"start\":{\"dow\":3,\"mod\":480},\"end\":{\"dow\":3,\"mod\":1260}},{\"start\":{\"dow\":5,\"mod\":480},\"end\":{\"dow\":5,\"mod\":1260}},{\"start\":{\"dow\":6,\"mod\":540},\"end\":{\"dow\":6,\"mod\":1260}},{\"start\":{\"dow\":0,\"mod\":540},\"end\":{\"dow\":0,\"mod\":1260}},{\"start\":{\"dow\":1,\"mod\":480},\"end\":{\"dow\":1,\"mod\":1350}},{\"start\":{\"dow\":4,\"mod\":480},\"end\":{\"dow\":4,\"mod\":1260}}]","topic":"","name":"MasterRoom(Blinds) - Control","onPayload":"ON","onPayloadType":"str","offPayload":"OFF","offPayloadType":"str","onlyWhenDark":false,"scheduleRndMax":0,"sunElevationThreshold":6,"sunShowElevationInStatus":false,"outputfreq":"output.statechange","x":270,"y":400,"wires":[["5e4db31b.daa74c"]]},{"id":"5e4db31b.daa74c","type":"switch","z":"22ac9065.6a047","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"ON","vt":"str"},{"t":"eq","v":"OFF","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":510,"y":400,"wires":[["1f239561.07601b"],["a7cc3dcd.9ca9c"]]},{"id":"1f239561.07601b","type":"api-call-service","z":"22ac9065.6a047","name":"","server":"f4af8d00.92bd7","version":1,"debugenabled":false,"service_domain":"cover","service":"open_cover","entityId":"cover.0x000d6ffffebe261b_cover, cover.0x086bd7fffe5a76b5_cover","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":760,"y":320,"wires":[[]]},{"id":"a7cc3dcd.9ca9c","type":"api-call-service","z":"22ac9065.6a047","name":"","server":"f4af8d00.92bd7","version":1,"debugenabled":false,"service_domain":"cover","service":"set_cover_position","entityId":"cover.0x000d6ffffebe261b_cover, cover.0x086bd7fffe5a76b5_cover","data":"{\"position\":39}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":790,"y":440,"wires":[[]]},{"id":"1ccaf549.2d387b","type":"comment","z":"22ac9065.6a047","name":"====================================","info":"","x":320,"y":320,"wires":[]},{"id":"1f283149.3e205f","type":"comment","z":"22ac9065.6a047","name":"BLINDS AUTOMATIC SCHEDULE CONTROL","info":"","x":310,"y":360,"wires":[]},{"id":"c2ca1b82.8ef2c8","type":"inject","z":"22ac9065.6a047","name":"Manual Open","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"ON","payloadType":"msg","x":510,"y":260,"wires":[["1f239561.07601b"]]},{"id":"d653fa2.0192108","type":"inject","z":"22ac9065.6a047","name":"Manual Close","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"ON","payloadType":"msg","x":510,"y":520,"wires":[["a7cc3dcd.9ca9c"]]},{"id":"c8785194.8af1d","type":"light-scheduler-settings","z":"","name":"Home","latitude":"33.993713","longitude":"-84.451635"},{"id":"f4af8d00.92bd7","type":"server","z":"","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]