Google Home Broadlink RM3 Problems

Hello

Iam still new in this Home Automation Bussiness

I got the Server Running, i have a Windows 10 Computer and the Server is running and i come to the Configuration page.

Then i try to set up my Broadlink, only the Device without any Commands or Remote funktion

i add this line

switch:

  • platform: broadlink
    host: 192.168.0.72
    mac: ‘34:EA:34:XX:XX:XX’
    timeout:15

after that the Server is not running at all. it crashed and the webinterface is not recognize anymore.

  `C:\Users\chris>python -m homeassistant --open-ui
Config directory: C:\Users\chris\AppData\Roaming\.homeassistant
e[31m2017-10-09 10:22:24 ERROR (SyncWorker_0) [homeassistant.util.yaml] while scanning a simple key
  in "C:\Users\chris\AppData\Roaming\.homeassistant\configuration.yaml", line 67, column 5
could not find expected ':'
  in "C:\Users\chris\AppData\Roaming\.homeassistant\configuration.yaml", line 70, column 1e[0m
e[31m2017-10-09 10:22:24 ERROR (MainThread) [homeassistant.bootstrap] Error loading C:\Users\chris\AppData\Roaming\.homeassistant\configuration.yaml: while scanning a simple key
  in "C:\Users\chris\AppData\Roaming\.homeassistant\configuration.yaml", line 67, column 5
could not find expected ':'
  in "C:\Users\chris\AppData\Roaming\.homeassistant\configuration.yaml", line 70, column 1e[0m

`

can someone help me?

Thanks a lot
Chris

What is line 67 of your configuration.yaml ?

ok i got it a bit further

i only add this
switch:

  • platform: broadlink
    host: 192.168.0.72
    mac: ‘34:EA:34:D0:A3:0A’

and get in the webinterface

The following components and platforms could not be set up:
discovery
switch.broadlink
Please check your config

2017-10-09 10:35:20 ERROR (SyncWorker_2) [homeassistant.util.package] Unable to install package netdisco==1.2.2: Command "C:\Users\chris\AppData\Local\Programs\Python\Python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\chris\\AppData\\Local\\Temp\\pip-build-bvtj1ddu\\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\chris\AppData\Local\Temp\pip-3xhngwv_-record\install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in C:\Users\chris\AppData\Local\Temp\pip-build-bvtj1ddu\netifaces\
2017-10-09 10:35:20 ERROR (MainThread) [homeassistant.setup] Not initializing discovery because could not install dependency netdisco==1.2.2
2017-10-09 10:35:20 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Could not install all requirements.
2017-10-09 10:35:28 WARNING (MainThread) [homeassistant.setup] Setup of tts is taking over 10 seconds.
2017-10-09 10:35:28 WARNING (MainThread) [homeassistant.setup] Setup of switch is taking over 10 seconds.
2017-10-09 10:35:28 ERROR (SyncWorker_12) [homeassistant.util.package] Unable to install package broadlink==0.5: Command "C:\Users\chris\AppData\Local\Programs\Python\Python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\chris\\AppData\\Local\\Temp\\pip-build-a_3j1em4\\pycrypto\\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\chris\AppData\Local\Temp\pip-tb3w9iwd-record\install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in C:\Users\chris\AppData\Local\Temp\pip-build-a_3j1em4\pycrypto\
2017-10-09 10:35:28 ERROR (MainThread) [homeassistant.setup] Not initializing switch.broadlink because could not install dependency broadlink==0.5
2017-10-09 10:35:28 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform switch.broadlink: Could not install all requirements.

The Broadlink component depends on PyCrypto.
PyCrypto can be difficult to install on Windows, but try to follow these steps: https://home-assistant.io/components/sensor.broadlink/#microsoft-windows-installation

ok i see i got the next error, first i have to install some windows components

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Isrc/ -Isrc/inc-msvc/ -Ic:\users\chris\appdata\local\programs\python\python36\include -Ic:\users\chris\appdata\local\programs\python\python36\include “-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE” “-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt” “-IC:\Program Files (x86)\Windows Kits\8.1\include\shared” “-IC:\Program Files (x86)\Windows Kits\8.1\include\um” “-IC:\Program Files (x86)\Windows Kits\8.1\include\winrt” /Tcsrc/winrand.c /Fobuild\temp.win-amd64-3.6\Release\src/winrand.obj
winrand.c
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(26): error C2061: syntax error: identifier ‘intmax_t’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(27): error C2061: syntax error: identifier ‘rem’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(27): error C2059: syntax error: ‘;’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(28): error C2059: syntax error: ‘}’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(30): error C2061: syntax error: identifier ‘imaxdiv_t’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(30): error C2059: syntax error: ‘;’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(40): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(41): error C2146: syntax error: missing ‘)’ before identifier ‘_Number’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(41): error C2061: syntax error: identifier ‘_Number’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(41): error C2059: syntax error: ‘;’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(42): error C2059: syntax error: ‘)’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(45): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(46): error C2146: syntax error: missing ‘)’ before identifier ‘_Numerator’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(46): error C2061: syntax error: identifier ‘_Numerator’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(46): error C2059: syntax error: ‘;’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(46): error C2059: syntax error: ‘,’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(48): error C2059: syntax error: ‘)’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(50): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(56): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(63): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(69): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(76): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(82): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(89): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\inttypes.h(95): error C2143: syntax error: missing ‘{’ before ‘__cdecl’
error: command ‘C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe’ failed with exit status 2

----------------------------------------

Command “c:\users\chris\appdata\local\programs\python\python36\python.exe -u -c “import setuptools, tokenize;file=‘C:\Users\chris\AppData\Local\Temp\pip-build-kdsb0b48\pycrypto\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\chris\AppData\Local\Temp\pip-__5alo2j-record\install-record.txt --single-version-externally-managed --compile” failed with error code 1 in C:\Users\chris\AppData\Local\Temp\pip-build-kdsb0b48\pycrypto\

C:\WINDOWS\system32>

Blockquote