You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is great, just works out of the box. Thank you.
So that dopes like me can add it easily it I leave this note for future visitors: where it says "just add a gui picture", all that means is you add an entity in lovelace and in code view paste the following. type: picture-entity entity: camera.skyfield camera_view: live
In terms of customisation I tried changing to north_up=True in bodies.py but that didn't work so I just hard coded it in camera.py under def setup_platform. (I could comment out planets my eyes can't see in bodies.py though, which may help on the processing load.)
I will watch with eagerness for a fix to the refresh rate so that the burden on the rpi is less.
Thank you again. A really excellent and welcome contribution.
The text was updated successfully, but these errors were encountered:
This is great, just works out of the box. Thank you.
So that dopes like me can add it easily it I leave this note for future visitors: where it says "just add a gui picture", all that means is you add an entity in lovelace and in code view paste the following.
type: picture-entity
entity: camera.skyfield
camera_view: live
In terms of customisation I tried changing to north_up=True in bodies.py but that didn't work so I just hard coded it in camera.py under def setup_platform. (I could comment out planets my eyes can't see in bodies.py though, which may help on the processing load.)
I will watch with eagerness for a fix to the refresh rate so that the burden on the rpi is less.
Thank you again. A really excellent and welcome contribution.
The text was updated successfully, but these errors were encountered: