I just started with Node-Red and I’m trying to create a flow based on the price information used by DESS. I found an article that explains how to extract the DESS configuration, including the price schedules from the VRM API node:
I can retrieve the info using API type “Installations” with “Get Dynamic ESS configuration”, but the price schedules in the resulting object are empty:
I finally figured it out myself. Apparently, the VRM API changed in the meantime. You should use Installation stats instead of Get Dynamic ESS configuration now. So use the following properties for the VRM API node:
API type: Installations
Installation: Installation stats
Attribute: Dynamic ESS
Interval: hours
Start: now
End: now
The results will be delivered in the following arrays:
Today I tried to implement a node red flow to set the system to ‘keep batteries charged’ below a set minimum price but unfortunately I can’t get the current price with above node settings. I can get an array of prices, from instance from ‘now’ to ‘end of day’ but not from ‘now’ to ‘now’.
Is this still working for you @dick ? Or could this be an api change in v3.60 beta?