Hello,
I am not sure I hit some bug in the VRP API implementation, but I am experiencing some strange behavior.
I am using `victron-vrm-api` (https://flows.nodered.org/node/victron-vrm-api) implementation to access VRM API. I configured the API token successfully, which works for 3 out of 4 API types -- for API Type = "Dynamic ESS", the response returns: 401 / "Unauthorized" / "Invalid VRM token".
The configuration is the same for these 2 'clones' of flows:
API Type: "Installations" -- this works well
API Type: Dynamic ESS -- this returns "Unauthorized" / "Invalid VRM token" error:
I have tested the API calls both when DESS was enabled and also disabled on the VRM portal -- it always returned 401 "Unauthorized"
Am I doing something wrong, or is this a problem on the VRM side?