Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [{"id":"e28b34b42bd3eb3f","type":"group","z":"c0407d27.2cf24","name":"","style":{"label":true,"stroke":"#ffC000","stroke-opacity":"0.3"},"nodes":["280c33888dfd4ec1","ad96d23e4f0dc3b2","85f66d4ce407e344","a65a29c0d49441f4","6af799e90365a574","feea5a50c201cf26","0cc9ca50f4217e21","6d1365b136c30fe4","e83e8d3804278874","da84b318224b7e40","a1447fda2640c1e7","b8b6f9ada7483ac9","b504f7d259c3a39c","39128e97bdc08fe5","849345cac2dfd494","f21eb92b2e950d75","c236a88d040306b5","4823f097d6713e9a","d1ec03dd8819dc43","f70d78a67729b426","83342e9b4e051e92","4c7734e5a8b8e628","8faf3cc423b033e0","84d884cdb417ae8a","d1a5a066080f18d9","80642f1fcac4ba2b","b186ec86d26f39e8","27f68bc9437919d4","593f0ce3cd40d07c","db67b6084c2e2b3e","e509529ba98dcb46","5d080a66c68d7dd7"],"x":9,"y":2014,"w":772,"h":482},{"id":"280c33888dfd4ec1","type":"function","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"function 6","func":"let input = msg.inputTrigger\n\n// Starting up the lights for the day\nif (input === 'firstMotion') {\n msg.output = 'firstMotion'\nreturn [msg]\n} \n\nif (input ==='sunset') {\n msg.output = 'sunset'\nreturn[ null, msg]\n}\n\nif (input ==='10p'){\n msg.output = '10p'\nreturn[ null, null, msg]\n}\n\nif ((input === 'bedtime') || (input=== 'morningReset')){\n msg.output = 'bedtime'\nreturn[ null, null, null, msg]\n}\n\nif (input === 'bedtimeMotion') {\n msg.output = 'bedtimeMotion'\n return [null, null, null, null, msg]\n}\n\nif (input === 'doorLocked' || (msg.isHomeSecured) ) {\n msg.output = 'doorLocked'\n return [null, null, null, null, null, msg]\n}\n\n// Bedtime Mode Home Secured green verify light\nif (!msg.isHomeSecured) {\n return [null, null, null, null, null, null, msg];\n}","outputs":7,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":315,"y":2280,"wires":[["a65a29c0d49441f4"],["feea5a50c201cf26"],["b8b6f9ada7483ac9"],["b504f7d259c3a39c"],["db67b6084c2e2b3e"],["4823f097d6713e9a"],["84d884cdb417ae8a"]],"outputLabels":["first motion","sunset","10p","bedtime","bedtimeMotion","doorLocked","isHomeSecured?"]},{"id":"ad96d23e4f0dc3b2","type":"comment","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"Interior Central Accent Light Controller","info":"","x":215,"y":2055,"wires":[]},{"id":"85f66d4ce407e344","type":"server-state-changed","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"Sunset","server":"4c7d9772.e29fa8","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"input_select.sun_event","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"Sunset","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"inputTrigger","propertyType":"msg","value":"sunset","valueType":"str"}],"x":155,"y":2225,"wires":[["280c33888dfd4ec1"],[]]},{"id":"a65a29c0d49441f4","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"50% orange","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{ \"rgb_color\": [255,165,0], \"transition\":2, \"brightness_pct\": 50}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":515,"y":2150,"wires":[[]]},{"id":"6af799e90365a574","type":"server-state-changed","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"morn reset","server":"4c7d9772.e29fa8","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"input_button.morning_reset","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"on","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"inputTrigger","propertyType":"msg","value":"morningReset","valueType":"str"}],"x":145,"y":2130,"wires":[["280c33888dfd4ec1"],[]]},{"id":"feea5a50c201cf26","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"100%","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{ \"rgb_color\" : [254,221,0] , \"brightness_pct\" : 100, \"transition\": 1}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":495,"y":2200,"wires":[["0cc9ca50f4217e21"]]},{"id":"0cc9ca50f4217e21","type":"delay","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","pauseType":"delay","timeout":"15","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":585,"y":2200,"wires":[["6d1365b136c30fe4"]],"l":false},{"id":"6d1365b136c30fe4","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"20%","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{\"rgb_color\": [255,165,0] , \"brightness_pct\" : 20, \"transition\": 2}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":705,"y":2200,"wires":[[]]},{"id":"e83e8d3804278874","type":"inject","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"sunset","props":[{"p":"inputTrigger","v":"sunset","vt":"str"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":155,"y":2095,"wires":[["280c33888dfd4ec1"]]},{"id":"da84b318224b7e40","type":"server-state-changed","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"10p","server":"4c7d9772.e29fa8","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"sensor.current_hour","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"22","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"inputTrigger","propertyType":"msg","value":"10p","valueType":"str"}],"x":155,"y":2270,"wires":[["280c33888dfd4ec1"],[]]},{"id":"a1447fda2640c1e7","type":"server-state-changed","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"first motion","server":"4c7d9772.e29fa8","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"input_boolean.is_first_motion","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"on","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"inputTrigger","propertyType":"msg","value":"firstMotion","valueType":"str"}],"x":145,"y":2175,"wires":[["280c33888dfd4ec1"],[]]},{"id":"b8b6f9ada7483ac9","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"20%","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{\"rgb_color\": [255,165,0] , \"brightness_pct\" : 20, \"transition\": 2}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":495,"y":2250,"wires":[[]]},{"id":"b504f7d259c3a39c","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"10%","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{\"rgb_color\": [255,165,0] , \"brightness_pct\" : 10, \"transition\": 2}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":495,"y":2300,"wires":[[]]},{"id":"39128e97bdc08fe5","type":"trigger-state","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"bedtime motion","server":"4c7d9772.e29fa8","version":4,"inputs":0,"outputs":2,"exposeAsEntityConfig":"","entityId":"input_boolean.bedtime_mode_activated","entityIdType":"exact","debugEnabled":false,"constraints":[{"targetType":"this_entity","targetValue":"","propertyType":"current_state","propertyValue":"new_state.state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"on"},{"targetType":"entity_id","targetValue":"input_boolean.is_first_motion","propertyType":"current_state","propertyValue":"new_state.state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"on"},{"targetType":"entity_id","targetValue":"input_boolean.bedtime_mode_activated","propertyType":"current_state","propertyValue":"new_state.state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"on"}],"customOutputs":[],"outputInitially":false,"stateType":"str","enableInput":false,"x":125,"y":2360,"wires":[["593f0ce3cd40d07c"],[]]},{"id":"849345cac2dfd494","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"40%","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{\"rgb_color\": [255,165,0] , \"brightness_pct\" : 40}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":550,"y":2345,"wires":[["e509529ba98dcb46"]]},{"id":"f21eb92b2e950d75","type":"server-state-changed","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"door locked","server":"4c7d9772.e29fa8","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"lock.front_door_lock","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"locked","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"inputTrigger","propertyType":"msg","value":"doorLocked","valueType":"str"}],"x":135,"y":2405,"wires":[["4c7734e5a8b8e628"],[]]},{"id":"c236a88d040306b5","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"50% green","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{ \"rgb_color\": [0, 255, 0], \"transition\":1, \"brightness_pct\": 50}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":570,"y":2400,"wires":[["f70d78a67729b426"]]},{"id":"4823f097d6713e9a","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"set accent scene","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"scene","service":"create","areaId":[],"deviceId":[],"entityId":[],"data":"{\"scene_id\":\"central_accent_light_before_door_locked\",\"snapshot_entities\":[\"light.central_accent_light\"]}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":460,"y":2400,"wires":[["c236a88d040306b5"]],"l":false},{"id":"d1ec03dd8819dc43","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"Restore Scene","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"scene","service":"turn_on","areaId":[],"deviceId":[],"entityId":["scene.central_accent_light_before_door_locked"],"data":"{ \"transition\" : 1 }","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":740,"y":2400,"wires":[[]],"l":false},{"id":"f70d78a67729b426","type":"delay","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","pauseType":"delay","timeout":"10","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":685,"y":2400,"wires":[["d1ec03dd8819dc43"]],"l":false},{"id":"83342e9b4e051e92","type":"inject","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":335,"y":2095,"wires":[["a65a29c0d49441f4"]]},{"id":"4c7734e5a8b8e628","type":"within-time-switch","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","nameInt":"","positionConfig":"58e5d39672914592","startTime":"sunsetStart","startTimeType":"pdsTime","startOffset":0,"startOffsetType":"none","startOffsetMultiplier":60000,"endTime":"astronomicalDawn","endTimeType":"pdsTime","endOffset":0,"endOffsetType":"none","endOffsetMultiplier":60000,"timeRestrictions":0,"timeRestrictionsType":"none","timeDays":"*","timeOnlyOddDays":false,"timeOnlyEvenDays":false,"timeOnlyOddWeeks":false,"timeOnlyEvenWeeks":false,"timeMonths":"*","timedatestart":"","timedateend":"","propertyStart":"","propertyStartType":"none","propertyStartCompare":"true","propertyStartThreshold":"","propertyStartThresholdType":"num","startTimeAlt":"","startTimeAltType":"entered","startOffsetAlt":0,"startOffsetAltType":"none","startOffsetAltMultiplier":60000,"propertyEnd":"","propertyEndType":"none","propertyEndCompare":"true","propertyEndThreshold":"","propertyEndThresholdType":"num","endTimeAlt":"","endTimeAltType":"entered","endOffsetAlt":0,"endOffsetAltType":"none","endOffsetAltMultiplier":60000,"withinTimeValue":"true","withinTimeValueType":"msgInput","outOfTimeValue":"false","outOfTimeValueType":"msgInput","tsCompare":"0","x":270,"y":2400,"wires":[["280c33888dfd4ec1"],[]],"l":false},{"id":"8faf3cc423b033e0","type":"link in","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"bedtime is home secure","links":["d01bf8fa01fe0b5c","d2c68839de4a9364"],"x":135,"y":2455,"wires":[["4c7734e5a8b8e628"]],"l":true},{"id":"84d884cdb417ae8a","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"set accent scene","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"scene","service":"create","areaId":[],"deviceId":[],"entityId":[],"data":"{\"scene_id\":\"central_accent_light_before_door_locked\",\"snapshot_entities\":[\"light.central_accent_light\"]}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":460,"y":2450,"wires":[["d1a5a066080f18d9"]],"l":false},{"id":"d1a5a066080f18d9","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"50% violet","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"light","service":"turn_on","areaId":[],"deviceId":[],"entityId":["light.central_accent_light"],"data":"{ \"color_name\" : \"violet\", \"transition\":1, \"brightness_pct\": 50}","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":570,"y":2450,"wires":[["80642f1fcac4ba2b"]]},{"id":"80642f1fcac4ba2b","type":"delay","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","pauseType":"delay","timeout":"10","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":685,"y":2450,"wires":[["b186ec86d26f39e8"]],"l":false},{"id":"b186ec86d26f39e8","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"Restore Scene","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"scene","service":"turn_on","areaId":[],"deviceId":[],"entityId":["scene.central_accent_light_before_door_locked"],"data":"{ \"transition\" : 1 }","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":740,"y":2450,"wires":[[]],"l":false},{"id":"27f68bc9437919d4","type":"server-state-changed","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"bedtime","server":"4c7d9772.e29fa8","version":5,"outputs":2,"exposeAsEntityConfig":"","entityId":"input_boolean.bedtime_mode_activated","entityIdType":"exact","outputInitially":false,"stateType":"str","ifState":"on","ifStateType":"str","ifStateOperator":"is","outputOnlyOnStateChange":true,"for":"0","forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"},{"property":"inputTrigger","propertyType":"msg","value":"bedtime","valueType":"str"}],"x":155,"y":2315,"wires":[["280c33888dfd4ec1"],[]]},{"id":"593f0ce3cd40d07c","type":"change","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","rules":[{"t":"set","p":"inputTrigger","pt":"msg","to":"bedtimeMotion","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":240,"y":2360,"wires":[["280c33888dfd4ec1"]],"l":false},{"id":"db67b6084c2e2b3e","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"set accent scene","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"scene","service":"create","areaId":[],"deviceId":[],"entityId":[],"data":"{\"scene_id\":\"central_accent_light_before_door_locked\",\"snapshot_entities\":[\"light.central_accent_light\"]}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":460,"y":2345,"wires":[["849345cac2dfd494"]],"l":false},{"id":"e509529ba98dcb46","type":"delay","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":645,"y":2345,"wires":[["5d080a66c68d7dd7"]],"l":false},{"id":"5d080a66c68d7dd7","type":"api-call-service","z":"c0407d27.2cf24","g":"e28b34b42bd3eb3f","name":"Restore Scene","server":"4c7d9772.e29fa8","version":5,"debugenabled":false,"domain":"scene","service":"turn_on","areaId":[],"deviceId":[],"entityId":["scene.central_accent_light_before_door_locked"],"data":"","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":700,"y":2345,"wires":[[]],"l":false},{"id":"4c7d9772.e29fa8","type":"server","name":"Home Assistant","version":5,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":false,"cacheJson":true,"heartbeat":false,"heartbeatInterval":30,"areaSelector":"friendlyName","deviceSelector":"friendlyName","entitySelector":"friendlyName","statusSeparator":"at: ","statusYear":"hidden","statusMonth":"short","statusDay":"numeric","statusHourCycle":"h23","statusTimeFormat":"h:m","enableGlobalContextStore":true},{"id":"58e5d39672914592","type":"position-config","name":"","isValide":"true","angleType":"deg","timeZoneOffset":"99","timeZoneDST":"0","stateTimeFormat":"3","stateDateFormat":"12","contextStore":""}]
Advertisement
Add Comment
Please, Sign In to add comment