Panda88CO / udi-TeslaEV

MIT License
0 stars 0 forks source link

"homelink in range" reads backwards #6

Open scottlangford opened 2 years ago

scottlangford commented 2 years ago

the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.

Thank you, someguy

Panda88CO commented 2 years ago
I think the home link API changed – it does not support this anymore – I was looking at changing it but did not finish it – It is complicated by me not having a Tesla I’ll take a look later – swapping it is easy but I need to make sure it really works first  Sent from Mail for Windows From: someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.Thank you,someguy—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> 
Panda88CO commented 2 years ago
If you can send me a logfile with debug info I can see if anything has changed, but last I looked it seems they removed the HomeLink nearby return value (not sure if privacy related)If App supports it - it is likely still there.I am working on an update, but it having issues with charge settings – Seems the API is behaving strangely if I set an upper limit for charge level   Sent from Mail for Windows From: someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.Thank you,someguy—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> 
Panda88CO commented 2 years ago
BTW – I have TTESLAPW node in the non-production store – that is beta of my new version if you want to check it I need a lot to verify if homelink is still present – I got some data showing it is not – but  I need the very first data poll to see what is there   Sent from Mail for Windows From: someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.Thank you,someguy—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> 
scottlangford commented 2 years ago

here is the debug file. Thank you for your help.

On Fri, Oct 7, 2022 at 6:44 PM Panda88CO @.***> wrote:

