- Posts: 339
- Thank you received: 28
Hot spare smartremote?
- andrew
- Topic Author
- Offline
- User
-
Less
More
1 year 8 months ago #3685
by andrew
Hot spare smartremote? was created by andrew
It would be extravagant but with our smartremote locking up several times recently I'm wondering about buying a new one for a hot spare. If I did, am I right in thinking the scene displayed on the 2nd remote wouldn't automatically be in sync with the one in active use? If we were using remote 1 and it locked up we'd have to pick up remote 2 and go into the correct scene from the index page?
Please Log in to join the conversation.
- Nillaz
- Offline
- User
-
Less
More
- Posts: 443
- Thank you received: 36
1 year 8 months ago #3686
by Nillaz
Replied by Nillaz on topic Hot spare smartremote?
I do this with a second remote. It doesn't synchronize automatically and you have to load the scene on the second remote. I've been thinking a bit about how to make this happen but I'm not there yet. It would be a lot easier if there was a server variable that tracks if a remote is awake/sleeping but as far as I can tell none of the remotes existing variables do this.
Please Log in to join the conversation.
- bitzerjd
- Offline
- User
-
Less
More
- Posts: 373
- Thank you received: 3
1 year 8 months ago #3688
by bitzerjd
Replied by bitzerjd on topic Hot spare smartremote?
Leveraging server variables allows for "states" to be correct on both remotes. This covers 99% of what I need. For example, if the HT is switched on, both remotes will change the correct volume. I don't worry about the same scene being loaded because getting to the right one is one, maybe two clicks away.
One of the design principles I had when building the system was to minimize specific remote coding. The remote simply fires a trigger that executes something on the server. Volume up/down fires a macro that determines what sound system is being used (TV, Soundbar, or HT)
One of the design principles I had when building the system was to minimize specific remote coding. The remote simply fires a trigger that executes something on the server. Volume up/down fires a macro that determines what sound system is being used (TV, Soundbar, or HT)
Please Log in to join the conversation.
- bowlingbeeg
- Offline
- User
-
Less
More
- Posts: 248
- Thank you received: 33
1 year 8 months ago #3693
by bowlingbeeg
Replied by bowlingbeeg on topic Hot spare smartremote?
I actually do this when I'm using the android app. Instead of having it directly change scenes I have it call a macro and pass the scene I want to go to. The macro will then the LoadScene to both the android app and the smart remote using the WebCmd. I do this mostly so that I can start up the theater from my phone in a different part of the house and when I get down to the theater it's already on the scene that I want.
You could take the same approach and "sync" as many remotes as you want.
You could take the same approach and "sync" as many remotes as you want.
Please Log in to join the conversation.
- andrew
- Topic Author
- Offline
- User
-
Less
More
- Posts: 339
- Thank you received: 28
1 year 8 months ago #3695
by andrew
Replied by andrew on topic Hot spare smartremote?
Some useful ideas there. Thanks both.
Please Log in to join the conversation.
- Nillaz
- Offline
- User
-
Less
More
- Posts: 443
- Thank you received: 36
1 year 8 months ago #3696
by Nillaz
Replied by Nillaz on topic Hot spare smartremote?
Hey man can you give an example of how this looks in a macro? I'm probably being dense but I'm not sure how to use a webcmd to trigger a scene change on a different device.I actually do this when I'm using the android app. Instead of having it directly change scenes I have it call a macro and pass the scene I want to go to. The macro will then the LoadScene to both the android app and the smart remote using the WebCmd. I do this mostly so that I can start up the theater from my phone in a different part of the house and when I get down to the theater it's already on the scene that I want.
You could take the same approach and "sync" as many remotes as you want.
Please Log in to join the conversation.
Time to create page: 0.213 seconds