¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Sonos Grouping #sonos
Has anyone successfully created a Sonos group dynamically in simpl? The module looks as if it should be possible and even easy but alas I'm having no luck. Thanks,
By Gary Miller · #249841 ·
Re: LG OLED55G2 IP Control
The newer LGs I've seen usually require a passcode. That doesn't apply to WOL, which would explain why Power On is the only command that works. Watching the Log and User Attribute outputs in Debugger
By Tony Golden · #249840 ·
Re: LG OLED55G2 IP Control
Maybe a SIO with some of these commands will work. The 4th and 5th byte is the address * IP PORT = 9761* *LG42DC* *ASCII* *HEX* ** ** ** Pwr On ka 01 01\x0D \x6B\x61\x20\x30\x31\x20\x30\x31\x0D Pwr
By Shawn Fennell · #249839 ·
LG OLED55G2 IP Control
Has anyone successfully controlled the latest LG TV's over IP ? I can power it on consistently ok using WoL but zero control after that, trying with Crestron's certified display ethernet driver ver
By barry@... · #249838 ·
AM200 - Not switch sources via simpl windows code
Just loaded a code to a RMC3 to switch the source on a AM200 unit. All I'm doing is sending either a 1d or 2d analog value to the "Video Out" line. I'm monitoring the "Video Out FB" line and it
By Paul Bell · #249837 ·
Re: NVX audio issues Apple TV 4K (3rd gen) & Datasat rs20i
?FTR, my desire is to give a client the best overall experience. unfortunately, since most clients are not super Audio/video-files my past experience is that they much more easily notice 'no audio'
By Thorsten K?hler · #249836 ·
Re: Repropagate analog value out of a S+ module.
Looks like you guys are all correct as usual. It turns out I had another piece of the code causing strange behavior. I've finished my project and added it to the files section for anyone to use. This
By Shawn Fennell · #249835 ·
File /RateLimiterAndJsonFileReadModules_archive.zip uploaded #file-notice
The following files and folders have been uploaded to the Files area of the [email protected] group. * /RateLimiterAndJsonFileReadModules_archive.zip (
By Group Notification <noreply@...> · #249834 ·
Re: NVX audio issues Apple TV 4K (3rd gen) & Datasat rs20i
Thorsten, I think your idea of having dedicated sources plugged into the SSP > Projector definitely seems to be the right approach, because it eliminates interim hardware variable... " we usually have
By ckangis · #249833 ·
Re: Repropagate analog value out of a S+ module.
Agree 100%
By Olivier Royer · #249832 ·
Re: NVX audio issues Apple TV 4K (3rd gen) & Datasat rs20i
?Sadly, I've found that setting up a high-end system at 1080p with 2ch audio and a SSP set to decode to an approximated immersive sound field is the only way to not get angry 'no picture or no
By Thorsten K?hler · #249831 ·
Re: Repropagate analog value out of a S+ module.
Just beware about doing stuff in SMW as anything that happens there counts as a signal change in debugger even though it doesn't show those signals changing in the scroll/log. I wrote a module where
By Gas Bandit · #249830 ·
Re: Repropagate analog value out of a S+ module.
Obviously there's more to your story and we don't have a full understanding of the application... But, I'm wondering if you might want to look at refactoring your code to take advantage of SMW's
By ckangis · #249829 ·
Re: RMC4 controlling devices in a different subnet
if using layer 2 switches, you will most likely need to add IP route commands to your switch configs (for both ways).
By reactorpwr · #249828 ·
Re: Repropagate analog value out of a S+ module.
Your first module that recalls the preset from a json file should repropagate everytime the file is read, even if it's the same value it's reading, unless you specifically designed it not to.
By Olivier Royer · #249827 ·
Re: RMC4 controlling devices in a different subnet
Hopefully others with more experience with chime in, but some Crestron secondary devices (i.e. non- processors) need to have 'SETCSAUTH' put into their setup, usually via console. Can anyone else
By ckangis · #249826 ·
Re: NVX audio issues Apple TV 4K (3rd gen) & Datasat rs20i
Although we have had issues with AppleTV and Atmos, thru a DM16x16 with 4KZ in/out/rmcs... They are specified to be compatible with the Dolby and DTS immersive audio formats. The DM and NVX (and other
By ckangis · #249825 ·
Re: Repropagate analog value out of a S+ module.
An analog in SIMPL can¡¯t be null or disappear, it will always have a value between 0 and 65535. So if modify your example, in its most basic form: PUSH RecallLevel { AOut = LevelToRecall; } When you
By Caleb Radecky · #249824 ·
Re: Repropagate analog value out of a S+ module.
I'm not following either - if you assign the output to a value (even if it's the same value) it will re-propogate into SIMPL.
By Oliver Hall · #249823 ·
Re: Repropagate analog value out of a S+ module.
I agree with Phil, S+ always repropogates the same value. I've often had to include code to test and stop this happening.
By Slip Cougan · #249822 ·