¿ªÔÆÌåÓý

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

Re: Epson Projector Crestron Connected

 

There is a third important setting when you want to control via lan hdbaset :
in my memory it¡¯s (in French, sorry) : ? mode attente ? activated in ? R¨¦glage AV ? > ? sortie AV ?

I don¡¯t know why, but it helped me few months ago on new projectors


Re: Epson Projector Crestron Connected

 

There's 2 important settings in Epson projector menu:

Signal I/O, A/V input to ALWAYS ON
Signal I/O, HDBaseT communication to ON


Topics in Home Automation - New Article in Residential Tech Today

 

My latest article, "Managing a Home¡¯s Air Temperature Based on the PMV Comfort Model¡± is being published by the good folks at Residential Tech Today Magazine on their web site.

Since the development of modern heating and cooling systems for homes, people have managed their operation by simply selecting a temperature "set point".? However, that approach doesn't focus on what is really important; whether the occupants of the home are comfortable, or not.? This article looks at the practical application of the American Society of Heating, Refrigerating and Air-Conditioning Engineer (ASHRAE) standard 55 which focuses on thermal comfort instead of set points when heating / cooling a home.

You can find the article here:




For those interested in earlier articles that I've written, you can find those here:



Finally, for those that want to see even more content I've written about smart home technology you can find that here:



Thanks


Re: Seura Shade 2 RS-232 control

 

Here's what we use:
Power ON--? \x02PWD:1\x03

Power OFF-- \x02PWD:0\x03

Mute ON-- \x02MUT:1\x03

Mute OFF-- \x02MUT:0\x03

Input 1-- \x02INP:1\x03

Volume 50-- \x02VOL:050\x03


Re: Seura Shade 2 RS-232 control

 

\x02PWD:0\x03


Re: Cheap reliable power monitoring.....ya right.

 

Many of the current generator installs they have an on board or add-on I/O and Relay board that can be programmed for various faults/statuses (Kohler calles it a PIM for example). We always tie into those and feed our processor to get running status/fault status/low battery/etc.?


Re: Seura Shade 2 RS-232 control

 

Must admit, I love protocols that start and end with \x02 and \x03

:)


Re: Seura Shade 2 RS-232 control

 

That's what I thought but their docu was confusing to me, with their example string...
Thanks Eric!!


Re: Seura Shade 2 RS-232 control

 
Edited

For Crestron you would use \x** to send a hex character. So, you would use \x03 not [0x03]


Seura Shade 2 RS-232 control

 

Hi All,
I'll be working on a project with rs-232 control of a Seura Shade 2 TV and have the protocol doc.
it lists the following for the start and end characters:
? Start with 0x02 (hex)
? End with 0x03 (hex)
The example for Power OFF is:
[0x02]PWD:0[0x03]

For those who have dealt with this product, do you think the format should be:
\x02PWD:0\x03 or [0x02]PWD:0[0x03]

I'm thinking the former, but of course anything is possible in this realm! Haha

TIA!


Re: Bond Bridge

 

I have one controlling a few different brands of fans plus some RF shades in the house. Jay's module works well, but I also have an ISY-994 controlling the same fans with some pretty simple commands.

This might help you out, though it's not Creston based, it's what I'm spitting out of the ISY. The only problem might be is if the fans have a discreet power off command or not. They'll usually turn on with a speed command, but of course power off will be problematic if the fan's power switch is a toggle.

PUT /v2/devices/<device #>/actions/TurnOn HTTP/1.1
Host: 192.168.2.71:80
User-Agent: Mozilla/4.0
Connection: Close
Content-Type: application/json
BOND-Token: <Bond token #>
Content-Length: 2

I don't think it would be too difficult to write up a basic S+ module to control the fans, just dig into their API a bit to find the power and speed command actions.
?


Re: Cheap reliable power monitoring.....ya right.

 

¿ªÔÆÌåÓý

We used to do this with our Generac and then Kohler. Just used a bunch of 120V DIN rail relays and then watched the inputs on the processor. ?

?

Caleb Radecky | Manager, Online Products & Services
Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K
ControlWorks Consulting, LLC | Crestron Services Provider | 8228 Mayfield Rd. #6B Rear Cleveland OH 44026
D. 440.771.4809 | O.440.449.1100 X1109 | F.440.449.1106 |

?

From: [email protected] <[email protected]> On Behalf Of stefuel2 via groups.io
Sent: Monday, July 17, 2023 16:55
To: [email protected]
Subject: [crestron] Cheap reliable power monitoring.....ya right.

?

What I want to do is monitor power in a Generac automatic transfer switch.? L1 and L2 (utility power) E1 and E2 (generator power) and N1 and N2 (power out of the switch to the house). Then shoot off a text or email when E1 and E2 is hot so I know when the generator is running.? Only thread found here was 10 years old.? I know that newer generators have wifi capability but this one is older and does not.? Any suggestions.


