Releases: RobertD502/home-assistant-lavviebot
Releases · RobertD502/home-assistant-lavviebot
0.1.6
0.1.5 - Back From the Dead Part 2
If you enjoy this integration, consider donating by clicking on the "Buy me a coffee" badge above.
All donations benefit a local animal rescue.
Changes
- Bumped
lavviebotaio
to0.0.1.2
: Incorporates changes PurrSong has made to their API - Added "PurrSong" as manufacturer and "Cat" as model to Cat devices
- Added Diagnostic entity category to
Beacon battery
,Last seen
,Litter type
,Minimum bottom weight
, andWait time
sensors
0.1.0 - Back from the dead!
With the PurrSong API change, the backend library and this component had to be rewritten from scratch. If you enjoy this integration, consider donating by clicking on the "Buy me a coffee" badge above - all donations benefit a local animal rescue.
Please read the features below as the integration has changed
Features
Litter boxes and cats are exposed as devices along with their associated entities. See below for entities available.
Litter Box
Entity | Entity type | Description |
---|---|---|
Beacon battery |
sensor |
Battery level for LavvieBeacon Antenna Module. State is Unknown if there is no LavvieBeacon associated with the litter box. |
Humidity |
sensor |
Humidity as reported by the litter box. |
Last cat used |
sensor |
Name of the last cat that used the litter box. Value will be "Unknown" if cat named "Unknown" used the litter box last. |
Last seen |
sensor |
Displays date and time of the last time litter box communicated with PurrSong servers. |
Last used |
sensor |
Displays date and time of the last time litter box was used by a cat. |
Last used duration |
sensor |
Use duration of the cat that used the litter box last. Reported in seconds. |
Litter bottom amount |
sensor |
Weight of litter currently in the litter tray. |
Litter type |
sensor |
Type of litter being used. Can be Bentonite or Natural. |
Minimum bottom weight |
sensor |
Minimum weight that litter tray is set to have in it. |
Storage refill needed |
binary_sensor |
On if fresh litter storage compartment is empty. Otherwise Off . Can be used to set up alerts. |
Storage status |
sensor |
Descriptive status of the litter level in the fresh litter storage compartment. Possible states include:
|
Temperature |
sensor |
Temperature as reported by the litter box. |
Wait time |
sensor |
Minutes litter box is set to wait, after it has been used, before scooping. |
Waste drawer full |
binary_sensor |
On if the waste drawer is full. Otherwise Off . Can be used to set up alerts. |
Waste status |
sensor |
Descriptive status of the waste level in the waste drawer. Possible states include:
|
Firmware update |
update |
If Lavviebot has a firmware update available, the version of the new firmware will be shown. If Lavviebot firmware is up-to-date, "Up-to-date" will be shown. |
Cat
Entity | Entity type | Description |
---|---|---|
Litter box use count |
sensor |
Total number of times cat has used the litter box today. |
Litter box use duration |
sensor |
Total length of time cat has used the litter box today (in seconds). |
Weight |
sensor |
Most recent cat weight obtained for the current day |
0.0.5
Added last_update
attribute to litter box sensor- this is the date/time of when your litter box sent its latest data to the Purrsong servers (in your local timezone).
0.0.4
Litter min weight, litter max weight, and temperature attribute units are now determined based on the user's Home Assistant configuration.
0.0.3
Scan Interval bumped up to 60s to prevent IP ban from Lavviebot servers
0.0.2
Added ability to see error status Auto Cleaning Obstruction or Motor Overload to Litter Box Attributes.
Initial Release
Please see Github Repo for instructions