fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

hardware_info message does not get sent regularly #124

Closed cstenglein closed 1 year ago

cstenglein commented 2 years ago

image

Just seems to get sent once, then never again

cstenglein commented 2 years ago

Could be related to https://github.com/rootzoll/raspiblitz/issues/3175

fusion44 commented 2 years ago

Looks like a number conversion error.

cstenglein commented 2 years ago

Could be that it is already fixed with the fix above, needs to be checked.

openoms commented 2 years ago

https://github.com/rootzoll/raspiblitz/issues/3175 was specific to ZFS and the fix does not affect the default EXT4 setup (the byte calculation was off as the size was showing dinamically eg 800G used vs 1.2T)

cstenglein commented 1 year ago

Can be closed AFAIK with the refactor @fusion44

fusion44 commented 1 year ago

If not, open a new issue please.