Hi @del13r, thank you so much for these suggestions, you were indeed correct. The value is in the home.json page, under a section called enpower and grid_status as below. [yes was doing this during an outage]
[{“signal_strength”:0,“signal_strength_max”:0,“type”:“zigbee”,“connected”:true},{“signal_strength”:0,“signal_strength_max”:0,“type”:“subghz”,“connected”:true}],“enpower”:{“connected”:true,“grid_status”:“open”}}
I got close using your data scraping idea, one difference is I can only locally access via https, but found that verify_ssl:false should work. I’ve been using the following but the sensor (or binary sensor) just rotates between unavailable and unknown states. I know I’m missing something simple, just don’t know what. PS what does the [0] after your consumption section do?
sensor:
- platform: rest
verify_ssl: false
resource: https://192.168.12.111/home.json
name: “Grid Status”
value_template: ‘{{ value_json.enpower[0].grid_status }}’
Envoy: IQ Combiner 3
- Software VersionD7.3.75 (47f7da)
- Software Build Date31 Mar, 2022 4:02 PM