Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I need help creating a profile for a Roborock vacuum cleaner using composite strategies. Unfortunately, there are very few examples and documentation related to profiles using composite strategies, and it's not enough for me to understand how to implement the desired functionality.
How can i create json profile (not yaml config) with anything but "fixed" strategies?
What mean error 2025-05-05 06:22:22.040 ERROR (MainThread) [custom_components.powercalc.sensors.power] vacuum.saros_10r: Skipping sensor setup: This entity can only work with 'states_power' not 'power' ? It appear with this profile formatting:
How can I set conditions for which the strategies are combined, and a which one should be calculated separately?
Based on my measurements, the robot has the following power consumption profiles:
Drying and emptying dust bin can occur with charging at the same time, but during mop washing the robot does not charge (although I find this behavior strange and not practical).
As I understand it, I can use "mode": "sum_all", but in that case all strategies will be combined when their conditions , and during mop washing procedure the battery charging will be incorrectly added based on currently charge state.
Beta Was this translation helpful? Give feedback.
All reactions