Hello.
I have no idea about Python and this world, but I love reading and reading about it.
After installing everything (I use my computer with Windows 10) I have found my first problem.
Invalid Config
The following components and platforms could not be set up:
Hi, I post here the text in home-assistant.log. Thank you for your help.
2017-07-04 08:54:39 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=3 from 2017-07-03 16:03:34.930637)
2017-07-04 08:54:46 ERROR (SyncWorker_4) [homeassistant.util.package] Unable to install package netdisco==1.0.1: Command “C:\Users\luisl\AppData\Local\Programs\Python\Python36\python.exe -u -c “import setuptools, tokenize;file=‘C:\Users\luisl\AppData\Local\Temp\pip-build-jdi7vb4b\netifaces\setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(’\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record C:\Users\luisl\AppData\Local\Temp\pip-6lpthar5-record\install-record.txt --single-version-externally-managed --compile --home=C:\Users\luisl\AppData\Local\Temp\tmpwsjvglmt” failed with error code 1 in C:\Users\luisl\AppData\Local\Temp\pip-build-jdi7vb4b\netifaces
2017-07-04 08:54:46 ERROR (MainThread) [homeassistant.setup] Not initializing discovery because could not install dependency netdisco==1.0.1
2017-07-04 08:54:46 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Could not install all requirements.
2017-07-04 08:54:46 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF…op_reading()]>)
Traceback (most recent call last):
File “C:\Users\luisl\AppData\Local\Programs\Python\Python36\lib\asyncio\events.py”, line 127, in _run
self._callback(*self._args)
File “C:\Users\luisl\AppData\Local\Programs\Python\Python36\lib\asyncio\proactor_events.py”, line 190, in _loop_reading
data = fut.result() # deliver data later in “finally” clause
File “C:\Users\luisl\AppData\Local\Programs\Python\Python36\lib\asyncio\futures.py”, line 238, in result
raise InvalidStateError(‘Result is not ready.’)
asyncio.base_futures.InvalidStateError: Result is not ready.
2017-07-04 08:55:02 ERROR (MainThread) [homeassistant.core] Error doing job: Exception in callback _ProactorReadPipeTransport._loop_reading(<_OverlappedF…ed result=b’’>)
Traceback (most recent call last):
File “C:\Users\luisl\AppData\Local\Programs\Python\Python36\lib\asyncio\events.py”, line 127, in _run
self._callback(*self._args)
File “C:\Users\luisl\AppData\Local\Programs\Python\Python36\lib\asyncio\proactor_events.py”, line 188, in _loop_reading
self._closing)
AssertionError
Not my strong suit here, but a guess: is your python environment set up correctly? Are you using 3.6?
To your initial issue - I’m not a Linux/Python person either, but deploying on a Raspberry Pi is cheap and easy. There are lots of easy to follow tutorials. Take a look at the Bruh Automation vids on YouTube. I went this route since it’s the most-popular, thus the easiest to get assistance with when you get stuck. Also, closest to the development platform.