¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Android based tivo box

 

I have just finished a project with this combo. The ir codes are learned from the remote, and the cable company is Armstrong in W PA. Will upload files in 5.
There are no transport buttons, as you need to hit menu, then use the L/R buttons to chose the action.


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:
Hi Danny,

I'm not a certs expert, hopefully you have someone in house that can be more useful than I.

It just came to mind as I have to update a load of PyngHubs with the DigiCertGlobalR2 certificate?recently to get them to talk to the MyCrestron servers. Until I loaded this and rebooted these units weren't able to display or upload config files.

Just a thought.

Cheers,
Tim?

On Wed, Mar 13, 2024 at 2:33?AM Danny <jama.daniel@...> wrote:
Hey Tim,

Could you expand on this?
The airport site's certificate? The device's?
We don't touch certs in Crestron devices ever, our use cases don't require it.



--
Tim Greenbank
Control Systems Engineer
+64 (0)20 4142 1850


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
Gesendet: Donnerstag, 14. M?rz 2024 12:31
An: [email protected]
Betreff: Re: [crestron] 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: 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: Niko Home Control integration

 

Hello Thorsten,
As far as i know there is no possibility of integrating NHC with Crestron, I've had direct contact with Niko about this.
If you do find a way to connect the 2 systems I would be very interested in knowing how.

Good luck,
Philippe


Re: Event Scheduler

 

Last though, could it be due to the fact that most of the symbols are commented out in Scheduler as I am testing it? and only need the events firing for now and none of the adjustment parameters.


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?&#92;&#92;NVRAM&#92;&#92;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

The Event Scheduler code is not under the NVRAM folder but under the Program01 folder itself.? Also tried putting the file there and pointing the Serial Send to that but no luck!


Re: Event Scheduler

 

Thanks Jay

The Event Scheduler code is not under the NVRAM folder but under the Program01 folder itself.? Also tried putting the file there and pointing the Serial Send to that but no luck!


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.

It looks like it is not loading the txt file.

I recall some time ago issue with the RMC, when it doesnt have the licence for the 10nprograms, wonder if that is it.


Re: Event Scheduler

 

I have seen comments about the editor causing a problem, I am using notepad to create the file.

It looks like it is not loading the txt file.

I recall some time ago issue with the RMC, when it doesnt have the licence for the 10nprograms, wonder if that is it.


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.

I have schedule.dat uploaded to &#92;&#92;NVRAM&#92;&#92;Schedule.dat and a serial send to send that to the Event Scheduler.

I have this in the file:

1,Curtains Open,2,15,-XXXXX-,--XXXXXXXX--,0
2,Curtain Close,3,-30,XXXXXXX,XXXXXXXXXXXX,0
3,Lights,1,245,XXXXXXX,XXXXXXXXXXXX,0

But it is not driving any of the items.

Does the module get the time from the system?? I have checked th system time is correct or does it need the Astronomical Clock included?


Re: Event Scheduler

 

I have added a Folder under the NVRAM folder to be NVRAM/Lighting/ and put theSchedule.dat file there.

Still nothing.


Re: Event Scheduler

 

The only time it is auto created is if the program tries to write a file to that nvram


Re: Event Scheduler

 

OK thanks, will try that,

I did notice that I do not have a folder in NVRAM the same as the Program tag so loaded into the root NVRAM.? Would this folder normally be created automatically.


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


Re: Event Scheduler

 
Edited

I only have the following populated in the Event Scheduler to test: (The times from Astronomical Clock)

Enabled
Filename
Morning Hour
Morning Minute
Night Hour
Night Minute
Event 3 Due

Does it need more than this as a base.


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:



I've found a new site to host my blog so for those that want to see even more content I've written about smart home technology you can find that using the link below. The process of exporting all my old content from Blogger and importing it into WordPress was far from perfect. So there are formatting issues with old posts and images that didn't import. I will see what I can do about correcting some of these issues over time.



Thanks