Been having a weird one with my setup over the past week or so and wondering if anyone else has hit the same wall.
Running a Victron Cerbo GX on my tiny house build — 4.8kWh of Fogstar Drift LiFePO4 and a 600W array feeding into a Multiplus-II. Got Node-RED ticking away on the Cerbo pulling solar forecast data from the VRM API as part of an automation I put together to manage overnight charging from the grid.
The API calls are still going through fine — getting success: true back — but every single forecast value is returning 0. Watts for every interval, all zeros, like it thinks I've got no panels at all. This started about a week ago, maybe slightly longer, and nothing has changed on my end. Same Node-RED flow, same API credentials, same installation ID.
A few things I've checked already:
- VRM portal still shows my system correctly
- Location and panel config look fine in the portal settings
- Bearer token is valid and refreshing properly
- Other API endpoints (battery state, grid status, etc.) are returning normal data
Has anyone else seen this recently? Wondering whether it's a Victron backend issue with the forecast service specifically — perhaps something changed on their end with the solar irradiance data provider. It's made my overnight charging logic fairly useless because it's just defaulting to full grid charge every night regardless of what tomorrow's weather looks like.
Any insight appreciated — or even just confirmation that others are seeing the same so I know it's not something daft I've broken.