I think the home link API changed – it does not support this anymore – I was looking at changing it but did not finish it – It is complicated by me not having a Tesla I’ll take a look later – swapping it is easy but I need to make sure it really works first Sent from Mail for Windows From: someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.Thank you,someguy—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you authored the thread.Message ID: ***@***.***>
Panda88CO commented 2 years ago
I did not receive the log file 😊 Sent from Mail for Windows From: someguySent: Saturday, October 8, 2022 2:05 PMTo: Panda88CO/udi-TeslaEVCc: Panda88CO; CommentSubject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) here is the debug file. Thank you for your help.On Fri, Oct 7, 2022 at 6:44 PM Panda88CO ***@***.***> wrote:> /* Font Definitions */> @font-face> {font-family:"Cambria Math";> panose-1:2 4 5 3 5 4 6 3 2 4;}> @font-face> {font-family:Calibri;> panose-1:2 15 5 2 2 2 4 3 2 4;}> /* Style Definitions */> p.MsoNormal, li.MsoNormal, div.MsoNormal> {margin:0in;> font-size:11.0pt;> font-family:"Calibri",sans-serif;}> a:link, span.MsoHyperlink> {mso-style-priority:99;> color:blue;> text-decoration:underline;}> .MsoChpDefault> {mso-style-type:export-only;}> @page WordSection1> {size:8.5in 11.0in;> margin:1.0in 1.0in 1.0in 1.0in;}> div.WordSection1> {page:WordSection1;}> -->I think the home link API changed – it does not support this anymore –> I was looking at changing it but did not finish it – It is complicated by> me not having a Tesla I’ll take a look later – swapping it is easy but I> need to make sure it really works first Sent from Mail for Windows From:> someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc:> SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads> backwards (Issue #6) the indicator for "Homelink in Range" seems to be> reading backwards. when my car is home, it reads as "false" and when I'm> away, it reads as "true". can this be swapped? also, the old app (the free> one, I'm not sure who made it but it doesn't work any more) had an> indicator for "home" or something to that effect. as i recall, in the old> app, you could set your home gps coordinates and the app would somehow> calculate if the car was "home" or not.Thank you,someguy—Reply to this> email directly, view it on GitHub, or unsubscribe.You are receiving this> because you are subscribed to this thread.Message ID: ***@***.***>>> —> Reply to this email directly, view it on GitHub> ,> or unsubscribe> > .> You are receiving this because you authored the thread.Message ID:> ***@***.***>>—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***> 
Panda88CO commented 2 years ago
Hi Is it possible I can get you to try the latest version Also – it would be great if you could create a log where you change the charge limit – There is still something there, but not having access to a car makes it very difficult to debug I’ll post a new Beta version – if that is ok with you ? ThanksChristian Sent from Mail for Windows From: someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.Thank you,someguy—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> 
scottlangford commented 2 years ago

please be very specific about what you'd like me to do. are you asking me to change the charge limit with the app? and then download the log and send it to you?

also: i was just asking about the "Homelink in Range". any luck fixing that?

Thank you,

Someguy

On Tue, Oct 11, 2022 at 12:13 PM Panda88CO @.***> wrote:

Hi Is it possible I can get you to try the latest version Also – it would be great if you could create a log where you change the charge limit – There is still something there, but not having access to a car makes it very difficult to debug I’ll post a new Beta version – if that is ok with you ? ThanksChristian Sent from Mail for Windows From: someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the indicator for "Homelink in Range" seems to be reading backwards. when my car is home, it reads as "false" and when I'm away, it reads as "true". can this be swapped? also, the old app (the free one, I'm not sure who made it but it doesn't work any more) had an indicator for "home" or something to that effect. as i recall, in the old app, you could set your home gps coordinates and the app would somehow calculate if the car was "home" or not.Thank you,someguy—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***> — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you authored the thread.Message ID: ***@***.***>
Panda88CO commented 2 years ago
ThanksMake sure you enable debug in the node log I would like you to change the charge limit in the AC on the ISY – maybe compare it to the appI believe the new node fixes the home link issue – but need debug to see it There should also be a few more options in the new node (you should set longpoll to a large number and short poll will poll latest data from cloud – not waking the car) – there may be a bug in this case with HomeLink there as I c=am not sure if the nearby is reports (need to see log)Please send me the node log after and maybe tell me what you tried  I jut updated the  TTesla node non-production store with these changes  I could release in the productions store, but I would like someone to run it first before releasing it – I do not have a Tesla myself which complicated this development quite a lot ☹ - just did it because Michel asked if I could do it (as I did the power wall one and it uses the same API)  If you prefer the main release I can do that as well  Let me know Christian  Sent from Mail for Windows From: someguySent: Tuesday, October 11, 2022 10:24 AMTo: Panda88CO/udi-TeslaEVCc: Panda88CO; CommentSubject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) please be very specific about what you'd like me to do. are you asking meto change the charge limit with the app? and then download the log andsend it to you?also: i was just asking about the "Homelink in Range". any luck fixingthat?Thank you,SomeguyOn Tue, Oct 11, 2022 at 12:13 PM Panda88CO ***@***.***> wrote:> /* Font Definitions */> @font-face> {font-family:"Cambria Math";> panose-1:2 4 5 3 5 4 6 3 2 4;}> @font-face> {font-family:Calibri;> panose-1:2 15 5 2 2 2 4 3 2 4;}> /* Style Definitions */> p.MsoNormal, li.MsoNormal, div.MsoNormal> {margin:0in;> font-size:11.0pt;> font-family:"Calibri",sans-serif;}> a:link, span.MsoHyperlink> {mso-style-priority:99;> color:blue;> text-decoration:underline;}> .MsoChpDefault> {mso-style-type:export-only;}> @page WordSection1> {size:8.5in 11.0in;> margin:1.0in 1.0in 1.0in 1.0in;}> div.WordSection1> {page:WordSection1;}> -->Hi Is it possible I can get you to try the latest version Also – it> would be great if you could create a log where you change the charge limit> – There is still something there, but not having access to a car makes it> very difficult to debug I’ll post a new Beta version – if that is ok with> you ? ThanksChristian Sent from Mail for Windows From: someguySent: Friday,> October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject:> [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the> indicator for "Homelink in Range" seems to be reading backwards. when my> car is home, it reads as "false" and when I'm away, it reads as "true". can> this be swapped? also, the old app (the free one, I'm not sure who made it> but it doesn't work any more) had an indicator for "home" or something to> that effect. as i recall, in the old app, you could set your home gps> coordinates and the app would somehow calculate if the car was "home" or> not.Thank you,someguy—Reply to this email directly, view it on GitHub, or> unsubscribe.You are receiving this because you are subscribed to this> thread.Message ID: ***@***.***>>> —> Reply to this email directly, view it on GitHub> ,> or unsubscribe> > .> You are receiving this because you authored the thread.Message ID:> ***@***.***>>—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***> 
scottlangford commented 2 years ago

I hope it works this time. Thank you for your patience.

Also: I really think that this “homelink in range” works, it just is set up backwards so that it says its in range when it isn’t and vice versa.

Thank you,

Scott

Sent from Mail for Windows

