Skip to content

Releases: WaresWichall/hass-anycubic_cloud

v0.1.1 - Minor bug fixes

12 Sep 18:23
32aee6c
Compare
Choose a tag to compare

v0.1.1 Changes

  • Fix cached image preview for job
  • Clean quotes from user token in config flow if included, basic token length validation

Reminder: v0.1.0 included breaking changes which will affect you if upgrading from an earlier version
See #19

v0.1.0 - New authentication, sensor tidy up, print image previews, bug fixes

03 Sep 01:09
942d0cc
Compare
Choose a tag to compare

v0.1.0 Changes

  • Changed authentication to use tokens instead of username/password, requires fresh setup!!
  • Remove several raw sensors and add to attributes of other sensors
  • Added Print Speed Mode text sensor
  • Printer animation fixes
  • Automatically refresh MQTT connection if local file list fails to update
  • Add project preview image entity
  • Add project image preview to printer card
  • Remove drying options in config for printers without ACE
  • Rename various sensors as below
  • Bug fixes

BREAKING CHANGES

Authentication

Anycubic decided to block the method previously used for authentication, you will now need to:

  1. Go to the Anycubic Cloud Website
  2. Log in
  3. Open Developer Tools in your browser
  4. Paste window.localStorage["XX-Token"] into the console
  5. Copy/save the long string of numbers and letters without the '' - this is your user token.
  6. Use this to authenticate the integration instead of username/password

Entities

Sorry for automations relying on entity IDs! Needed to make some sense of all the sensors :)

Removed Sensors

The following sensors have been moved to attributes of other sensors.

Removed Sensor Attribute Moved to Sensor
Raw Device Status Code device_status_code Current Status
Raw Is Printing Code is_printing_code Current Status
Raw Print Status Code print_status_code Current Status
Raw Drying Status Code dry_status_code Drying Active
Secondary Raw Drying Status Code secondary_dry_status_code Secondary Drying Active
Raw Print Speed Mode Code print_speed_mode_code Print Speed Mode
Project Created At created_timestamp Project Name
Project Finished At finished_timestamp Project Name
Project Total Time Taken print_total_time Project Name

Renamed Sensors

The following sensors have been renamed

Old Name New Name
Multi-Color Box Spools ACE Spools
Multi-Color Box Current Temperature ACE Current Temperature
Secondary Multi-Color Box Spools Secondary ACE Spools
Secondary Multi-Color Box Current Temperature Secondary ACE Current Temperature
Project In Progress Job In Progress
Project Complete Job Complete
Project Failed Job Failed
Project Paused Job Paused
Project Image Preview Job Preview
Project Name Job Name
Project Progress % Job Progress %
Project Time Elapsed Job Time Elapsed
Project Time Remaining Job Time Remaining
Print State Job State
Approximate Completion Time Job ETA
Current Layer Job Current Layer
Total Layers Job Total Layers
Print Speed Mode Job Speed Mode
Z Thickness Job Z Thickness
Print Model Height Job Model Height
Print Anti Alias Job Anti Alias
Print On Time Job On Time
Print Off Time Job Off Time
Print Bottom Time Job Bottom Time
Print Bottom Layers Job Bottom Layers
Print Z Up Height Job Z Up Height
Print Z Up Speed Job Z Up Speed
Print Z Down Speed Job Z Down Speed

v0.1.0rc5 - Improvements & Authentication changes

02 Sep 22:30
1270eee
Compare
Choose a tag to compare

v0.1.0rc5 - Improvements & Authentication changes

Breaking changes, see #19

v0.1.0rc4 - Improvements

02 Sep 10:06
743af7a
Compare
Choose a tag to compare
Pre-release

v0.1.0rc4 - Improvements

Breaking changes, see #19

v0.1.0rc3 - Improvements

02 Sep 08:33
92637c4
Compare
Choose a tag to compare
Pre-release

v0.1.0rc3 - Improvements

v0.1.0rc2 - Improvements

02 Sep 00:12
39ffb11
Compare
Choose a tag to compare
Pre-release

v0.1.0rc2 - Improvements

v0.1.0rc1 - Improvements

01 Sep 21:22
10945f6
Compare
Choose a tag to compare
Pre-release

v0.1.0rc1 - Improvements

v0.0.15 - Minor bug fixes, mobile layout improvements

31 Aug 14:08
5aaf7b7
Compare
Choose a tag to compare

v0.0.15 Changes

  • Bug fix in data update handling - duplicate print start/complete triggers
  • Add refresh MQTT connection button for file lists not refreshing
  • Mobile layout / responsive layout improvements

v0.0.14 - Minor bug fixes

29 Aug 22:08
53e67f9
Compare
Choose a tag to compare

v0.0.14 Changes

  • Fix occasional error in empty projects API response from cloud
  • Fix a few frontend bugs
  • Fix invalid timestamp sensors

v0.0.13 - Bug fixes for multiple printers, Home Assistant 2023.8, Resin printers

25 Aug 21:47
314be17
Compare
Choose a tag to compare

v0.0.13 Changes

  • Bug fixes for multiple printers in frontend and integration
  • Bug fixes for Home Assistant 2023.8 service -> action changes (Backwards compatible with 2023.7)
  • Bug fixes for multiple printers, closes #14
  • Initial support for resin printers, more work needed, tracking in #10