Insteon Cover for I/O Link

I’m going to add to this discussion…
I just setup my iolinc on my garage and the sensor is showing up as a switch in HA.
When the sensor is closed, the “sensor switch” in HA turns off but the actual relay switch in the front end also turns off. Nothing happens with the physical device but they are mirrored in the front end when the sensor changes.

I am in the process of switching to using Home Assistant thanks to Insteon going belly up. I have 37 devices all set up and they all seem to work so far, except the “sensor” part of the I/O Linc. I rigged up my own garage door opener using the I/O Linc and it worked fine with the hub.

But HA is not changing sensor status. It only ever says closed. Should this be fixed in my Synology HA integration? (Refreshing the page doesn’t change the status)

… time passes …

Here is what is in the configuration.yaml (as far as I can figure out):

{
    "address": "41f1d7",
    "cat": 7,
    "subcat": 0,
    "firmware": 0,
    "engine_version": 2,
    "aldb_status": 1,
    "aldb": {
      "4095": {
        "memory": 4095,
        "in_use": true,
        "controller": true,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 1,
        "target": "2ad4ad",
        "data1": 3,
        "data2": 0,
        "data3": 0
      },
      "4087": {
        "memory": 4087,
        "in_use": true,
        "controller": false,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 7,
        "target": "2ad4ad",
        "data1": 0,
        "data2": 0,
        "data3": 0
      },
      "4079": {
        "memory": 4079,
        "in_use": true,
        "controller": false,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 6,
        "target": "3f4873",
        "data1": 0,
        "data2": 0,
        "data3": 0
      },
      "4063": {
        "memory": 4063,
        "in_use": true,
        "controller": true,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 1,
        "target": "49e167",
        "data1": 3,
        "data2": 0,
        "data3": 0
      },
      "4055": {
        "memory": 4055,
        "in_use": true,
        "controller": false,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 0,
        "target": "49e167",
        "data1": 0,
        "data2": 0,
        "data3": 0
      },
      "4047": {
        "memory": 4047,
        "in_use": true,
        "controller": false,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 24,
        "target": "49e167",
        "data1": 0,
        "data2": 0,
        "data3": 0
      },
      "4039": {
        "memory": 4039,
        "in_use": true,
        "controller": false,
        "high_water_mark": false,
        "bit5": true,
        "bit4": false,
        "group": 1,
        "target": "49e167",
        "data1": 0,
        "data2": 0,
        "data3": 0
      },
      "4031": {
        "memory": 4031,
        "in_use": false,
        "controller": false,
        "high_water_mark": true,
        "bit5": false,
        "bit4": false,
        "group": 0,
        "target": "000000",
        "data1": 0,
        "data2": 0,
        "data3": 0
      }
    },
    "operating_flags": {
      "program_lock_on": false,
      "blink_on_tx_on": true,
      "relay_on_sense_on": false,
      "momentary_on": true,
      "momentary_on_off_trigger": false,
      "x10_off": false,
      "sense_sends_off": false,
      "momentary_follow_sense": true
    },
    "properties": {
      "prescaler": 1,
      "delay": 20,
      "x10_house": 32,
      "x10_unit": 0
    }

I’m wondering about these parts:

    "operating_flags": {
      "program_lock_on": false,
      "blink_on_tx_on": true,
      "relay_on_sense_on": false,     <====?
      "momentary_on": true,
      "momentary_on_off_trigger": false,   <===?
      "x10_off": false,
      "sense_sends_off": false,                 <====?
      "momentary_follow_sense": true

Your config looks fine. Looks like you have a typical setup for a momentary delay of the relay at 2 second delay. The ALDB looks OK except I don’t see a group 0 entry. This should not cause the issue identified here but have you tried to add the default links?

What are “default links”?

… time passes …

After another forum member talked about using his I/O Linc, I took a closer look at my setup. I did my own “garage opener” by hooking up a magnet on the door and hooking the I/O Linc to a remote a disassembled so the I/O Linc could signal a press.

I was going to check the wire for continuity at the I/O Linc, but I noticed that the magnet wasn’t EXACTLY lined up with the alarm sensor I used. As soon as I lined it up, the HA status changed when the door opened and closed.

Only problem is that it is still saying Open when Closed and vice versa. I’m guessing that the version if HA I’m using in a Docker on my Synology box is the one before that was fixed. I wonder what else is old on what I have.

Still, I’d like to know what you meant by default links.

These are links between the modem and the device that aid in the proper use of the device. The Hub app never worried about these because the Hub App always queried the device every time it wanted to know the status rather than relying on the notifications from the device to keep the status updated. In Home Assistant the device is only queried once at startup and then after that it keeps the status by listening for messages from the device. At any rate, you an add default links for the device with the following steps:

  1. Select Developer Tools from the side menu.
  2. Select the Services tab at the top of the page.
  3. In the Service selection box select Insteon: Add default links.
  4. In the entity box enter the name of any Insteon entity such as switch.i_o_linc_1a_2b_3c_relay
  5. Press the Call Service button.

The service will run in the background. This will update the ALDB to have a set of “standard” links between the modem and the device. If any of your device statuses are not reflected correctly in HA., this is usually the first thing to try.

Great to hear :smile:

I’ll give it a try. Thanks.

Since you appear to be comfortable moving around the operating system (I am guessing this because you use a Synology box), you may want to try the Insteon Panel, which will give you more control over your devices. It includes a button to add the default links and direct access to edit the ALDB.

Insteon control panel - Share your Projects! / Lovelace & Frontend - Home Assistant Community (home-assistant.io)

Also, the IOLInk still appears to have the Open/Closed state backwards. Sorry about that.

Well, I THOUGHT that was fixing it, but then it didn’t. It seemed to say opened and closed when it should and then, about 10 seconds after it closed, it switched the status to say open again. I also THINK that when I push the “toggle” button icon, to On, for instance, after a short time, it goes back to the off position. I’m not sure because I don’t want the neighbors wondering why the heck my garage door is going up and down a thousand times.

But it just doesn’t look like it does the right thing as far as status goes. And maybe the display of the button. I noticed that other people used a “Cover”. Maybe I should figure out how to use that. Or make my own UI. Is there a place we can complain about it not working right?

I AM comfortable moving around the operating system a bit. I was a professional programmer. I wrote my first program in 1966. My college quantum mechanics course told us to go out and solve Shcroedinger’s wave equation using a computer with a given set of boundary conditions. So we all went out and learned Fortran and made it work. So I’ve worked with many languages, machines, and OSes over the years. Favorite language was PL/I, favorite OS was OS/2, favorite UI development environment was XAML. Also programmed in Cobol, Pascal, C++, and others.

The switch is going to the off position because the relay is turning off automatically. This is how you have the IOLinc configured. The button in HA is following the state of the relay correctly but does not appear to be following the state of the sensor correctly.

One way to see what is happening under the hood is to turn on logging. You can enter the following in the configuration.yaml file located in your config directory:

logger:
  default: info
  logs:
    pyinsteon.topics: debug
    pyinsteon.messages: debug

After you put this into your configuration file, you need to restart HA. Wait about 5 - 10 minutes after HA starts up and send me the lines in the logfile that correspond to the timing of the tests (Putting the system in debug mode will produce a lot of content but I only need the 30 - 60 seconds of data related to putting the garage door up and down a couple of times).

Well, that was odd. I’ll have to do it again. When I got done, all I saw in the log was the initial setup, but nothing about the events with the device.

Well, I’m shot for today. Here is what I got for the log:

2022-04-19 15:50:08 INFO (MainThread) [homeassistant.setup] Setup of domain logger took 0.0 seconds
2022-04-19 15:50:08 INFO (MainThread) [homeassistant.setup] Setting up system_log
2022-04-19 15:50:08 INFO (MainThread) [homeassistant.setup] Setup of domain system_log took 0.0 seconds
2022-04-19 15:50:08 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds
2022-04-19 15:50:08 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'network', 'zeroconf', 'search', 'usb', 'analytics', 'diagnostics', 'dhcp', 'frontend', 'person', 'config', 'websocket_api', 'system_log', 'http', 'api', 'ssdp', 'onboarding', 'cloud', 'webhook', 'auth', 'image', 'lovelace', 'device_automation'}
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up dhcp
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up http
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up lovelace
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up device_automation
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain device_automation took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain lovelace took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain http took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up diagnostics
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up config
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up websocket_api
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain websocket_api took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up api
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain api took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up webhook
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up auth
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain auth took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain diagnostics took 0.1 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain config took 0.1 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up image
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up search
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain search took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up analytics
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up network
2022-04-19 15:50:09 INFO (SyncWorker_0) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant
2022-04-19 15:50:09 INFO (SyncWorker_4) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up usb
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain image took 0.1 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain analytics took 0.0 seconds
2022-04-19 15:50:09 INFO (SyncWorker_2) [homeassistant.loader] Loaded camera from homeassistant.components.camera
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up person
2022-04-19 15:50:09 INFO (SyncWorker_4) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up zeroconf
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up ssdp
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up cloud
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain person took 0.4 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up onboarding
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain onboarding took 0.0 seconds
2022-04-19 15:50:09 INFO (SyncWorker_3) [homeassistant.loader] Loaded hassio from homeassistant.components.hassio
2022-04-19 15:50:09 INFO (SyncWorker_4) [homeassistant.loader] Loaded device_tracker from homeassistant.components.device_tracker
2022-04-19 15:50:09 INFO (SyncWorker_1) [homeassistant.loader] Loaded panel_custom from homeassistant.components.panel_custom
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up frontend
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'history', 'tts', 'input_text', 'trace', 'met', 'input_number', 'tag', 'input_datetime', 'blueprint', 'timer', 'sun', 'input_select', 'radio_browser', 'energy', 'zone', 'logs', 'my', 'counter', 'input_button', 'system_health', 'script', 'mobile_app', 'map', 'group', 'scene', 'automation', 'input_boolean', 'media_source', 'logbook', 'default_config', 'insteon'}
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up history
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up input_text
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up trace
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up met
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain met took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up input_number
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up tag
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up input_datetime
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up blueprint
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up timer
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up sun
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up input_select
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up radio_browser
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain radio_browser took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up zone
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up my
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up counter
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up input_button
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up system_health
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up map
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up group
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up scene
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up input_boolean
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up media_source
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up logbook
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setting up insteon
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.setup] Setup of domain insteon took 0.0 seconds
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-04-19 15:50:09 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant
2022-04-19 15:50:10 ERROR (MainThread) [homeassistant.setup] Setup failed for logs: Integration not found.
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up energy
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.4 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain group took 0.4 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up automation
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 0.4 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 0.4 seconds
2022-04-19 15:50:10 INFO (SyncWorker_4) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 0.5 seconds
2022-04-19 15:50:10 INFO (SyncWorker_4) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up tts
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up script
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up sensor
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123
2022-04-19 15:50:10 INFO (SyncWorker_4) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor
2022-04-19 15:50:10 INFO (SyncWorker_0) [homeassistant.loader] Loaded notify from homeassistant.components.notify
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.group
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 0.5 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up mobile_app
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain script took 0.1 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.1 seconds
2022-04-19 15:50:10 INFO (MainThread) [pyinsteon.protocol.http_transport] Insteon Hub reader started
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up notify
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up device_tracker
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.mobile_app
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.mobile_app
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain device_tracker took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up default_config
2022-04-19 15:50:10 INFO (SyncWorker_5) [homeassistant.loader] Loaded backup from homeassistant.components.backup
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.components.device_tracker] Setting up device_tracker.mobile_app
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up backup
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.0 seconds
2022-04-19 15:50:10 INFO (SyncWorker_4) [homeassistant.loader] Loaded stream from homeassistant.components.stream
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setting up stream
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.0 seconds
2022-04-19 15:50:10 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.1 seconds
2022-04-19 15:50:12 INFO (SyncWorker_3) [homeassistant.loader] Loaded weather from homeassistant.components.weather
2022-04-19 15:50:12 INFO (MainThread) [homeassistant.setup] Setting up weather
2022-04-19 15:50:12 INFO (MainThread) [homeassistant.setup] Setup of domain weather took 0.0 seconds
2022-04-19 15:50:12 INFO (MainThread) [homeassistant.components.weather] Setting up weather.met
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 33a96f
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 2f986a
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 2f9bf5
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 2f9b26
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 33ab34
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 48450d
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 48451c
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 2838bf
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4ebe4f
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4d7912
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4ed9db
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4ece63
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4ed8fc
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f2908
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f2cea
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 55cd4b
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 55d6b5
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f340c
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 55d763
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f35fd
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f2690
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 55d736
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f34ed
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 527592
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 500fb0
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4f3ca2
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 50219b
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 55cd08
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 5840ac
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4d7897
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4d7a1a
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 4d7a5f
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 543598
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 41f1d7
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 5436d7
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 5021f0
2022-04-19 15:50:13 INFO (MainThread) [pyinsteon.managers.device_manager] Adding device to INSTEON devices list: 3f4873
2022-04-19 15:50:13 INFO (SyncWorker_5) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2022-04-19 15:50:13 INFO (SyncWorker_1) [homeassistant.loader] Loaded fan from homeassistant.components.fan
2022-04-19 15:50:13 INFO (SyncWorker_3) [homeassistant.loader] Loaded cover from homeassistant.components.cover
2022-04-19 15:50:13 INFO (SyncWorker_5) [homeassistant.loader] Loaded light from homeassistant.components.light
2022-04-19 15:50:13 INFO (SyncWorker_4) [homeassistant.loader] Loaded switch from homeassistant.components.switch
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.insteon
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setting up climate
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setting up fan
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setup of domain fan took 0.0 seconds
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setting up cover
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setup of domain cover took 0.0 seconds
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setting up light
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setting up switch
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.climate] Setting up climate.insteon
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.fan] Setting up fan.insteon
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.cover] Setting up cover.insteon
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.switch] Setting up switch.insteon
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.0 seconds
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.light] Setting up light.insteon
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 4.95s
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.core] Starting Home Assistant
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.core] Timer:starting
2022-04-19 15:50:13 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast
2022-04-19 15:50:13 INFO (SyncWorker_0) [homeassistant.loader] Loaded synology_dsm from homeassistant.components.synology_dsm
2022-04-19 15:50:13 INFO (SyncWorker_5) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp
2022-04-19 15:50:13 INFO (SyncWorker_0) [homeassistant.loader] Loaded dlna_dms from homeassistant.components.dlna_dms
2022-04-19 15:50:15 INFO (SyncWorker_2) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify
2022-04-19 15:50:15 INFO (SyncWorker_3) [homeassistant.loader] Loaded denonavr from homeassistant.components.denonavr
2022-04-19 15:50:15 INFO (SyncWorker_5) [homeassistant.loader] Loaded dlna_dmr from homeassistant.components.dlna_dmr
2022-04-19 15:50:15 INFO (SyncWorker_0) [homeassistant.loader] Loaded roku from homeassistant.components.roku
2022-04-19 15:51:36 INFO (MainThread) [homeassistant.components.stream] Stopped stream workers
2022-04-19 15:51:36 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [140503183573488] Connection closed by client
2022-04-19 15:51:36 INFO (Recorder) [homeassistant.components.recorder.pool.RecorderPool] Pool recreating
2022-04-19 15:51:36 INFO (MainThread) [pyinsteon.protocol.http_transport] Insteon Hub reader stopped