From: Panda88CO Sent: Saturday, October 8, 2022 7:57 PM To: Panda88CO/udi-TeslaEV Cc: someguy; Author Subject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards(Issue #6)

I did not receive the log file 😊 Sent from Mail for Windows From: someguySent: Saturday, October 8, 2022 2:05 PMTo: Panda88CO/udi-TeslaEVCc: Panda88CO; CommentSubject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) here is the debug file. Thank you for your help.On Fri, Oct 7, 2022 at 6:44 PM Panda88CO ***@***.***> wrote:> /* Font Definitions */> @font-face> {font-family:"Cambria Math";> panose-1:2 4 5 3 5 4 6 3 2 4;}> @font-face> {font-family:Calibri;> panose-1:2 15 5 2 2 2 4 3 2 4;}> /* Style Definitions */> p.MsoNormal, li.MsoNormal, div.MsoNormal> {margin:0in;> font-size:11.0pt;> font-family:"Calibri",sans-serif;}> a:link, span.MsoHyperlink> {mso-style-priority:99;> color:blue;> text-decoration:underline;}> .MsoChpDefault> {mso-style-type:export-only;}> @page WordSection1> {size:8.5in 11.0in;> margin:1.0in 1.0in 1.0in 1.0in;}> div.WordSection1> {page:WordSection1;}> -->I think the home link API changed – it does not support this anymore –> I was looking at changing it but did not finish it – It is complicated by> me not having a Tesla I’ll take a look later – swapping it is easy but I> need to make sure it really works first Sent from Mail for Windows From:> someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc:> SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads> backwards (Issue #6) the indicator for "Homelink in Range" seems to be> reading backwards. when my car is home, it reads as "false" and when I'm> away, it reads as "true". can this be swapped? also, the old app (the free> one, I'm not sure who made it but it doesn't work any more) had an> indicator for "home" or something to that effect. as i recall, in the old> app, you could set your home gps coordinates and the app would somehow> calculate if the car was "home" or not.Thank you,someguy—Reply to this> email directly, view it on GitHub, or unsubscribe.You are receiving this> because you are subscribed to this thread.Message ID: ***@***.***>>> —> Reply to this email directly, view it on GitHub> ,> or unsubscribe> > .> You are receiving this because you authored the thread.Message ID:> ***@***.***>>—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>  — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***>
Panda88CO commented 2 years ago

still no log file attached

On Fri, Oct 14, 2022 at 10:17 AM someguy @.***> wrote:

I hope it works this time. Thank you for your patience.

Also: I really think that this “homelink in range” works, it just is set up backwards so that it says its in range when it isn’t and vice versa.

Thank you,

Scott

Sent from Mail for Windows

From: Panda88CO Sent: Saturday, October 8, 2022 7:57 PM To: Panda88CO/udi-TeslaEV Cc: someguy; Author Subject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards(Issue #6)

I did not receive the log file 😊 Sent from Mail for Windows From: someguySent: Saturday, October 8, 2022 2:05 PMTo: Panda88CO/udi-TeslaEVCc: Panda88CO; CommentSubject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) here is the debug file. Thank you for your help.On Fri, Oct 7, 2022 at 6:44 PM Panda88CO ***@***.***> wrote:> /* Font Definitions */> @font-face> {font-family:"Cambria Math";> panose-1:2 4 5 3 5 4 6 3 2 4;}> @font-face> {font-family:Calibri;> panose-1:2 15 5 2 2 2 4 3 2 4;}> /* Style Definitions */> p.MsoNormal, li.MsoNormal, div.MsoNormal> {margin:0in;> font-size:11.0pt;> font-family:"Calibri",sans-serif;}> a:link, span.MsoHyperlink> {mso-style-priority:99;> color:blue;> text-decoration:underline;}> .MsoChpDefault> {mso-style-type:export-only;}> @page WordSection1> {size:8.5in 11.0in;> margin:1.0in 1.0in 1.0in 1.0in;}> div.WordSection1> {page:WordSection1;}> -->I think the home link API changed – it does not support this anymore –> I was looking at changing it but did not finish it – It is complicated by> me not having a Tesla I’ll take a look later – swapping it is easy but I> need to make sure it really works first Sent from Mail for Windows From:> someguySent: Friday, October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc:> SubscribedSubject: [Panda88CO/udi-TeslaEV] "homelink in range" reads> backwards (Issue #6) the indicator for "Homelink in Range" seems to be> reading backwards. when my car is home, it reads as "false" and when I'm> away, it reads as "true". can this be swapped? also, the old app (the free> one, I'm not sure who made it but it doesn't work any more) had an> indicator for "home" or something to that effect. as i recall, in the old> app, you could set your home gps coordinates and the app would somehow> calculate if the car was "home" or not.Thank you,someguy—Reply to this> email directly, view it on GitHub, or unsubscribe.You are receiving this> because you are subscribed to this thread.Message ID: ***@***.***>>> —> Reply to this email directly, view it on GitHub> < https://github.com/Panda88CO/udi-TeslaEV/issues/6#issuecomment-1272163546>,> or unsubscribe> < https://github.com/notifications/unsubscribe-auth/AFYVVOKTAXBFMEAJTMG33A3WCCYUJANCNFSM6AAAAAAQ77YZFE>> .> You are receiving this because you authored the thread.Message ID:> ***@***.***>>—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***> — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you commented.Message ID: ***@***.***>
scottlangford commented 2 years ago

okay. I tried to use my ISY Admin Console to change the battery to 77.9% and it didn't seem to do anything. I then changed setting to "debug" and then downloaded the log. it is attached.

On Tue, Oct 11, 2022 at 12:31 PM Panda88CO @.***> wrote:

ThanksMake sure you enable debug in the node log I would like you to change the charge limit in the AC on the ISY – maybe compare it to the appI believe the new node fixes the home link issue – but need debug to see it There should also be a few more options in the new node (you should set longpoll to a large number and short poll will poll latest data from cloud – not waking the car) – there may be a bug in this case with HomeLink there as I c=am not sure if the nearby is reports (need to see log)Please send me the node log after and maybe tell me what you tried I jut updated the TTesla node non-production store with these changes I could release in the productions store, but I would like someone to run it first before releasing it – I do not have a Tesla myself which complicated this development quite a lot ☹ - just did it because Michel asked if I could do it (as I did the power wall one and it uses the same API) If you prefer the main release I can do that as well Let me know Christian Sent from Mail for Windows From: someguySent: Tuesday, October 11, 2022 10:24 AMTo: Panda88CO/udi-TeslaEVCc: Panda88CO; CommentSubject: Re: [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) please be very specific about what you'd like me to do. are you asking meto change the charge limit with the app? and then download the log andsend it to you?also: i was just asking about the "Homelink in Range". any luck fixingthat?Thank you,SomeguyOn Tue, Oct 11, 2022 at 12:13 PM Panda88CO ***@***.***> wrote:> /* Font Definitions */> @font-face> {font-family:"Cambria Math";> panose-1:2 4 5 3 5 4 6 3 2 4;}> @font-face> {font-family:Calibri;> panose-1:2 15 5 2 2 2 4 3 2 4;}> /* Style Definitions */> p.MsoNormal, li.MsoNormal, div.MsoNormal> {margin:0in;> font-size:11.0pt;> font-family:"Calibri",sans-serif;}> a:link, span.MsoHyperlink> {mso-style-priority:99;> color:blue;> text-decoration:underline;}> .MsoChpDefault> {mso-style-type:export-only;}> @page WordSection1> {size:8.5in 11.0in;> margin:1.0in 1.0in 1.0in 1.0in;}> div.WordSection1> {page:WordSection1;}> -->Hi Is it possible I can get you to try the latest version Also – it> would be great if you could create a log where you change the charge limit> – There is still something there, but not having access to a car makes it> very difficult to debug I’ll post a new Beta version – if that is ok with> you ? ThanksChristian Sent from Mail for Windows From: someguySent: Friday,> October 7, 2022 4:41 PMTo: Panda88CO/udi-TeslaEVCc: SubscribedSubject:> [Panda88CO/udi-TeslaEV] "homelink in range" reads backwards (Issue #6) the> indicator for "Homelink in Range" seems to be reading backwards. when my> car is home, it reads as "false" and when I'm away, it reads as "true". can> this be swapped? also, the old app (the free one, I'm not sure who made it> but it doesn't work any more) had an indicator for "home" or something to> that effect. as i recall, in the old app, you could set your home gps> coordinates and the app would somehow calculate if the car was "home" or> not.Thank you,someguy—Reply to this email directly, view it on GitHub, or> unsubscribe.You are receiving this because you are subscribed to this> thread.Message ID: ***@***.***>>> —> Reply to this email directly, view it on GitHub> < https://github.com/Panda88CO/udi-TeslaEV/issues/6#issuecomment-1275016641>,> or unsubscribe> < https://github.com/notifications/unsubscribe-auth/AFYVVOIQ5SUGDDL5B2WYROTWCWN27ANCNFSM6AAAAAAQ77YZFE>> .> You are receiving this because you authored the thread.Message ID:> ***@***.***>>—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***> — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you authored the thread.Message ID: ***@***.***>
Panda88CO commented 2 years ago

Still no attachment - can you email to me directly christian.olgaard@gmail.com