Show the Automower satellite image #672
Replies: 3 comments 1 reply
-
|
Think I was able to solve it myself with a generic camera instance and the old Google Image URL. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe you can show your results, so others can also use it? |
Beta Was this translation helpful? Give feedback.
-
|
I found out that I didn't use your camera implementation. Instead I used the approach you have been starting with: the Google Static API
With this approach you need the following steps to show an image with position of the automower:
The downside is that you always need to contact the Google server when the AutoMower is moving, however I never had costs with this solution in the past. If your code is placed in a custom component, it would work offline which would be preferable. Ad 1: URL looks like Ad 2: Yaml config doesn't work anymore, I hate it. So config your camera in the GUI Ad 3: I am using YAML to config my GUI: Hope that helps. It was all there in the history of your markdown documentation. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I was using husqvarna_automower and then switched to the official integration.
I wanted to ask a question, sorry that I use this issue to communicate with you.
My question:
Did you ever think about releasing the camera component which was part of husqvarna_automower as a seperate hacs component? This is the only thing that is missing in the standard integration. The integration comes with a device_tracker, but there is no possibility to display the position on a picture.
Thanks for your time!
Regards, Christian
Beta Was this translation helpful? Give feedback.
All reactions