-
ELK M1 and EISY issues after power outage
I don't have a Elk M1 but here is a general suggestion: program (in IoX) a variable as a flag that gets set upon startup, and create a program that looks for the flag set to that value, then have the program reset the flag, set your alarm status to a temporary value (armed might be the best one) and then query the M1 for it's status to update the eisy.
-
eisy keeps going "Offline" Several times per week
Well it might be more a function of the hardware platform or FreeBSD, depending on how far it gets or where it stalls in the reboot after a power glitch. It would be interesting to have a screen and keyboard attached to the controller (though that's not possible with a Polisy, only a eisy) to see what exactly happens. But an external delayed power on would probably be the best workaround.
-
eisy keeps going "Offline" Several times per week
Sounds like you could use a power on delay circuit module, to delay the startup of your controllers for several seconds. Most of these are sold as low voltage devices with relays, but you could install it inline with the low voltage power going into the controller.
-
Trouble with new device
But did you try rebooting the eisy after adding it back? That appears to be the workaround suggested.
-
Trouble with new device
Have you tried doing a factory reset on the switch first?
-
Insteon not working but ZWave is fine
It could be a failing PLM. If you have a spare Insteon module laying around, try linking it. Or factory reset a seldom used module and try a device restore. How old is your PLM?
-
Thermostat Recommendation Needed
Nice. Take the time to read it's detailed documentation. You can configure when each stage kicks in based on time the previous stage has been running, or on temperature differential from setpoint. You can choose to keep the additional stages going until the setpoint is reached, etc. It's very configurable.
-
Can't log in with IoX
Does the login box say "use your IoX login name and password". If not, does it ask for your portal login (email) and password ? Just make sure you're using the right ones
-
On/Off Outdoor Modules don't respond to commands
Have you tried doing a factory reset and then a device restore in IoX?
-
4 way switches and alexa
You would need to create a program to detect the status change of the two switches, and turn on the light. Something like this: If icon status is On Or keypad button status is On Then Turn on switchlinc Operating the secondary switches manually has them send out the comnands due to links, but status changes caused by external commands (between the controller and secondary switches) only update them, not having them send out commands.
-
EISY Offline Problems
Let us know how it goes.
-
EISY Offline Problems
Well, it couldn't stop the isy service because it wasn't running...which corresponds to your problem. Otherwise it says it's restarting it. So try connecting again to the admin console. It it still doesn't work, you'll probably need help from UDI.
-
EISY Offline Problems
So the eisy is there. Harmless thing you can try: redo the ssh command and enter "admin" as the password. If that doesn't work, try your IoX admin password. When you get to the $ prompt, try restarting the isy service: $ sudo service isy restart You should see messages like shown below, if it restarts ok. Any error messages might give you a hint as to what might be wrong.
-
EISY Offline Problems
Ok, have you tried a connection to it with ssh? From a windows command prompt, enter: C:\ ssh admin@eisy.local Does it connect and ask you for a password?
-
Trying out the plugin. Not working as expected
Yes, that's how I typically capture a value from a sensor into a variable, by running a test that's always true. I'm not planning on using the high/low limit values or event triggers from the temperature sensor. That s_yolink_high_temp variable was just for testing purposes, to increment that variable by 1 every time the sensor temperature went over 26 C (I'd trigger it by holding the probe in my hand). The second way that would work here is by capturing the value in a variable and then testing against that, as I indicated in my later post. My intended use is for two things: First is to be able to ask Alexa what the pool water temperature is. This works, directly with the yolink's Alex skill (the connection to eisy isn't even needed). The second use will be to update my solar pool heating setup by capturing the water temperature to a variable, and also the temperature in the enclosure where my solar heating coils are on the roof with a second temperature sensor (I have 1200' of hose, in glass covered enclosures). Currently what I have up there is just a mechanical on/off thermostat, giving me a contact closure when it's above 80 F. In my updated version, I want to compare the water temperature against the enclosure temperature, ideally the water temperature where it exits the enclosure, and turn the valve to activate the solar heat when the water up in the enclosure exceeds the pool temperature by a certain margin.