[{"id":"fe829358d7a6560f","type":"debug","z":"a9564c40a7132d9d","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":840,"y":620,"wires":[]},{"id":"3aa814f5c460663c","type":"inject","z":"a9564c40a7132d9d","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":220,"y":360,"wires":[["b8510cf92a6f1495"]]},{"id":"b8510cf92a6f1495","type":"api-current-state","z":"a9564c40a7132d9d","name":"","server":"1f07ad34.678b53","version":2,"outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","entity_id":"climate.my_ecobee_3","state_type":"str","blockInputOverrides":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"entity"}],"override_topic":false,"state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":270,"y":480,"wires":[["f681d35ca2e0a06c"]]},{"id":"f681d35ca2e0a06c","type":"function","z":"a9564c40a7132d9d","name":"Current Setpoint","func":"msg.temperature = global.get('homeassistant').homeAssistant.states[\"climate.my_ecobee_3\"].attributes.temperature -.5;\nreturn msg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":480,"y":360,"wires":[["c02ccc49716afe1a"]]},{"id":"740788b4b634e09b","type":"api-call-service","z":"a9564c40a7132d9d","name":"Thermostat","server":"1f07ad34.678b53","version":3,"debugenabled":true,"service_domain":"climate","service":"set_temperature","entityId":"climate.my_ecobee_3","data":"{“temperature”:msg.payload}","dataType":"jsonata","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":850,"y":340,"wires":[["fe829358d7a6560f"]]},{"id":"c02ccc49716afe1a","type":"change","z":"a9564c40a7132d9d","name":"","rules":[{"t":"move","p":"temperature","pt":"msg","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":610,"y":500,"wires":[["740788b4b634e09b"]]},{"id":"1f07ad34.678b53","type":"server","name":"Home Assistant","version":1,"legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
here is everything