Replies: 5 comments 18 replies
-
@jjermany thanks for this. Look forward to the PR for START and STOP being integrated into the Teslausb code. |
Beta Was this translation helpful? Give feedback.
-
@miles267 You will replace the awake_start and awake_stop files with the
two above. You will also want to add the TESLAFI_WAKE_MODE=sentry to the
conf file. This should get the desired result. Let me know if you have any
issues after making these changes.
…On Sat, Feb 8, 2025 at 12:04 PM miles267 ***@***.***> wrote:
@jjermany <https://github.com/jjermany> until this PR is merged into the
main code, would mind providing some brief instructions on how to implement
your scripts/process above? I'd like to use it for both of our Tesla cars.
I'm already a TeslaFi user but the limited wake command support has caused
my Teslausb syncs to no longer complete unless I leave sentry mode ON at
home. In which case it also results in more video files.
For example, do I repace the awake_start and awake_stop files in /root/bin
with the two files above? If I copy them into the /root/bin folder (without
the *_modified.txt, of course), do they need to be chmod'd? Do I then just
also add into the .conf file the export TESLAFI_WAKE_MODE=sentry entry? Do
I need to re-run the teslausb upgrade script after that entry is made to
the .conf file OR just reboot the teslausb system?
—
Reply to this email directly, view it on GitHub
<#902 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A546GXJPY5TJOSFBQHCUIST2OZBK3AVCNFSM6AAAAABSOL25R6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJQGQ2TANI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You should not need to chmod those files. I did not have to. You are just
replacing the current wake scripts with the new ones. No chmod is necessary
here.
Unfortunately, once you run the teslausb upgrade script, it will wipe out
the wake files to the default ones. Rebooting works great in this case.
…On Sat, Feb 8, 2025 at 12:14 PM miles267 ***@***.***> wrote:
@jjermany <https://github.com/jjermany> thanks. I'm online about to do
this now 👍 Could you please tell me:
1.) once I copy those 2 scripts to /root/bin, do they need to be chmod'ded
in a certain way? I'm asking because I'd prefer to keep both backups of the
original files and place the new ones in that folder for use.
2.) after I've added the TESLAFI_WAKE_MODE=sentry entry to the .conf file,
is it necessary to re-run the teslausb upgrade script? Or is rebooting the
pi enough?
—
Reply to this email directly, view it on GitHub
<#902 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A546GXP27X2IXDE2B42TZWD2OZCRPAVCNFSM6AAAAABSOL25R6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJQGQ2TINQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Can you restart your pi and send us the archive loop log?
…On Sat, Feb 8, 2025, 5:19 PM miles267 ***@***.***> wrote:
@marcone <https://github.com/marcone> actually that didn't address the
issue either. Yet I can confirm that I can manually toggle sentry mode ON
and OFF via TeslaFi and the car responds accordingly. Hopefully this
testing helps with the PR.
—
Reply to this email directly, view it on GitHub
<#902 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A546GXPZM2HGSOD76VJGCM32O2GH3AVCNFSM6AAAAABSOL25R6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJQGU4DCNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Confirming I was able to get this to work using the two files: awake_start_MODIFIED.txt and awake_stop_MODIFIED.txt with TeslaFi. However it appears the awake and stop scripts in the PR are different (filesize, etc.) and wouldn't work when I placed them in /root/bin. @jjermany any progress on updating this PR so the code can be merged officially into teslausb main branch? |
Beta Was this translation helpful? Give feedback.
-
awake_start_MODIFIED.txt
awake_stop_MODIFIED.txt
Ill need someone to integrate this logic into our existing awake start and awake stop scripts. It uses TeslaFi (if you have an account). I added a variable to our config file:
TESLAFI WAKE MODE: Uncomment line below to choose stream or sentry
export TESLAFI_WAKE_MODE=sentry # or "stream"
Beta Was this translation helpful? Give feedback.
All reactions