When you said the “service will run in the background”, did you mean that it is ALWAYS running, or that it will run ONCE in the background. How does one know that the service has finished running? Is it when the Green Checkbox appears or does that just indicate that it spun off that service task successfully?

Do you know where the documentation is for that?

I have the exact same issues going on with my I/OLinc insteon device. I dont know much about coding and HA but just starting to learn. Mine seems to work individually opening and closing the garage door; however couple things are weird. 1. The status button that I click to open and close the garage always turns on for a couples seconds then goes back to a closed state; however the garage stays in its open or closed position. 2. the sensor is backwards meaning when its closed, its actually open and when its open its actually closed. I can just fix this physically by seperating the sensors when its closed and together when its open. 3. When creating a good night scene and wanting the garage to closed with lights; everything shuts off but the garage will not respond at all. Wont open or close the garage at all.

Any thoughts?

Is this something I need to do? if so how? not sure where to insert code. “Insteon: I/O Linc - Garage Door Status settings issue with HASS · Issue #38412 · home-assistant/core · GitHub

I’m a beginner at HA. Just started doing stuff a couple of days ago because of Insteon screwing us.

Someone else told me that the relay is supposed to go back off. When you click it on, I think it gives power to the relay, the relay closes, and then the power is off the relay so it is open again. That is separate from the sensor which is supposed to tell if the door is closed or not.

Sorry, but I don’t know about your other questions.

thank you! wonder how i can make a good night scene so it checks the sensor and if open it will close the garage and if closed, it will not trigger the iolinc?

Just guessing without trying. Add an automation that depends on Sun entity and has a condition for the sensor state?

lol well that makes sense, ill have to try it out.

Thanks for fixing the logic flip for Insteon Hub in the July release! Any chance that the same bug is still present in the ISY frontend code for IOlink? I’m seeing the color toggle reversed now that I moved to my ISY. Not knowing who owns what I figured I start asking here…

The ISY and the core Insteon components are completely separate so it is not a related issue.