¿ªÔÆÌåÓý

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

Re: TSW-1070 Web Browser // 403 Forbidden Error on Specific Site

 

Thanks Jeremy.

I suspected that as well, the Chromium build on these TPs are years old. Which in the Android world doesn't necessarily mean it's a problem, but that doesn't account for TB having it work in their environment.


Re: TSR-310 - Comcast Driver

 

I have new boxes coming.? I will update the thread with my experience, once I have it implemented.??


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:
Armstrong Cable Android Tivo IR Files


Re: WiiM

 
Edited

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: 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