Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
File /Armstrong Google Tivo.ir uploaded
#file-notice
Group Notification
The following files and folders have been uploaded to the Files area of the [email protected] group. By: Greg Calvimontes <gregc@...> Description: |
Re: WiiM
I have a few PRO versions out there.? No control options that I have found, other then the app.? The app is clean and works well with iPhone.? I've put them into legacy systems as replacements for Escient and legacy music servers.? Definitely a good option vs Sonos for $ and operation.? Had a client install as option for guest to Airplay/Cast into there systems.
|
Re: RANT: The Dots of Death...
Don¡¯t define the userproginitcomplete signal in your program. Essentially there¡¯s a timeout that I believe is 20 minutes. If the affected program doesn¡¯t ¡°see¡± the programs¡¯ init flag it goes into a timeout wait period. Just remove the signal in your program, because if something happens at program start you¡¯ll have to wait for the timeout to expire before anything can move on.
|
Re: TSW-1070 Web Browser // 403 Forbidden Error on Specific Site
A certificate or network error would not result in a 403 -- that's the server for the website itself deciding not to serve the page.? They may be trying to block automated scraping based on user-agent headers or browser fingerprinting. On Tue, Mar 12, 2024 at 4:17?PM Tim Greenbank <tim.greenbank@...> wrote:
|
Android based tivo box
Short story is that the local cable company had cable boxes running Tivo software.? Everything was the same and I could control via IP.? Fast forward to this week.? The cable company forced a replacement of the boxes and the new boxes are android based running Tivo.? Anyone seen these and know if there is a way to control via IP or IR?? I havn't put eyes on it yet.
|
Re: Niko Home Control integration
¿ªÔÆÌåÓýThanks a lot for the information. It would be just a temporary setup as the client is planning to move house next year. So i?ll have a look and device if it?s worth the effort. ? Thanks, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von dblpnt ? The NIKO stuff you find on Crestron Website is more or less only switches/outlets etc because these were compatible with the CLWI devices from Crestron.? |
Re: Niko Home Control integration
The NIKO stuff you find on Crestron Website is more or less only switches/outlets etc because these were compatible with the CLWI devices from Crestron.?
If its the Niko Home Control II yout customer is haveing there seems to be an integrator and a hobby API you could use:? Both of them seem to be based on MQTT where you can find some Crestron modules for on Github, eg:? I must note that I don't have any experience with these modules.? |
Re: Event Scheduler
I have now done the following:
OK, so trying to make this work I have: Created a new folder in the \NVRAM folder named Main using Fliezilla and transferred the Lighting.txt? text file to that folder. Changed program tag to Main in the program, saved and recompiled. Used?\\NVRAM\\Lighting.txt in the Serial Send and set using 1 and also manually in Debugger. Toggled The Scheduler On and Off using panel. It still looks like the events are not firing. |
Re: Event Scheduler
¿ªÔÆÌåÓýHmm.? On my CP4 I have some of my code driven by data files that
I place in NVRAM on the processor.? Those files are not in folders
named Program01, Program02, etc. but in a folder with the name of
the associated Program ID Tag.? So, my text files are in folders
named AV, HVAC, etc.? Now it could be that your Program ID Tags
are named Program01, etc. but I just wanted to throw this out
there in case. Thanks Jay On 3/13/2024 3:22 PM, Adam wrote:
Thanks Jay |
Re: Event Scheduler
¿ªÔÆÌåÓýHi Adam, I haven't used the event schedule in quite some time but I saw the earlier email that you were placing the file in the root nvram directory.? I believe you need to manually create the folder for the program slot where the scheduler code is running and place the file in there.? As one of the other posters said, the folder won't be automatically created unless the code running in that program slot tries to create a file.? However, I believe that is where the scheduler will look for its data file so you have to manually create the folder and place the file there. Hope this helps Jay On 3/13/2024 2:58 PM, Adam wrote:
I have seen comments about the editor causing a problem, I am using notepad to create the file. |
Re: Event Scheduler
I believe the first line of the scheduler needs to be: #2 Here is one from a working project: #2 1,System On,0,420,XXXXXXX,XXXXXXXXXXXX,0 2,System Off,1,420,XXXXXXX,XXXXXXXXXXXX,0 On Wed, Mar 13, 2024 at 10:10?AM Adam <adamfeare@...> wrote: I am having trouble getting this working on a RMC3. |