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:
https://communityarchive.victronenergy.com/articles/293324/node-red-vrm-api-and-dynamic-ess-1.html
I can retrieve the info using API type “Installations” with “Get Dynamic ESS configuration”, but the price schedules in the resulting object are empty:
buyPriceSchedule: null
sellPriceSchedule: null
What am I missing?