Home Assistant OS
Core: 2025.7.1
Supervisor: 2025.07.1
Operation System : 16.0
Frontend: 20250702.1
Hello,
I haven’t received any current data for three days. The configuration has been running smoothly for a year. Even when I send the request via https, I get a response in the browser with all the data, but the entity always retains the value of 250, even after restarting HA. Can someone help me figure out what might be wrong here?
My configuration looks like this:
---------------------------------------- configuration.yaml -------------------------------------------
rest: !include rest.yaml
--------------------------------------------- rest.yaml -----------------------------------------------
Shelly Markise
- resource: “https://shelly-34-eu.shelly.cloud/device/status?id=xxxxx&auth_key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”
method: POST
scan_interval: 14 #14
sensor:- name: “HTTPS Post MarkisePower”
value_template: ‘{{ (value_json.data.device_status.meters[0].power)|round(1) }}’
unit_of_measurement: ‘W’
device_class: power
icon: mdi:solar-power
unique_id: sensor.https_post_markisepower # Optional eindeutige id - name: “HTTPS Post MarkiseOn”
value_template: ‘{{ (value_json.data.device_status.relays[0].ison) }}’
icon: mdi:power-on
unique_id: sensor.https_post_markiseon # Optional eindeutige id
- name: “HTTPS Post MarkisePower”
------------------ Response over Https: --------------------------------------------
{“isok”:true,“data”:{“online”:false,“device_status”:{“getinfo”:{“fw_info”:{“device”:“shellyplug-s-xxxxxx”,“fw”:“20230913-113421/v1.14.0-gcb84623”}},“_updated”:“2025-07-09 11:50:10”,“meters”:[{“power”:249.85,“overpower”:0,“is_valid”:true,“timestamp”:1752069010,“counters”:[279.721,260.297,212.73],“total”:6366515}],“has_update”:false,“ram_free”:40900,“temperature”:35.4,“cloud”:{“enabled”:true,“connected”:true},“actions_stats”:{“skipped”:0},“unixtime”:1752053026,“wifi_sta”:{“connected”:true,“ssid”:“Lollipop_Guest”,“ip”:“192.168.179.70”,“rssi”:-40},“uptime”:7504747,“mqtt”:{“connected”:false},“fs_free”:166413,“time”:“13:50”,“tmp”:{“tC”:35.4,“tF”:95.72,“is_valid”:true},“overtemperature”:false,“ram_total”:52056,“fs_size”:233681,“mac”:“4C732539A1F2”,“relays”:[{“ison”:true,“has_timer”:false,“timer_started”:0,“timer_duration”:0,“timer_remaining”:0,“overpower”:false,“source”:“schedule”}],“update”:{“status”:“idle”,“has_update”:false,“new_version”:“20230913-113421/v1.14.0-gcb84623”,“old_version”:“20230913-113421/v1.14.0-gcb84623”,“beta_version”:“20231107-164219/v1.14.1-rc1-g0617c15”},“cfg_changed_cnt”:0,“serial”:7079}}}