alanfischer / hassiq

Home Assistant interface for Garmin's Connect IQ Platform

Home Page:https://apps.garmin.com/en-US/apps/47bd4ae9-088b-4404-a299-5bb5f69e0470

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venu 2 plus / Fenix 7 support

O-Palda opened this issue · comments

Hello Alan,
could you please update the app to support newest watches?
Thank you very much and kind regards

Hi Alan,

Exactly the same issue. Hardware of venu 2 plus is the same as venu 2, so I think it "just" needs to be enabled. Thank you in advance !

Just came here to open a issue - glad to see someone beat me to it
Fenix 7X

Along with the Fenix 7, the Epix Gen2 please :)

Hello, I second that, for the fenix 7...
Question : isn't it sufficient to update the manifest.xml file and add the related productid ? Since SW and HW should be compatible...
I have done this, but for those more literate with github and compiler....

Hello, I second that, for the fenix 7... Question : isn't it sufficient to update the manifest.xml file and add the related productid ? Since SW and HW should be compatible... I have done this, but for those more literate with github and compiler....

Was wondering this myself - I'd fork the project and add the values if I had them - haven't looked for them tbh - if someone has them handy, post them here plz

haven't looked for them tbh - if someone has them handy, post them here plz

Found them:
<iq:product id="fenix7"/>
<iq:product id="fenix7s"/>
<iq:product id="fenix7x"/>

Added pull request for Fenix 7 - if someone else fines the venu 2 plus product ids and posts them here, I can initiate the update for them as well

You can find them here:

<iq:product id="fenix7"/>
<iq:product id="fenix7s"/>
<iq:product id="fenix7x"/>
<iq:product id="epix2"/>
<iq:product id="venu2plus"/>
<iq:product id="fr945lte"/>

Thanks for the other device types and info on where to find them. I updated my fork and submitted the pull request. Hopefully @alanfischer is still maintaining and will update :)

I found them on other projects...

I actually tried to find them that way and didn't have much luck - would love to know how you were able to find them

Updated