-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to figure out the images #11
Comments
There will be more images used as things progress.
I'm going to release a new version soon and then abandon this approach and
try to make this a HACs card, I think going forward that is a lot easier
for everyone. The card is starting to drive me crazy with states, so I
think a python re-write is better :)
…On Fri, 10 Nov 2023 at 00:27, Kenneth Fribert ***@***.***> wrote:
Hi there
This card looks very nice, I would of course very much like to change the
images, so it reflects my blue Model Y instead.
When I look at the card code, I only see two images referred:
models/3/red/baseFrunkOpened.jpg
models/3/red/baseWide.jpg
But when I look in the image folder there are a lot more images, but they
are not currently used or ???
—
Reply to this email directly, view it on GitHub
<#11>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACN7ZEIHNUFFEAVKBWGOJODYDVRF5AVCNFSM6AAAAAA7FLATQOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4DMNJXGQ2DMNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Ha ha, well we can't have you going crazy, at least not until your kids are grown, the renovation is done, and the tesla card is ready :-D |
Not at all, I dumped a lot of images from my phone when I started out.
There are a lot of conditions though.
Front facing - door open
Front facing - door open, frunk open
Front facing - door open, frunk open, trunk open
Front facing - door open, frunk open, trunk open, charge port open
Front facing - door open, frunk open, trunk open, charge port open, climate
on
..... and any combination of the above. Then on the charger rear 1/4 view,
you've got the same. To me its easier to migrate this amount of logic to
python.
Another fun limitation I've found is with the climate. I've got the
defrost button working, but because it uses a set-state when you press it,
a second press won't turn it off without a script. I really don't want the
install for this to be "you need these cards, these helper, this font,
these scripts, images go here.
So I think I'll do a "cold weather" release, hopefully this or next
weekend, that'll bring seat heater controls and defrost mode as well as a
few other little bits and then I'll bury myself into HACS.
…On Fri, 10 Nov 2023 at 10:15, Kenneth Fribert ***@***.***> wrote:
Ha ha, well we can't have you going crazy, at least not until your kids
are grown, the renovation is done, and the tesla card is ready :-D
I look forward to see upcoming revisions!
But as I understand your reply, I'm not missing something elaborate and
currently only those mentioned images are used...
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACN7ZEK7MMIWPZZQPCQ4YGDYDXWCPAVCNFSM6AAAAAA7FLATQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGM2TQOJSGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I think it would be better (when you go for the redesign) if it could superimpose a partial image with eg. each of the the doors open, otherwise you would quickly go towards infitity, and taking that many screen shots of all sorts of combinations, would be cumbersome. |
I’m hoping I can rip the images from the api but I feel the apps / cars 3D model probably isn’t accessible |
That would be the dream, the state would then only be one line |
@fribse check out the images for model Y Silver that @ds2000 just merged in. As @ds2000 said, there are more in the red folder than you need for the card. The ones in silver are essentially all you need right now based on how the card is setup today. I have 2 extra in the silver though, one with trunk open and a base without the battery icon. I hope this helps! @ds2000 let me know how I can help with v2 or python rewrite. Love the way the cards are taking shape. |
Thankis @akeslo, will do! Much appreciated. |
Hi I was wondering how do you extract the image assets? wanted to help and do more colors. |
Hi there
This card looks very nice, I would of course very much like to change the images, so it reflects my blue Model Y instead.
When I look at the card code, I only see two images referred:
models/3/red/baseFrunkOpened.jpg
models/3/red/baseWide.jpg
But when I look in the image folder there are a lot more images, but they are not currently used or ???
The text was updated successfully, but these errors were encountered: