aneisch
(Andrew)
July 18, 2019, 2:25am
13
Anyone else?
Testing configuration at /opt/homeassistant/
Failed config
General Errors:
- Platform not found: device_tracker.nmap_tracker
device_tracker:
- platform: nmap_tracker
home_interval: 10
hosts:
- 10.0.1.13/32
- 10.0.1.59/32
smccoy
July 18, 2019, 2:34am
14
I’m seeing the same error with nmap_tracker and unifi. Unifi was giving the same error in 0.95.4 as well (but runs fine).
aneisch
(Andrew)
July 18, 2019, 2:58am
15
Was going to open an issue but seems to be resolved after a restart of HASS.
123
(Taras)
July 18, 2019, 3:03am
16
Where is Config Check now?
I don’t see it in the usual place (Configuration > General) in between where you select your location and Server Management.
My ecobee climate objects have lost the ‘operation’ attribute in this release. I don’t see any documented change on that, though, so could this be a bug?
aidbish
(Adrian)
July 18, 2019, 3:04am
18
Have you enabled advanced mode?
2 Likes
123
(Taras)
July 18, 2019, 3:09am
19
Thanks! I overlooked to do that.
Kind of odd that if you don’t enable Advanced mode, you still get the menu to restart the server!
… and here we go again. My perfectly functional custom component from 0.94.2 isn’t loaded in 0.96.0. No complaints in the log during startup but no component created. Only when I run Config Check does it report: Platform not found: climate.my_mqtt
Looks like I have my work cut out for me.
I don’t know what exactly transpired on the discord channel but the new menu’s inability to be hidden is not to my liking.
2 Likes
aidbish
(Adrian)
July 18, 2019, 3:15am
20
First stab of it, maybe get added in later release. I know they removed another part when not in advanced mode after feedback
aidbish
(Adrian)
July 18, 2019, 3:19am
21
Possibly due to the changes for climate 1.0. I would check out the GitHub pr on the changes
Smartir climate had same issue and was resolved by Dev of it
123
(Taras)
July 18, 2019, 3:21am
22
I was monitoring the beta and didn’t see anything dramatically different in MQTT HVAC. Of course, all it takes is just one little change in just the right place …
Unrelated to my custom component but I just noticed i0.96.0 can’t find the toggle-lock-entity-row card. Weird. More digging to be done.
tom_l
July 18, 2019, 3:30am
23
Ditto. Though using CCH to hide it on tablets and for users who I don’t want to access it at all is possible. So no drama.
1 Like
Nor mine. All objections dismissed.
The ability of CCH to hide it isn’t adequate IMO.
1 Like
I’m really looking forward to this update (cloud fix):
really happy that the HassIO version is out so quickly too! Awesome
nickrout
(Nick Rout)
July 18, 2019, 5:07am
27
I had to relead the browser page, old page must have been cached.
I stand corrected. my bad
Noahma
(Noah Mason)
July 18, 2019, 5:15am
29
whoooo buddy… I am not even sure where to start with this lol. This is what the config tester gives me.
I am currently running 95.4
copying cffi/_embedding.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-3.7/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-armv7l-3.7
creating build/temp.linux-armv7l-3.7/c
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/include/ffi -I/usr/include/libffi -I/usr/local/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.7/c/_cffi_backend.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for cffi
Running setup.py clean for cffi
Building wheel for pycparser (setup.py): started
Building wheel for pycparser (setup.py): finished with status 'done'
Stored in directory: /root/.cache/pip/wheels/f2/9a/90/de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511
Successfully built pycparser
Failed to build cffi
Installing collected packages: setuptools, wheel, pycparser, cffi
Running setup.py install for cffi: started
Running setup.py install for cffi: finished with status 'error'
ERROR: Complete output from command /usr/local/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-728nqkv3/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-5sb4lqs2/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-gbqe3dil/overlay --compile:
ERROR: unable to execute 'gcc': No such file or directory
unable to execute 'gcc': No such file or directory
No working compiler found, or bogus compiler options passed to
the compiler from Python's standard "distutils" module. See
the error messages above. Likely, the problem is not related
to CFFI but generic to the setup.py of any Python package that
tries to compile C code. (Hints: on OS/X 10.8, for errors about
-mno-fused-madd see http://stackoverflow.com/questions/22313407/
Otherwise, see https://wiki.python.org/moin/CompLangPython or
the IRC channel #python on irc.freenode.net.)
Trying to continue anyway. If you are trying to install CFFI from
a build done in a different context, you can ignore this warning.
running install
running build
running build_py
creating build
creating build/lib.linux-armv7l-3.7
creating build/lib.linux-armv7l-3.7/cffi
copying cffi/ffiplatform.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/pkgconfig.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/verifier.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/lock.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/api.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/model.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/vengine_gen.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/recompiler.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/__init__.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/cparser.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/error.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/commontypes.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_include.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/parse_c_type.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_embedding.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-3.7/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-armv7l-3.7
creating build/temp.linux-armv7l-3.7/c
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/include/ffi -I/usr/include/libffi -I/usr/local/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.7/c/_cffi_backend.o
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command "/usr/local/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-728nqkv3/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-5sb4lqs2/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-gbqe3dil/overlay --compile" failed with error code 1 in /tmp/pip-install-728nqkv3/cffi/
----------------------------------------
ERROR: Command "/usr/local/bin/python /usr/local/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-gbqe3dil/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple --find-links https://wheels.home-assistant.io/alpine-3.9/armv7/ -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; python_implementation != '"'"'PyPy'"'"''" failed with error code 1 in None
[23:01:18] ERROR: An error occurred while installing Home Assistant:
Looking in links: https://wheels.home-assistant.io/alpine-3.9/armv7/
Collecting homeassistant
Downloading https://files.pythonhosted.org/packages/15/85/89cc12c8d9d6969bdc394e56aae8107cfc7112255b346ffa7fb6f575ce64/homeassistant-0.96.0-py3-none-any.whl (5.0MB)
Collecting python-slugify==3.0.2 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/c1/19/c3cf1dc65e89aa999f85a4a3a4924ccac765a6964b405d487b7b7c8bb39f/python-slugify-3.0.2.tar.gz
Collecting aiohttp==3.5.4 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/0f/58/c8b83f999da3b13e66249ea32f325be923791c0c10aee6cf16002a3effc1/aiohttp-3.5.4.tar.gz (1.1MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Collecting attrs==19.1.0 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
Collecting astral==1.10.1 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/ff/5d/261f49822b7f77c265197d46cdbaaaaf06f458734e9ac55a140dd75bdf29/astral-1.10.1-py2.py3-none-any.whl
Requirement already satisfied: pip>=8.0.3 in /usr/local/lib/python3.7/site-packages (from homeassistant) (19.1.1)
Collecting pytz>=2019.01 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
Collecting pyyaml==5.1.1 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz (274kB)
Collecting cryptography==2.7 (from homeassistant)
Downloading https://files.pythonhosted.org/packages/c2/95/f43d02315f4ec074219c6e3124a87eba1d2d12196c2767fadfdc07a83884/cryptography-2.7.tar.gz (495kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'error'
5 Likes
I haven’t updated yet as I suspect I am going to need to re-check all my climate stuff but I can’t think of ANY reason I would always want the sidebar visible even if it was more compact. It mostly contains functions the admin is considered with not a typical user.
And on mobile I have completely removed both menus with the compact header mode as most of the time they are BOTH not necessary since they are mostly edit functions.
Sounds like I should wait a few days for the custom lovelace components to update and I should be good to go.
Just hope the compact header can still allow the notification icon to be visible and not part of the side bar.