Highlights
- Graphical AMS card now shows AMS 2 or AMS HT visuals and AMS HT card is now only a single column wide (vs 4 for full AMS).
- Added download progress as a large model will take several minutes to retrieve from the printer and related functionality (such as skip objects) isn't available until that completes.
- Integration now fires a one-time issue to alert users when the printer is in a state that will lead to degraded functionality:
- If lan live view isn't enabled on X1/H2/P2 printers. This disabled the camera entity.
- If there is no sd card or usb connected on X1/H2/P2 printers. This breaks all ftp based functionality such as print history, skip objects and timelapse view.
- Fix A1 model detection with newest firmware
- Reduce the localized HMS error file size from 134Mb to 1.2Mb.
- Added air duct sensor for P2S (thanks @Seref)
What's Changed
- Fix A1 model detection with new firmware and fix line ending consistency by @AdrianGarside in #1622
- Log malformed json for debugging by @AdrianGarside in #1623
- Add a simple P2S airduct state (reported as Opening), and add switch to open/close that airduct. by @Seref in #1618
- Fix line endings by @AdrianGarside in #1624
- Handle malformed json payloads by @AdrianGarside in #1625
- Improve logging for any ongoing json parsing errors by @AdrianGarside in #1626
- Fix mistake in last change breaking setup by @AdrianGarside in #1628
- Fix other json decode exception possibility. by @AdrianGarside in #1631
- No external storage by @AdrianGarside in #1636
- Several exploratory fixes by @AdrianGarside in #1638
- Fire one time issue if live view is disabled by @AdrianGarside in #1639
- More timezone fixup by @AdrianGarside in #1642
- Add model download percentage by @AdrianGarside in #1643
- Fix auto lf by @AdrianGarside in #1644
- More lf fixes by @AdrianGarside in #1645
- Normalize line endings for scripts/fetchFilaments.js by @AdrianGarside in #1646
- chore: Update Frontend from latest release v0.6.20 by @greghesp in #1647
- Fix download percentage updates in card by @AdrianGarside in #1649
- chore: Update Frontend from latest release v0.6.21 by @greghesp in #1650
- Small fixes by @AdrianGarside in #1653
- Small fixes by @AdrianGarside in #1654
- Reduce HMS error file size from 134Mb to 12Mb by @AdrianGarside in #1655
- gzip the hms errors for a further 10x size reduction by @AdrianGarside in #1657
- Skip HMS errors without any text by @pkolbus in #1658
- Reduce excessive caching by @AdrianGarside in #1659
New Contributors
Full Changelog: v2.2.9...v2.2.10