Getting Insteon "Links"?

I have gotten all my devices from my hub into HA. I have a couple of places where I have 2 2477D dimmer switches acting like 3-way switches. I think that is “linking”. I thought I could get that link information out of the hub by using a service like:

service: insteon.load_all_link_database
data:
  entity_id: light.switchlinc_dimmer_33_a9_6f

and then display that information with:

service: insteon.print_all_link_database
data:
  entity_id: light.switchlinc_dimmer_33_a9_6f

When I execute the service calls, I get a green check box, but nothing “printed” anywhere. Is it possible that this “link” is just in the hardware between the 2 switches and the Insteon app “links” are a different thing and they actually don’t exist for me?

What is the expected output of running these 2 services?

Also,

My hub definitely has “scenes”. Can I get those out of the hub and into the HA Scenes?

I have the exact same issue, except I’m including the word “all” as the entity ID, but nothing happens, nothing prints, nothing shows up in the logs or history … stumped

Did you figure out a solution to the issue?

Not me. Surprised someone else doesn’t have the solution to this. Seems like all of us Insteon folks would want to do this.

I found this thread last night and was able to get it to print:

Thanks. I’ll see what I can figure out from that thread.

… time passes …

Ok, I see stuff in the log now. I don’t know how I missed that you have to set up the log. (Maybe it wasn’t stated).

I added this to configuration:

logger:
  default: warn
  logs:
    homeassistant.components.insteon: info