#Tapo P100

1 messages · Page 1 of 1 (latest)

onyx crater
#

Did you restart HA after doing all that?

rotund stratus
#

try doing on the control panel but no luck

#

doenst let me because it says it cant find that component

onyx crater
#

What's the full error message?

rotund stratus
#

The system cannot restart because the configuration is not valid: Platform error switch.p100 - Integration 'p100' not found.

onyx crater
#

Ok. Remove that section from configuration.yaml, restart HA. Add that section back in, restart again.

rotund stratus
#

ok let me try

onyx crater
#

When you try to restart, it tests your config against your current integrations. If you just copied in a new custom integration, it hasn't been loaded and the check will fail.

rotund stratus
#

ok it did the restarts ok

#

but still doenst showup on the panel

onyx crater
#

Great. Check your logs, see if there are any messages about p100

rotund stratus
#

2021-07-28 22:44:48 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo_p100_control which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-07-28 22:45:05 ERROR (MainThread) [homeassistant.config] Platform error: switch - Integration 'p100' not found.

onyx crater
#

The first one is okay and will always appear because it's a custom integration. The second one means there's a problem with your config.

#

.share the section of your config in here as text (no screenshots)

rotund stratus
#

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

switch:
platform: tapo_p100_control
ip_address: 192.168.x.xxx
email: xxxxxx@gmail.com
password: xxxxxxxx

#

it seems to be doing soemting now on the logs

#

2021-07-28 22:53:28 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration tapo_p100_control which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2021-07-28 22:55:24 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: switch.tapo_p100_control, rpi_power

onyx crater
#

That's better. This time you have this (correct):

    platform: tapo_p100_control```
Before, you had this (incorrect):
```switch:
    platform: p100```
rotund stratus
#

but if the folder has the same name that is on the config does it matter

#

i see the module now

#

thx for the help