Hello,
i need help with my lux sensor and roller shutter control.
It works with lux sensor only.
But I would like to query the status that the roll has, if it is 100 then it should close to 60. If there is a lux change it is still 60 and everything should stay that way.
What am I doing wrong here, I think the error is in the current state node
Here my jaml
[{"id":"dc92d257f8d80dcf","type":"tab","label":"Test Rolladensteuerung","disabled":false,"info":"","env":[]},{"id":"29c95dc881e9674b","type":"switch","z":"dc92d257f8d80dcf","name":"Luxwert","property":"payload.lux","propertyType":"msg","rules":[{"t":"gte","v":"5000","vt":"jsonata"},{"t":"lt","v":"4999","vt":"jsonata"}],"checkall":"true","repair":false,"outputs":2,"x":860,"y":340,"wires":[["a060a533d72998fe","7c3c3edbac59b618"],["25e3973b55c831fb","49ca6d2962cf931a"]]},{"id":"d50f71b8fad74e77","type":"function","z":"dc92d257f8d80dcf","name":"Extract Lux Value","func":"msg.payload = {lux: msg.payload};\nreturn msg;","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":610,"y":340,"wires":[["29c95dc881e9674b","fafda9ed09015742"]]},{"id":"feeae131967e3b7f","type":"api-call-service","z":"dc92d257f8d80dcf","name":"Close","server":"ba5847c22e132520","version":5,"debugenabled":false,"domain":"cover","service":"close_cover","areaId":[],"deviceId":["672510dd0a42cd4c4f7e6838c9f49128"],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1370,"y":280,"wires":[["586fd9da58dbe015"]]},{"id":"a8820658a74936c4","type":"api-current-state","z":"dc92d257f8d80dcf","name":"Lichtsensor Front","server":"ba5847c22e132520","version":3,"outputs":2,"halt_if":"5000","halt_if_type":"num","halt_if_compare":"gt","entity_id":"sensor.esphome_web_d724cf_lightsensfront","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"for":"0","forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":350,"y":340,"wires":[["d50f71b8fad74e77","ac44d64249d13095"],[]]},{"id":"63704aaa62496f66","type":"api-call-service","z":"dc92d257f8d80dcf","name":"Open","server":"ba5847c22e132520","version":5,"debugenabled":false,"domain":"cover","service":"open_cover","areaId":[],"deviceId":["672510dd0a42cd4c4f7e6838c9f49128"],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1550,"y":380,"wires":[[]]},{"id":"ea4b51a01ccd5532","type":"api-call-service","z":"dc92d257f8d80dcf","name":"Stop","server":"ba5847c22e132520","version":5,"debugenabled":false,"domain":"cover","service":"stop_cover","areaId":[],"deviceId":["672510dd0a42cd4c4f7e6838c9f49128"],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1670,"y":280,"wires":[[]]},{"id":"586fd9da58dbe015","type":"delay","z":"dc92d257f8d80dcf","name":"60% zu","pauseType":"delay","timeout":"8","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":1520,"y":280,"wires":[["ea4b51a01ccd5532"]]},{"id":"74372ff648da6aa2","type":"delay","z":"dc92d257f8d80dcf","name":"Warte 2 min","pauseType":"delay","timeout":"2","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":1390,"y":380,"wires":[["63704aaa62496f66"]]},{"id":"d5a3899a3ad0da93","type":"inject","z":"dc92d257f8d80dcf","name":"Abfragen","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"300","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":790,"y":80,"wires":[["a8820658a74936c4"]]},{"id":"54e6178f268b87e5","type":"comment","z":"dc92d257f8d80dcf","name":"> 5000","info":"","x":310,"y":280,"wires":[]},{"id":"fafda9ed09015742","type":"debug","z":"dc92d257f8d80dcf","name":"Lux Extract","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":790,"y":480,"wires":[]},{"id":"ac44d64249d13095","type":"debug","z":"dc92d257f8d80dcf","name":"Lux Messwert","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":600,"y":200,"wires":[]},{"id":"8756e2c14842c6d7","type":"inject","z":"dc92d257f8d80dcf","name":"Incect 10001","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"10001","payloadType":"num","x":190,"y":580,"wires":[["d50f71b8fad74e77"]]},{"id":"481b28526519a077","type":"comment","z":"dc92d257f8d80dcf","name":"> 5000","info":"","x":850,"y":280,"wires":[]},{"id":"9f9b46caaaac534a","type":"switch","z":"dc92d257f8d80dcf","name":"Position","property":"payload","propertyType":"msg","rules":[{"t":"gte","v":"payload = \"close\" and data.attributes.current_position = \"100\"","vt":"jsonata"},{"t":"lt","v":"data.attributes.current_position = \"60\"","vt":"jsonata"}],"checkall":"true","repair":false,"outputs":2,"x":1200,"y":280,"wires":[["feeae131967e3b7f","cc4fb8711e872303"],[]]},{"id":"a060a533d72998fe","type":"api-current-state","z":"dc92d257f8d80dcf","name":"Rollo Büro","server":"ba5847c22e132520","version":3,"outputs":1,"halt_if":"","halt_if_type":"num","halt_if_compare":"is","entity_id":"cover.rollo_buro","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"data","propertyType":"msg","value":"","valueType":"entity"},{"property":"payload","propertyType":"msg","value":"close","valueType":"str"}],"for":"0","forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":1030,"y":280,"wires":[["9f9b46caaaac534a","4d0f39e1683c79c1"]]},{"id":"25e3973b55c831fb","type":"api-current-state","z":"dc92d257f8d80dcf","name":"Rollo Büro","server":"ba5847c22e132520","version":3,"outputs":1,"halt_if":"","halt_if_type":"num","halt_if_compare":"is","entity_id":"cover.rollo_buro","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"open","valueType":"str"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"for":"0","forType":"num","forUnits":"minutes","override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":1030,"y":380,"wires":[["9199b205ef9adda2","776323fae2b1465c"]]},{"id":"9199b205ef9adda2","type":"switch","z":"dc92d257f8d80dcf","name":"Position","property":"payload","propertyType":"msg","rules":[{"t":"lt","v":"data.attributes.current_position = \"60\"","vt":"jsonata"},{"t":"gte","v":"data.attributes.current_position = \"100\"","vt":"jsonata"}],"checkall":"true","repair":false,"outputs":2,"x":1200,"y":380,"wires":[["74372ff648da6aa2","7b0166e9bf73ff6e"],[]]},{"id":"4d0f39e1683c79c1","type":"debug","z":"dc92d257f8d80dcf","name":"debug close","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1250,"y":100,"wires":[]},{"id":"776323fae2b1465c","type":"debug","z":"dc92d257f8d80dcf","name":"debug open","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1250,"y":520,"wires":[]},{"id":"cc4fb8711e872303","type":"debug","z":"dc92d257f8d80dcf","name":"debug position close","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1420,"y":180,"wires":[]},{"id":"7b0166e9bf73ff6e","type":"debug","z":"dc92d257f8d80dcf","name":"debug position open","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1420,"y":460,"wires":[]},{"id":"7c3c3edbac59b618","type":"debug","z":"dc92d257f8d80dcf","name":"debug 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1020,"y":100,"wires":[]},{"id":"49ca6d2962cf931a","type":"debug","z":"dc92d257f8d80dcf","name":"debug 4","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1040,"y":540,"wires":[]},{"id":"771904639625d114","type":"api-call-service","z":"dc92d257f8d80dcf","name":"Open","server":"ba5847c22e132520","version":5,"debugenabled":false,"domain":"cover","service":"open_cover","areaId":[],"deviceId":["672510dd0a42cd4c4f7e6838c9f49128"],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":350,"y":660,"wires":[[]]},{"id":"cd526c3e47d21679","type":"inject","z":"dc92d257f8d80dcf","name":"Inject Open","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":190,"y":660,"wires":[["771904639625d114"]]},{"id":"7d66ea1d16580bab","type":"inject","z":"dc92d257f8d80dcf","name":"Inject Close","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":190,"y":720,"wires":[["5cc363a5f2708955"]]},{"id":"5cc363a5f2708955","type":"api-call-service","z":"dc92d257f8d80dcf","name":"Close","server":"ba5847c22e132520","version":5,"debugenabled":false,"domain":"cover","service":"close_cover","areaId":[],"deviceId":["672510dd0a42cd4c4f7e6838c9f49128"],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":350,"y":720,"wires":[["c28dcc2ecbbf21f5"]]},{"id":"3bc23a931fc7b7d8","type":"api-call-service","z":"dc92d257f8d80dcf","name":"Stop","server":"ba5847c22e132520","version":5,"debugenabled":false,"domain":"cover","service":"stop_cover","areaId":[],"deviceId":["672510dd0a42cd4c4f7e6838c9f49128"],"entityId":[],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":650,"y":720,"wires":[[]]},{"id":"c28dcc2ecbbf21f5","type":"delay","z":"dc92d257f8d80dcf","name":"60% zu","pauseType":"delay","timeout":"8","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":500,"y":720,"wires":[["3bc23a931fc7b7d8"]]},{"id":"ba5847c22e132520","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30","areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":": ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"default","statusTimeFormat":"h:m","enableGlobalContextStore":false}]