V3.70~xx: installations - Fetch Dynamic ESS Schedule hickup

I was using ‘installations - Fetch Dynamic ESS Schedule’ to get the predicted day ahead prices and to force charging when prices are cheapest. But this stopped working with one of the beta updates. The changelogs are a bit confusing to me here, as in one it’s suggested that this endpoint ‘is the way forward’. But it no longer has that same data. I tried to load ‘installations - Stats: dynamic_ess’ as that seems like a candidate where this data has moved? But it fails with Error: Property 'telemetryEnabled' is read-only
I was using msg.payload.records.deGb in my code. So I’m looking for where that went. Anyone any idea?

In v3.67 I’m using that same endpoint (Installations, Installation stats, Dynamic ESS, 15 min interval, from Now to end of day).
Grid buy price for the current period is in msg.payload.records.deGb[0][1].
Hope this helps.

Yeah, I don’t know what happened. A few deploys seems to have removed the error and now installations - Stats: dynamic_ess seems to work. And it indeed has payload.records.deGb.

Thanks!

1 Like