Hi Graydon,And, if I try to change the temperature from Moonlight, it is completely unresponsive.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
So when I pull it up in myDesigner and launch the remote, click on the ecobee icon, and try to change the temperature, here is the log that shows up-05/04/2024 23:01:46.01 · DEBUG · Server.doCommand - activate-source.thermostat-downstairs from smartremote-fx-6u2bI am not understanding what you mean by "linking up in myDesigner". Is the issue that you can't edit webpages in myDesigner? Or something more specific with a climate.html type webpage? Send us your myDesigner PC's Teamviewer Host ID and password if you want us to see if there is any networking issue with myDesigner connecting to myServer.Thats correct- Like I said I have it linked in my server, but there is no evidence of it linking up in myDesigner. If you hit F12 in myDesigner, there is nothing like remotely looks like it has any ties into myserver.If you look in the ecobee thermostat driver's Command Builder...you should see
Climate|1~SelectDevice
Select the thermostat you want to interact with.
Then Allonis's default user interfaces should display temps for that thermostat. And any actions (like set temp) should be specific to that thermostat.
If that doesn't work, post what's in the event log when you both do the SelectDevice command, and then the thermostat action.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I think Andrew is right...I think the Smartremote-sample doesn't include the button to select which thermostat (even if there is one). Should work once that variable is set.I'm afraid I can't tell you how to fix it but I think I can see what the problem is. The myServer dashboard view of the thermostat and the emulated remote in myDesigner are two completely different clients as far as the system is concerned and for control to work in either of them then the thermostat has to be selected in that particular client context. As you've shown this is working in the myServer dashboard. But when you try to use the thermostat in the emulated remote the active device isn't getting set. When the "Climate|{{{{activeroom_{{clientname}}}}_thermostat_id}}~SelectDevice from smartremote-fx-6u2b" command runs it actually says it runs "Climate|~SelectDevice" whereas what it should be running is "Climate|1~SelectDevice". So I'm guessing that in your activate source macro or somewhere else, some part of the activeroom_{{clientname}}}}_thermostat_id variable isn't getting set correctly. You can then see the effect of this later in the log when you try to turn the temperature down and it runs "Climate|~settemp~down" instead of "Climate|1~settemp~down". Are you selecting the room in the emulated remote, and the thermostat is allocated to that room?
I hope this might help and it's not just regurgitating what you already know.
Andrew
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.