Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check config stuck on loop #265

Open
Poker1410 opened this issue Oct 7, 2020 · 11 comments
Open

Check config stuck on loop #265

Poker1410 opened this issue Oct 7, 2020 · 11 comments

Comments

@Poker1410
Copy link

Hi all
I have Hass.io (64bit) installed on a RaspberryPi 4 8GB (32bit is not available on 8GB).
I am trying to install the sonoff component but I am having problems with the configuration.yaml file.

As soon as I add to the config.yaml the sonoff lines, as per below, hassio's check config sits there and "thinks" with the spinning circle.
If I comment the sonoff component in the config.yaml the check config gives me green light immediately.
This makes me say that it is an issue with the sonoff config...?
The .py files are saved, as per instructions, in custom_components/sonoff.

Restarting the raspberrypi is not an option because otherwise Hassio does not start anymore (I guess it is because it is trying to check config.yaml and gets "stuck"). hassio does not give any errors in the log.

Any help would be greatly appreciated!


sonoff:
  username: email@abcd.com
  password: password
  scan_interval: 60 
  grace_period: 600 
  api_region: 'cn' 
@DomBros
Copy link

DomBros commented Oct 17, 2020

same here

@williamd314
Copy link

Same issue for me.

@beke76
Copy link

beke76 commented Oct 21, 2020

Same problem!

@dtalens
Copy link

dtalens commented Nov 6, 2020

Same issue.

Component error: sonoff - Requirements for sonoff not found: ['uuid'].

@jamess5
Copy link

jamess5 commented Nov 10, 2020

Same issue here.

@Horusek
Copy link

Horusek commented Nov 18, 2020

any solution to that?

@MikeColza
Copy link

MikeColza commented Nov 22, 2020

Same for me. I think i find solution: #272

@egon013
Copy link

egon013 commented Nov 23, 2020

same issue.
Solution #272 don't work

@kocsis-antal
Copy link

Try this:
pip3 install uuid

@kocsis-antal
Copy link

Another fix in #263

@hansharhoff
Copy link

@kocsis-antal , where do I put in the pip3 install uuid command?
On the terminal? I am able to log into ha host but I get "command not found" as root on the host.
Am I missing some option for a terminal "inside" ha?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests