Hi,
I had Flume running great and working with no issues for Months/years.
few days ago it stopped reporting but I can see data coming in the debug logs but not in the Hubitat device nor in my Grafana (Influx DB).
This is what I see in the logs but having hard time to understand where is the issue.
I did try to remove and recreate the device again but it ends with the same exact results.
Commstatus end in error for some reason. nothing changed lately on my end.
dev:9612025-05-10 05:55:05.418 AMerror
error: status code: 400, reason phrase: Bad Request @ Line: 986
dev:9612025-05-10 05:55:05.415 AMdebug
httpPostExec() failed: status code: 400, reason phrase: Bad Request
dev:9612025-05-10 05:55:05.193 AMdebug
Mine is working fine. I just checked the logs and there was a hiccup with an error message at 8:30 am this morning but fine since then. The error was API related.
I had the same error, started about the same time as you. I believe this error will only be seen if the "Use sliding time window" in preferences is set to on. I believe that the error may be because the flume API stopped allowing group_multiplier beyond 100 or because the minute-by-minute data as bucket "MIN" is no longer accessible for days-months via the API. See lines in the 360s of the flume driver code. I replaced lines 362-365 in tomw's original code, to the following:
It seems to be working for me, though I need to keep an eye on it for awhile, and this should be verified against the flume web app to make sure numbers are correct. Hope this helps.