v1.2.33-pre-release #262
jjjonesjr33
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release: v1.2.33 Pre-Release
This pre-release introduces several new feeder sensors and device capabilities, improves manual feeding behavior across Home Assistant restarts, and includes fixes for feeding plan state handling and unnecessary log noise.
✨ Highlights
🐾 New Features
Dual-Tray Food Level Sensors
Added support for independently monitoring the food level of both trays on the PLAF103-DT Granary.
This provides better visibility into the remaining food supply for dual-tray feeder setups.
Weight Calibration Support
Added additional weight calibration functionality for supported devices.
Users now have access to:
Added in [#254](#254) by @dennismdejong.
Granary Smart Camera Motion & Sound Detection
Added motion and sound detection sensors for the Granary Smart Camera Feeder, allowing these events to be exposed directly within Home Assistant.
This opens up additional automation possibilities based on feeder camera activity.
Added in [#255](#255) by @dennismdejong.
Air Smart Feeder Power Status
Added a
power_connectedbinary sensor for the Air Smart Feeder.This allows Home Assistant to report whether the feeder currently has external power connected.
Added in [#253](#253) by @dennismdejong.
One RFID Smart Feeder Rotor Error
Added a rotor stuck error binary sensor for the One RFID Smart Feeder.
This provides additional device health monitoring and makes rotor-related failures easier to identify within Home Assistant.
Added in [#252](#252) by @dennismdejong.
🛠 Fixes & Improvements
Manual Feed Quantity Persistence
The configured
manual_feed_quantityis now persisted across Home Assistant restarts.Previously, this value could be lost when Home Assistant restarted. The integration now retains the configured quantity for more predictable manual feeding behavior.
Fixed in [#248](#248) by @dennismdejong.
Manual Feed Switch State
Manual feed state is now tracked locally to provide more predictable Home Assistant switch behavior.
This improves how manual feeding actions are represented and prevents inconsistent switch states.
Fixed in [#250](#250) by @dennismdejong.
Polar Feeding Plan State
Updated Polar feeding plan handling to check
wetFeedingPlandata when determining feeding plan state.This improves feeding schedule state accuracy for supported Polar devices.
Fixed in [#249](#249) by @dennismdejong.
Granary Smart Feeder Next Feed Caching
The
get_next_feedresult is now cached in the Granary Smart Feeder implementation.This reduces unnecessary repeated lookups and improves handling of next-feed data.
Fixed in [#247](#247) by @dennismdejong.
Reduced Log Noise
"No pets" messages have been changed from WARNING to DEBUG level.
These messages can occur normally and no longer unnecessarily clutter Home Assistant warning logs.
Improved in [#245](#245) by @Menelao147.
📚 Documentation
Comprehensive API Reference
Added comprehensive API reference documentation to make the Petlibro integration's underlying API structure and functionality easier to understand and contribute to.
Added in [#256](#256) by @dennismdejong.
🙌 Contributors
Special thanks to everyone who contributed to this release:
New Contributors
Full Changelog
Full Changelog: v1.2.32...v1.2.33-pre-release
This discussion was created from the release v1.2.33-pre-release.
All reactions