
tpolito
Members-
Posts
153 -
Joined
-
Last visited
Everything posted by tpolito
-
The double space worked. Thanks!!!
-
I set up the nodeserver. I followed the instructions to request the codes and copy and paste them all into the "Value" field. When I go to the Admin Console, the device is working; however, I only have one choice under "Button Name". Am I supposed to created new Custom Configurations for each button individually? Based on the instructions, I was thinking I put them all under one configuration and would have the option to select the button from the drop down.
-
Really appreciate the help! Have any desire to build a Govee module, lol?
-
Thanks! With some limited testing that seems to have solved the problem.
-
No I don't think that is it. I've tested it outside of any timeframe that any schedules are set for. And it doesn't revert to any scheduled setpoint.
-
My Govee lights are the last component of my system that I cannot get to work reliably (or really at all) with the ISY. I have read through all the posts on this board, tried all the suggestions, and cannot get them to work. Is anyone aware of any new developments, or does anyone have a reliably working interface?
- 1 reply
-
- 1
-
-
If i understand your response, correctly, I don't think this would be the issue. My thermostats have a deadband of 3° between the heat and cool setpoints. So if the heat setpoint is set for 70, and I try to change the cool setpoint to 72, it will lower the heat setpoint to 69. For this program, the desired setpoint range is 14° apart. This works fine when setting manually at the thermostat or through the Nest app.
-
I have the Nest plug-in installed and mostly working, but I am having a repeatable problem with a program. I have two thermostats, and when I leave my home, I press a Keypad Button by my door and want the thermostats to adjust based on that keypad press to both have setpoints of 64° for the Heat setting and 78° for the cool setting. When I observe my nest app, what is actually happening when i press the button is that all four setting will reflect the change, but then one of them (I haven't figured out a pattern yet) will then revert back to it's previous setting. For example, when I just ran it, both thermostats changed to reflect the desired setpoint, but then my Master Bedroom Thermostat cool setpoint changed back from 78 to 75. Here is my program. Seemed pretty simple. And I added the "waits" in between based on reading that it may take time to process each command. But it is odd to me that it is reflecting the desired change and then changing back. Away - [ID 001B][Parent 0019] If 'Entry Hall Keypad - Garage Li / Entry Hall Keypad - Goodbye' is switched Off Then Set 'Tom’s House / Back Hallway' Mode Auto Wait 2 seconds Set 'Tom’s House / Back Hallway' Cool Setpoint 78°F Wait 2 seconds Set 'Tom’s House / Back Hallway' Heat Setpoint 64°F Wait 2 seconds Set 'Tom’s House / Master Bedroom Thermostat' Mode Auto Wait 2 seconds Set 'Tom’s House / Master Bedroom Thermostat' Cool Setpoint 78°F Wait 2 seconds Set 'Tom’s House / Master Bedroom Thermostat' Heat Setpoint 64°F Else - No Actions - (To add one, press 'Action')
-
Thanks! I guess I should have read the bold text in your instructions. Updating the firmware solved it!
-
I need some help. I downloaded the trial and completed the Authentication part. It returns me to the nodeserver, but still says the Current Status is Disconnected. I clicked "Discover" but nothing happens.
-
Setup: Eisy also running HA on it I have had my system working properly. Eisy controlling Insteon Devices. Polyglot Nodeservers functioning for SONOS and Govee. Running the HA overlay and it was working great. Now when I try to log into the Polyglot site, I get an error that says Http failure response. Coincidentally (or maybe related), HA is still working for any of my non-eisy devices, but can't connect to Universal Devices. All eisy programs and controls still work natively through the Admin Console. I have tried pressing the power button on the esiy, and unplugging it and plugging it back in. Around the time it quit working, I did change the login and password on the Admin Console. Ned help!
-
I had the Govee Noderserver installed and it had found all of my devices as nodes. The nodeserver itself was not working, so I uninstalled and reinstalled it. Requested a new api key from Govee. Added a Custom Configuration Parameter "api_key" and pasted the key. The nodeserver connects, but only finds one node "the controller". It finds this node whether I have the correct key entered or not, but will not find all of the devices. Anyone have any ideas what I can try?
-
I was way too far into it last night that I was making everything complicated. Had to take a step back and start over today. I knew I needed to turn the scene on, but was trying to "Adjust Scene" instead of just turning the scene on, which was my problem. Changed to "then" to turn on the scene and the "else" to turn off the scene. That created a new problem. If the scene was off and i turned on Switch 1 or Switch 2, the program would run the Else statement and immediately turn off the scene, including both switches. I don't know if this is the most efficient way to do it, but to get it to work... After going through circles writing multiple programs, I ended up back with one program. If Switch 1 status is 100% AND Switch 2 status is 100% Then turn on the scene which also turns on the Keypad button. //For the Else statement, I created a new scene with only the Keypad button in it as a responder// Else turn off the scene with only the button in it.
-
No idea what happened, but somewhere in all the resets and reboots, I got it working now. Thanks for the help on a Saturday night!
-
I assume my Then statement is the problem, because even if I just run the "then" they keypad button still doesn't turn on.
-
No, I didn't see the edit before I responded. However, I do only want the keypad button to light up if BOTH are on. In other words they are all part of a scene controlled by the Keypad. So only if they both turn on, I want the keypad to reflect the status on the scene.
-
The program code leaves a little bit of info out. For the "Then" statement, I chose Adjust Scene, selected that Scene in both Scene and Controller. Then there is a "Set" field which I selected the button and picked "Insteon" On.
-
That is what I was attempting to do (see program in first post). I am just not sure I set up the program correctly.
-
When I view the PLM Links Table through the admin console it shows up. As I expected. I just can't see it anywhere in the admin console.
-
No, switch 1 and switch 2 are not controllers, they are only responders. They do not turn each other on. That is working properly.
-
Tried that too. I am at a total loss. I manually linked it to another keypad and that is working too. Was hoping I could re-add that Keypad keeping existing links, but not sure I did that right.
-
I should have explained the setup a little better. Master Bath Switch 1 and Master Bath Switch 2 are in the scene as responders. Master Bath - Keypad is the keypad button and is a controller. The scene works fine when the Keypad is pressed. Both switches (and the keypad button) turn on or off as they are supposed to. I don't always use Switch 1 and 2 together though, so when I do turn them both on locally (independently), I want the keypad button to turn on as well. So that it knows that both switches are on and if I press the keypad button it will turn them off (without having to press it twice).
-
Yes. Clicked on IoX, sorted by address, and it is not there.
-
I still want that button to turn on and off the group of switches. How would I accomplish that if I remove them from the scene?