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:
- Go to the Anycubic Cloud Website
- Log in
- Open Developer Tools in your browser
- Paste
window.localStorage["XX-Token"]
into the console - Copy/save the long string of numbers and letters without the
''
- this is your user token. - 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 |