Skip to content

v1.1.2

Compare
Choose a tag to compare
@sparky8512 sparky8512 released this 05 Feb 17:16
· 20 commits to main since this release

This release should significantly improve robustness against future changes to the gRPC protocol advertised by the dish.

New functionality since 1.1.1:

  • Add new output script for exporting HTTP page that Prometheus can import.
  • Add ARM64 Docker image generation, making it a multi-architecture image.
  • Add support to dish_control.py for setting the sleep mode schedule, support for which was recently added to the dish firmware.

Other major changes since 1.1.1:

  • Fix dish_obstruction_map.py breakage in the Docker image due to missing pip package.
  • Limit Docker image to just the main scripts, to avoid confusion about why that other junk was there.
  • Protect against future changes in the gRPC protocol crashing the scripts due to field removal, resulting in urgent need to update the code. Now, the affected fields should just stop reporting data.