Unable To Add Orvibo S20 Outlet

I am unable to integrate an Orvibo S20 with HA. Below is the relevant log info.

17-01-07 22:22:33 homeassistant.loader: Unable to find component sensor.orvibo
17-01-07 22:22:33 homeassistant.bootstrap: Unable to find platform sensor.orvibo
17-01-07 22:22:33 homeassistant.core: Bus:Handling <Event call_service[L]: domain=persistent_notification, service=create, service_data=message=The following components and platforms could not be set up:
* sensor.orvibo
Please check your config, notification_id=invalid_config, title=Invalid config, service_call_id=139724373416424-1>
17-01-07 22:22:33 homeassistant.core: Bus:Handling <Event state_changed[L]: new_state=<state persistent_notification.invalid_config=The following components and platforms could not be set up:
* sensor.orvibo
Please check your config; title=Invalid config @ 2017-01-07T22:22:33.657997-06:00>, entity_id=persistent_notification.invalid_config, old_state=None>

The S20 is setup via the accompanying app, and is working via the app. I can ping the S20 from the system running HA (both devices are on the same subnet).

Here is sensor config. This is coming from a split configuration file (IE sensor: !include sensors.yaml)

#sensor 6

  • platform: orvibo
    discovery: false
    switches:
    • host: 192.168.0.200
      name: “Socket 1”

What other troubleshooting can be performed to isolate what is causing the issue?

Do you mean to have that in switches.yaml?

Here is my switches.yaml (and it looks identical to your setup):

- platform: orvibo
  discovery: false
  switches:
  -  host: 10.0.1.11
     name: living_room_lamp

Ah yes, thank you!

This was making my brain hurt for the last day.

Sometimes the simplest solutions hurt the worst. You’re welcome!