Re: Cheap reliable power monitoring.....ya right.

 

Something like this would work into the GPIO of another device.

https://www.juicegoose.com/images/pdfs/Datasheets/RT-REL_Data_Sheet_R1.pdf


Re: Cisco Widgets - OS10 vs OS11

 

Update...I received a Codec Plus with OS11 and was able to check this myself (previously was working with a tech in the field). What I found is that, unlike 0S10, with OS11 if you have a Cisco widget on more than one panel (in this project it included both button and spinner widgets), the feedback only works on the first panel to appear. Any subsequent panels that are triggered to appear that have an identically named widget will only provide the button press from it and it will not receive feedback.

The reason I have more than one panel on the Cisco touch screen with the same widget is because this is a divisible conference room and, when divided, the divided audio control panel shown in room A does not include mic controls for mics dedicated to Room B. This is done by properly hiding and showing the panel trigger buttons based on the room mode (divided or combined).

I fixed this by creating new widgets for the second panel and dovetailing them into the same programming the widgets used in the first panel.

I am going to alert Cisco of this difference in OS10 and OS11. Hopefully they can go back to having it work like it did in OS10 with a firmware update.?


Re: Bond Bridge

 

¿ªÔÆÌåÓý

I don't personally use the Bond bridge or Bond bridge pro in my own home.? However, I did write a Crestron driver for integrating them with a Crestron system including the use of Bond Sidekick keypads.

The driver is on my GitHub here:

Hope this helps

Jay

On 7/17/2023 3:57 PM, FTAV wrote:

The Bond Bridge Pro is incredibly reliable and has a great range. I've had the same issues and I'll always?install a Bond Pro. I'm in a high-density area in downtown Chicago for the most part and I never have issues but I do tend to plan the location centrally.

On Mon, Jul 17, 2023 at 4:46?PM ckangis <chris@...> wrote:
In a related subject, Does anyone have an experience about the performance difference with Somfy Shades, between the Bond Bridge and the LinkPro Z gateways regarding range and control reliability??
I have a project with the LinkPro Z and range seems limited and reliability is not great - i.e. I have a room with 13 shades and when I trigger a preset that sends all shades open or closed, often some of the shades either don't respond or sometimes don't fully travel...


Re: Bond Bridge

 

The Bond Bridge Pro is incredibly reliable and has a great range. I've had the same issues and I'll always?install a Bond Pro. I'm in a high-density area in downtown Chicago for the most part and I never have issues but I do tend to plan the location centrally.


On Mon, Jul 17, 2023 at 4:46?PM ckangis <chris@...> wrote:
In a related subject, Does anyone have an experience about the performance difference with Somfy Shades, between the Bond Bridge and the LinkPro Z gateways regarding range and control reliability??
I have a project with the LinkPro Z and range seems limited and reliability is not great - i.e. I have a room with 13 shades and when I trigger a preset that sends all shades open or closed, often some of the shades either don't respond or sometimes don't fully travel...


Re: Bond Bridge

 

In a related subject, Does anyone have an experience about the performance difference with Somfy Shades, between the Bond Bridge and the LinkPro Z gateways regarding range and control reliability??
I have a project with the LinkPro Z and range seems limited and reliability is not great - i.e. I have a room with 13 shades and when I trigger a preset that sends all shades open or closed, often some of the shades either don't respond or sometimes don't fully travel...


Re: Cheap reliable power monitoring.....ya right.

 


I had to do something similar for a customer that found, during a power outage, that their generator had died and hadn¡¯t been performing its weekly load test.? We just wired the coil of a relay to the generator output and the relay contacts to a digital I/o port on the processor.? Sounds like something similar should work for you.?

Hope this helps

Jay

On Mon, Jul 17, 2023 at 2:54 PM stefuel2 via <stefuel=[email protected]> wrote:
What I want to do is monitor power in a Generac automatic transfer switch.? L1 and L2 (utility power) E1 and E2 (generator power) and N1 and N2 (power out of the switch to the house). Then shoot off a text or email when E1 and E2 is hot so I know when the generator is running.? Only thread found here was 10 years old.? I know that newer generators have wifi capability but this one is older and does not.? Any suggestions.


Cheap reliable power monitoring.....ya right.

 

What I want to do is monitor power in a Generac automatic transfer switch.? L1 and L2 (utility power) E1 and E2 (generator power) and N1 and N2 (power out of the switch to the house). Then shoot off a text or email when E1 and E2 is hot so I know when the generator is running.? Only thread found here was 10 years old.? I know that newer generators have wifi capability but this one is older and does not.? Any suggestions.


Re: Bond Bridge

 

work perfect with Somfy RTS!