GitHub Issue / Briefing for markus-lassfolk/home-assistant-yarbo 31.07.2026 13:08 #169
Replies: 2 comments
|
Jörg Schüpbach Yarbo Support Switzerland West : yarbo.js@gmail.com +41 79 208 13 14 |
|
Update / Live Test Finding — L001 not transmitted via MQTT Hi Markus, We just had a perfect live test opportunity and found a reproducible finding regarding L001. What happened: Result: No Question: Is L001 (and CM003) simply not included in the MQTT DeviceMSG payload by Yarbo firmware? Or is there a different MQTT topic we should be listening to for these error types? This would be very helpful to know — either as a known limitation or as something to investigate on the firmware side. Thanks for the great work on this integration! 🙏 Jörg Schüpbach Yarbo Support Switzerland West : yarbo.js@gmail.com +41 79 208 13 14 |
Uh oh!
There was an error while loading. Please reload this page.
I am running a commercial Yarbo service operation in Switzerland, currently monitoring 5 Yarbo Lawn Mower Pro robots across multiple customer sites. I use Home Assistant as my central monitoring platform and have built a custom WhatsApp alert system (via CallMeBot) on top of your integration to notify myself and service agencies when robots encounter problems.
My setup:
Issue 1: Several error codes are NOT transmitted to Home Assistant
Description
Over the past two days I have observed at least two error types that appear in the Yarbo app but are never reflected in Home Assistant sensors:
binary_sensor._problemsensor._error_codeCM003off/OK0L001off/OK0Evidence: I checked the HA History for both
binary_sensor.25070102b2dgd357_problemandsensor.25070102b2dgd357_error_codeduring the exact time windows when the errors were active in the Yarbo app. Both sensors remained unchanged atoff/0throughout.Questions
CM003(camera blocked) andL001(linear actuator) transmitted in theDeviceMSGMQTT payload at all? Or does Yarbo use a different MQTT topic for these error types?plan_feedbackordata_feedback) to catch these errors?Issue 2:
sensor.{sn}_activityonly showsstandby/workingDescription
The
sensor.{sn}_activityentity in my installation only has two possible states:standbyandworking.I noticed in your v0.1.0 Roadmap that the
activitysensor is part of the "Core entities". However, theerrorstate (which would be a great fallback trigger for errors that don't updateerror_code) never appears, even when the robot has an active error in the Yarbo app.Questions
errorstate not yet implemented in the current v0.1.0 MVP version, or is this a firmware issue?activitysensor transition toerrorin your test environment?Issue 3: Using
community_yarbo_errorEvent to read error codesDescription
I saw in your Roadmap that v0.1.0 includes the
community_yarbo_errorevent, but does not yet include a dedicatederror_codesensor entity.Currently, when I trigger my automation on
binary_sensor._problem, the undocumentedsensor._error_codeoften reads as0instead of the actual error code (likeRW001).I am rewriting my automations to trigger on the
community_yarbo_errorevent instead.Question
community_yarbo_errorevent payload contain the actual error code (e.g.RW001)? If so, what is the exact JSON structure/key to extract it (e.g.trigger.event.data.error_codeortrigger.event.data.code)?Summary
My WhatsApp alert system works well for errors that correctly update
error_code(tested withRW001simulation). However, real-world errors likeCM003andL001are completely invisible to Home Assistant, which defeats the purpose of the monitoring system for a commercial operation.Any guidance on which error codes are reliably transmitted and how to best extract the error code from the
community_yarbo_errorevent would be greatly appreciated. I am happy to provide MQTT packet captures or diagnostics if that helps.Robot serial: 25070102B2DGD357 (Yarbo Lawn Mower Pro, firmware current as of July 2026)
Thank you for building and maintaining this integration — it is genuinely useful for professional Yarbo deployments.
Posted by a commercial Yarbo operator in Switzerland — 5 robots, multi-site deployment
GitHub Issue _ Briefing for markus-lassfolk_home-assistant-yarbo.pdf
All reactions