Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
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. |
Re: Event Scheduler
You might want to add Edit_Next_Event, Edit_Prev_Event, Edit_Event_Name & Edit_Event_Time to see if it is actually loading the file.
On the processor my file is located in the NVRAM Disk, in a folder that is the same name as the program id tag. In the program I am using \\NVRAM\\Scheduler.txt My file looks very similar to yours. 1,Maddie Weekday Disable,1,600,XXXXX--,XXXXXXXXXXXX 2,Maddie Weekday Enable,1,360,XXXXX--,XXXXXXXXXXXX |
Topics in Home Automation - New Article in Residential Tech Today
¿ªÔÆÌåÓýMany people have been very pessimistic that
Apple, Microsoft, Amazon, and Samsung could work together in the
development of the Matter smart home protocol.? However, we now
have the 3rd update to the protocol specification and the list of
companies releasing Matter compatible products is growing all the
time.? With this in mind, I set out to find a way to
integrate Matter compatible devices with a Crestron system home
system.? This article looks at the path I took to make this work
and will act as a tutorial for others that want to leverage Matter
in their Crestron smart home projects.? A similar technique could
be made to work with other smart home platforms. You can find the article here:
For those interested in earlier articles that
I've written, you can find those here: |