-
v0.2.0-rc.31
Pre-releaseAll checks were successfulCI / Shell scripts and documentation links (push) Successful in 24sCI / Lint, type-check, test (library, 3.14) (push) Successful in 1m11sCI / Lint, type-check, test (library, 3.11.0) (push) Successful in 1m14sCI / Test the dependency floors the package advertises (push) Successful in 51sPublish / Refuse anything that is not a release tag (push) Successful in 1sPublish / Publish to PyPI (push) Successful in 28sCI / Type-check + test the integration (push) Successful in 2m26sPublish / Update the Homebrew tap formula (stable or -rc per tag) (push) Successful in 7m4sPublish / Create releases + Linux binary (Forgejo, NAS, GitHub) (push) Successful in 27m3sPublish / Bridge the macOS .pkg → NAS (push) Successful in 11sInstall matrix (Linux) / Wait for v0.2.0-rc.31 to be installable (push) Successful in 28m37sPublish / Add the bottle block to the tap (second pass) (push) Successful in 19sPublish / Prune the candidates this release supersedes (push) Has been skippedInstall matrix (Linux) / Linux installs (x86_64) (push) Successful in 4m11sInstall matrix (Linux) / Linux installs (arm64) (push) Successful in 17m26sInstall matrix (Linux) / Every Linux channel installed and ran (push) Successful in 1sreleased this
2026-08-18 16:18:56 -07:00 | 21 commits to main since this releaseThe release where the robot stopped being read-only. Clean cycle and Reset are
real buttons now, and whiskerless issues the certificates your broker needs
instead of leaving that to you.Thanks to @CryingPecan, whose LitterHopper robot
is behind much of the hopper work. Protocol detail lives in
docs/devices/litter-robot-4/.Breaking changes
- Broker usernames and passwords are gone —
--username,--passwordand
WHISKERLESS_PASSWORD. Everything authenticates by certificate now. - One broker per machine.
--hostand--camoved off the everyday commands
ontosetup. A separate broker is a separate store: pointWHISKERLESS_HOMEat
it. --portand--insecureare gone. The robot's port is fixed in its firmware
and it always checks the broker's name, so both could only point the CLI somewhere
the robot cannot follow. A saved port is ignored, not an error.whiskerless adoptis removed. Re-provision instead.- The store moved to
~/whiskerless. Your old~/.whiskerlessis moved there
on first run. binary_sensor.…_waste_drawer_removed→sensor.…_waste_drawer_last_moved.
The robot never reports which way the drawer moved.switch.…_panel_sleep_modeis now a binary sensor — the firmware refuses
direct writes. Use the weekday schedule entities.- Clean cycle wait time is a number (3–30 minutes), not a select.
- Library:
Hazard.MOTOR,MotorCommandError,allow_motor,
LitterRobot4ClientandWhiskerlessAuthErrorare removed. Power still needs
allow_dangerous.
Added
- Clean cycle and Reset buttons. Empty cycle, Power and WiFi ship disabled and
marked(danger)— each costs a litter refill or takes the robot off the
network. The CLI gainsempty-cycle,powerandwifi-toggle. - whiskerless runs a certificate authority for you.
whiskerless setupmakes
the CA, your broker's certificate and this machine's identity, then prints the
three files your broker needs. Bring your own with--caand--ca-key. - Each robot gets its own certificate, written over BLE and named for its
serial — so your broker can stop accepting anonymous clients. whiskerless backupandwhiskerless restore— the whole store in one
optionally-encrypted file. The CA key is the one thing you cannot regenerate.- The CLI remembers your robots.
provisionsaves them;robots,useand
forgetmanage them. A second robot asks only for its serial and WiFi password. - Provisioning verifies the WiFi join, so a mistyped password fails loudly
instead of leaving you a robot that never appears. - Litter level as a percentage — self-calibrating, or pinned with one press.
- LitterHopper support: connected, fill gauge, and an out-of-litter alert the
firmware never raises. A dispense arrives as three messages ~20 s apart, so the
level survives a restart and one dispense cannot prove an empty hopper. - New entities: last cat visit, visit duration (disabled until your robot
proves it reports one), waste drawer last moved, panel brightness for bright and
dark rooms, and excess-weight detection. whiskerless status,calibrateandpanel-reset.- New install channels: apt and dnf repositories, Homebrew with prebuilt
bottles,.deb/.rpm, a signed macOS.pkg, and standalone Linux binaries —
none of which need a system Python. Packages are GPG-signed
(4BBACD5A6FF38564); setup is in the README.
Fixed
- Cat detection no longer mistakes weight on the scale for a cat, handling the
robot is not a visit, and long visits are no longer dropped. robotStatus10 is the clean cycle. Unmapped, its readings were published as
real litter levels. Readings are also suppressed while the globe is not level.- The globe motor fault sensor watches the activity stream, where the fault
actually appears — the state document sat at 0 through a real fifty-minute fault. - Panel sleep and wake times can be set, and the weekday schedule arms every
day rather than only Sunday. whiskerless setupsurvives a long hostname, and reissues the broker's
certificate when you move the broker — if it holds your CA's key. A certificate
it did not issue is reported, never overwritten.- Provisioning stops scanning the moment it finds your robot — a robot only
advertises while you hold Connect, and it was spending that window. - Errors are sentences, not stack traces.
--debugstill gives the traceback. - A short press of Connect toggles WiFi off, which the docs called harmless —
the robot vanishes from your broker and looks dead. Hold it for pairing mode. - The declared Home Assistant minimum is correct (2025.3.0).
Changed
- The Refresh button is on by default, on existing installs too.
- Manual calibration buttons ship disabled — the robot calibrates itself.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
6 downloads
- Broker usernames and passwords are gone —