
maxnorth
Members-
Posts
204 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
maxnorth's Achievements
-
I finally installed my RatGDO and faced a similar problem. Here is my experience. If you just want your KPL light to come on when the door is open and off when closed, simply create a scene with the RatGDO and the KPLs involved, and it should just work. If your KPL is set to "toggle" mode, when the toggle sends an "on" the door will open and the KPL light will come on. When it sends an "off" the door will close and the light will go off. In this scenario, you should not use a separate scene to control the LED, because your door will no longer work properly if the off/on status of the KPL gets out of sync with the actual door status. In my case (previous IO Linc user), I have always had my LED set to be on when the door is closed. That provides me positive confirmation that the door is actually closed, whereas no light does not. I have three KPLs with garage door buttons. So, how to do this? I do not put the RatGDO and KPLs in a scene together. The method I used was to set my KPL buttons to non-toggle (on). So, every press sends an "on". I created a program that says anytime a button "on" is received, "toggle" the RatGDO. This program is dumb -- it does not care about door status. Then, to control the LEDs I created a scene containing only my KPL buttons. I created two programs. When RatGDO door status is closed, turn the scene on (the LEDs turn on but no command is sent to the RatGDO). When door status is open, turn the scene off. This seems to work perfectly fine. This is not needed if you are content with having the LED on when the door is open.
-
maxnorth started following Backup Questions , Plugin (Node) Not Available for a Program , ratgdo Reliability and 4 others
-
This happened to me with the Tasmota node server at one point, and the developer fixed the node server.
-
I currently have a contact sensor to detect the garage door position, with the IO Linc. Is it true that with Security + 2.0, I no longer need that? The door position is signaled by the control board on the opener?
-
I am considering switching to the ratdgo from Insteon IO Linc for reliability reasons. I am tired of having my garage door open by itself, due to "all on" events or other reasons. I currently have a lock out on my IO Linc that I activate when out of town, but that is not enough. My question is whether users have been satisfied with the reliability of the ratdgo from a security perspective. I have an eisy, Home Assistant/ESPHome, and HomeKit integration. I could just use HA with the ratdgo if introducing the node server would increase security concerns. But using the node server in addition would make program development easier. Are people using electronic lockouts with the ratdgo? Thoughts?
-
If you can use the Home Assistant to ISY integration and ESP Home, Apollo MSR-2 presence sensor. Uses a LD2410B mmWave board. Radar. Very sensitive and very configurable. It completely solves all of my presence issues. Also has an issue with false positives, so it is best used for "off" programs only, not "on." You can also build your own using a C3Mini ESP-32 board.
-
Same behavior here, although I am on 5.8.4.
-
You have a choice on Synology (depending on your model) of using Docker or the Synology Virtual Machine Manager (VMM). The former is quicker and easier to install, but more laborious to update over time. The latter is harder to install but will give you access to all the features of the Home Assistant Operating System over time. (HA is improving its own voice control capability, by the way).
-
I believe the basic approach for controlling KPL LEDs is to create another scene with only the LED in it. Then create a program that will turn that scene on or off. When the garage door is open, run the program to turn the LED on. When closed, off. (fwiw, I have mine set to turn the light on when the door is closed. It's sort of a failsafe so I know it is working properly.)
-
Thanks. On my Mac, it does not remember the path.
-
I have been making a bunch of changes to my system lately, so doing a lot of backups. This has raised some questions: 1. Why does EISY (IOX 5.8.4) not allow one to set a backup path that is static? All backups would then go to that location, unless changed at the time of backup. (my backup path is five levels deep, so this would save quite a bit of time). 2.Why does EISY not allow one to set backup options, like backup on every close of the AC, or backup every 14 days? Or delete backups older than xx? 3. Why is there no command line option or API to allow one to schedule backups outside of the AC? EISY is the only system I'm using that I can think of that requires me to do a manual backup.
-
maxnorth started following Elk PG3 and Home Assistant
-
IPG3 am running the Elk NS and Home Assistant. Do I need to have the Home Assistant integration installed to see my Elk devices. I don't and don't. I DO see my Elk NS and my two areas, House and Shop. But there are no devices shown in either area. Just wondering if is intended that I need to install the Elk integration in HA in order to see my devices.
-
I’m glad it is working for you.
-
See the screenshot. This updates the value of a variable. Slightly different than the "run" command you want, but the principles are the same. The last bit is the trickiest. Add a header, type "Authorization" and then type "Basic" and then add your encoded password by inserting the variable.
-
FWIW, I think the new interface is not good. I'd eliminate the "home photo" that appears at the top of various screens, with partial transparency and black text overlaid on the dark photo. Really bad and confusing for the user. It makes the UI look broken or like it is not rendering properly.