-
I'm having a go at this but the Configuration section only says, "This card contains UI configuration editor, but it is limited to only basic set of features." . There's a link to an example demo config. Here's the problem - it's written by people with deep, deep understanding of the underlying details of the system, but that's no help to someone wanting to use this. I need to find answers to things like:
The example demo config is full of interesting things, but there's no instructions on what needs to be added, when, and how. There really needs to be a high-level installation guide, something that first explains at a high level what needs to be done, then references all that data and configuration keys etc. if needed. For example:
For me anyway, it's just too overwhelming to try to read over 100 configuration keys, values, etc. and try to work out which ones I'm supposed to be using, and how to use them. It's kind of like being given a model plane kit, and the only instructions that came with it are a list of all the parts and what they do - "the rotor actuator delivers forward momentum when given positive torque" - but no actual instructions on how to build the plane! 5 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, @douginoz! Have you found a documentation for Roomba vacuum platform? It should be linked in the card editor as well. The part matters the most is One more thing: when changing to a setup platform (to get coordinates) you have to use following config: calibration_source:
platform: Roomba |
Beta Was this translation helpful? Give feedback.
Hi Peter,
Thanks for the reply.
I've made progress. I manually edited the YAML to include the following:
calibration_source:
identity: true
And now I can see the Zone cleanup drop-down icon below the map.
This might be the big stumbling block - there's nothing I read that told me I have to manually edit the YAML to include this. I think that needs to be made clear that this is a step that needs to be done before I can use the tool to get screen image coordinates.
The other missing step is that I must set
vacuum_platform: Setup integer
FIRST so that I can use the drawing box function that returns the room coordinates that I can later use in the YAML. Perhaps I missed this somewhere but if …