For those of you who got this running on the newest Pi, is this line still needed in the cmdline.txt file?
dwc_otg.speed=1
See your Private Messages...
For those of you who got this running on the newest Pi, is this line still needed in the cmdline.txt file?
dwc_otg.speed=1
In v70 using the ftp in the config file, do you still need to set the post email command in the tones config to send to the the audio to the ftp server? I just set it up and haven't had any audio upload to the ftp.
Sent from my SM-T550 using Tapatalk
.
Did you restart TTD? It needs to reread the configuration.
I think I figured out what might have been the issue. There was http//: in front of the ftp address.That I haven't done. I will try it and go from there.
Hmmm...No, I haven't seen that before. I've been running Pushbullet notifications from a Pi for a month or two now with no issues. Keep me posted.
Andy
Andy,
Sorry for bugging you again. I contacted pushbullet and they haven’t returned my email. I wondering 2 things:
1. I have a channel for every fire station. Do you think this could be causing this?
2. Would you recommend pushover over pushbullet?
Andy
2. Would you recommend pushover over pushbullet?
Sent from my iPhone using Tapatalk
Is anyone having problems with the URL not working on Pushover? The file is uploading correctly to the FTP server however the link for the mp3 in the message is showing a URL of
https://client.pushover.net/recordings/TESTPAGE_2018_01_01_18_38_45.mp3
instead of
http://ucfa.org/recordings/TESTPAGE_2018_01_01_18_38_45.mp3
Is anyone having problems with the URL not working on Pushover? The file is uploading correctly to the FTP server however the link for the mp3 in the message is showing a URL of
https://client.pushover.net/recordings/TESTPAGE_2018_01_01_18_38_45.mp3
instead of
http://ucfa.org/recordings/TESTPAGE_2018_01_01_18_38_45.mp3
By using the V70 feature. I get the alerts but the MP3 will not play. Yes I'm sure it's uploading. That link was just an example.
c:\PROGRA~1\winscp\winscp.com /command "open ftp://aintgona:giveitout@example.com/web/twotone.example.org/public_html/ttd" "put -neweronly -preservetime tones7.cfg.enc" "exit"
c:\PROGRA~1\winscp\winscp.com /command "open ftp://aintgona:giveitout@example.com/web/twotone.example.org/public_html/ttd" "put -neweronly -preservetime tones7.cfg.enc" "exit"
timeout 3 /nobreak
start "" /HIGH /D "C:\Users\you\TTD70" "C:\Users\you\TTD70\TTD70.exe"
start "" /D "C:\Users\you\TTD70" "C:\Program Files\FileZilla FTP Client\filezilla.exe" --local="C:\Users\you\TTD70" ftp://aintgonna:giveitout2@example.com:21/web/twotone.example.org/public_html/ttd
exit
I got tired of uploading my tones file every five minutes by opening FileZilla and etc...
[/code]
Many people can only get the sms and not the mms / email without going outside. Push* might or might not work.If you make the change to Pushover or Pushbullet, you won’t need to maintain your list of numbers and addresses in tones.cfg.
Does anyone recognize this error?
Traceback (most recent call last):
File "TwoToneDetect70.py", line 598, in alert
IndexError: list index out of range
Traceback (most recent call last):
File "TwoToneDetect70.py", line 614, in alert
UnboundLocalError: local variable 'lowtime' referenced before assignment
Sent from my SM-G920V using Tapatalk
Thanks Andy.It's related to the feature that excludes sending emails during certain time periods. I would guess that you may have an exclude from or exclude to time entered in an incorrect format in tones.cfg?
Andy