I am really enjoying HASS however I am unable to get my INSTEON roller shutters to display.
In my previous configuration, I manually updated the insteon_local_lights.conf file to include the INSTEON IDs of the roller shutter controllers. This worked, and they appeared as lights in Home Assistant. I was able to turn on/off and “dim” them to partially open the shutters.
Does anyone know where the insteon_local_lights.conf file is located within HASS IO and how I would access it?
OK it is Cat: 0x0E Subcat: 0x01. If you are willing to experiment with me, I can try to get a working version in insteon_plm. I have a test version that supports the Hub.
I have the developer notes for the device but I am a little confused on the practical application. Basically the device works like a dimmer. You can set it to a value and it “opens” or “closes” based on the value.
I am confused about the “instant on” command. This seems redundant to other commands but wanted to know if there was something special about the “instant on” command. From an end user view you may not even see this, if so, then fine.
This appears to be for window covers, correct? Technically it could be used for any motorized device but should I look at this as a window cover or a dimmable switch?
It has four operating/installation modes:
Without switch
Latching
Single Momentary
Dual Momentary
Do you know what the default mode is? I plan to design to that as a first implementation.
Nothing special about the instant on command. It is probably ignored.
Yes it is simply two relays in a little box. It also has memory to store number of seconds required to leave the motor running for up/down and percentage commands. It should be implemented as a window cover.
I believe the default from the INSTEON app is Dual Momentary. Basically it has two wires connecting to the unit that connect to the original hardware buttons installed at the wall switch. One wire for up, one wire for down.
If you quickly press and release the up button, the shutter opens fully. If you press and hold the up button, the shutter will move up until you release (for partially opening). Down button is the same.
All of this functionality is handled within the INSTEON device itself, Home Assistant just controls Open, Close and Brightness % for partially open.
This device was not that hard. I just posted a pull request for it to be added to the next release of Home Assistant. I am not sure if it will make it into 0.77 but it should be in 0.78,