Home Assistant Core -- TrueNAS CORE Community Plugin

I’ve been playing a little more with this over the past few days, and Home Assistant is certainly feeling a little more polished since I last played with it in anger. It’s much easier to configure now, and most of the things I’m using could be setup without even looking at a .yaml file :slight_smile:

I’ve just setup NGINX Proxy Manager, which looks like a much nicer way of managing all my external services rather than manually editing nginx.conf files in a jail. There’s a plugin for HA, but it looks to be using a different ‘store’ to the one installed here. Is this something that would be easy to add?

https://addons.community/

Thanks again!

If you already have this setup, and it provides a web-ui of some sort, you can add it to the side panel in HA using an iframe-panel


If we are talking about a way to provide an easy installation method for NGINX Proxy Manager

As far as a “store” is concerned, FreeNAS plugins and Home Assistant add-ons are completely different (but similar) things. Think of it like this…

software appliance - Computer Definition

A software environment that includes the operating system and application. It is designed for installation in standard hardware that will be dedicated to running that single application. A "hardware appliance " is the software appliance and computer packaged as a single product.

Home Assistant ( formerly Hass.io ) is a software appliance designed to turn a computer into a Home Automation "hardware appliance. Add-ons are used to add (mostly) pre-configured software to your Home Assistant - appliance device

FreeNAS is a software appliance designed to turn a computer into a NAS "hardware appliance. Plugins are used to add (mostly) pre-configured software to your FreeNAS - appliance device

I suppose it would be. I would say in about 99% of situations. If you can do it manually in a regular jail, It can be made a plugin but I’m not sure how difficult it would be. At this time, I have never used NGINX and have no experience with reverse proxies so this not likely to be something I could provide. You might consider making a request a NGINX Proxy Manager plugin over in the FreeNAS forums.

Thanks for the quick reply and the helpful description of appliances.

My question was more around the https://addons.community/ link.

It has some instructions that have a ‘add-on store’ screenshot - https://www.home-assistant.io/hassio/installing_third_party_addons/ - when you can add a repository, but I can’t find that anywhere on the plugin install.

I’ve always been a little confused about the different version of Home Assistant, some of which seemed to have different functionality to others. I thought HA-Core was bringing all of these back together, any maybe this is something that’s been removed? I wasn’t sure if that was added in a similar way to the HACS store?

Thanks @troy

I’ve been doing some more investigation, and I think I’ve just about got my head around the differences now. I’m thinking of Hass.io has a fully functional OS which HA-Core runs on. Being built around Linux, it provides access point and click access to additional components via the ‘add-on store’ but these aren’t all available via a similar route for FreeBSD.

While I’ve got a reasonable understanding of jails in FreeBS, I still can’t pretend to understand how the virtual python environments are built and work to support HA-Core on FreeNAS. I love the way they do though, and the simplicity which you’ve been able to provide them via the plugins, and before that the instructions for building in a jail manually.

My thanks again for this, and your ongoing support which is much appreciated.

I’m going to take a look at Hass.io on a Raspberry Pi 4 I have lying around and decided whether that’s a better way for me to run HA-Core for my requirements. I suspect it’s not, but at least I can compare and contrast.

Installation of plugin went smoothly without errors, however the zwave integration does not work for me. Using HUSBZB-1.

The UI gives an error “Unknown error occurred”, and in home-assistant.log I get following messages:

ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 418, in start
resp = await task
File “/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py”, line 458, in _handle
resp = await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py”, line 39, in real_ip_middleware
return await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/auth.py”, line 127, in auth_middleware
return await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py”, line 125, in handle
result = await result
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py”, line 145, in post
return await super().post(request, flow_id)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py”, line 54, in wrapper
result = await method(view, request, *args, **kwargs)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py”, line 103, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py”, line 153, in async_configure
result = await self._async_handle_step(flow, cur_step[“step_id”], user_input)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py”, line 201, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/zwave/config_flow.py”, line 46, in async_step_user
from openzwave.option import ZWaveOption
File “/srv/homeassistant/lib/python3.7/site-packages/openzwave/option.py”, line 29, in
import libopenzwave
ImportError: /srv/homeassistant/lib/python3.7/site-packages/libopenzwave.so: Undefined symbol “libiconv”

Any help would be appreciated.

Hello @mhm69

Can we please, first confirm the HUSBZB-1 is available inside the jail

What is the output from the final command?

iocage console $_HA_JAIL
# Press `0` to exit the menu
# Check for HUSBZB-1
ls -l /dev | grep cua

Hi @troy

It is available, and the Zigbee integration works perfectly fine.

root@ha-plugin:~ # ls -l /dev | grep cua
crw-rw---- 1 uucp dialer 0x3d Jun 4 01:04 cuau0
crw-rw---- 1 uucp dialer 0xc8 Jun 4 01:05 cuaU0
crw-rw---- 1 uucp dialer 0x3e Jun 4 01:04 cuau0.init
crw-rw---- 1 uucp dialer 0xc9 Jun 4 01:05 cuaU0.init
crw-rw---- 1 uucp dialer 0x3f Jun 4 01:04 cuau0.lock
crw-rw---- 1 uucp dialer 0xca Jun 4 01:05 cuaU0.lock
crw-rw---- 1 uucp dialer 0xce Jun 5 22:12 cuaU1
crw-rw---- 1 uucp dialer 0xcf Jun 4 01:05 cuaU1.init
crw-rw---- 1 uucp dialer 0xd0 Jun 4 01:05 cuaU1.lock

As a background, I had originally standard jail installation of Home assistant 0.8x or 0.9x on 11.2, and zwave was working OK. Then I upgraded the jail to 0.105, if I remember correctly, and zwave integration stopped working. After that I upgraded to freenas 11.3, and installed this core plugin, hoping a fresh install would fix any configuration errors, but it did not help. Actually I installed the core plugin twice from the scratch, and on both installs, I am not able to integrate the zwave, and get the same error message.

Ok. I have used a HUSBZB-1 myself with this FreeNAS plugin for sometime. I can confirm it was working with existing Z-Wave as recent as the HA 0.109.x builds - ( I’ve now switched to the OpenZWave (beta) - However on several occasions over the past years, I have had to manual install or upgrade some parts in the virtualenv related Z-Wave. In addition to home-assistant.log – Additional clues for trouble shooting and determining such occasions can be found in /var/log/homeassistant_daemon.log

The next step, please check /var/log/homeassistant_daemon.log for and provide the errors from this log as well.

Looks like there are same messages as in home-assistant.log, when trying the zwave integration:

2020-06-05 23:44:14 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py”, line 418, in start
resp = await task
File “/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_app.py”, line 458, in _handle
resp = await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_middlewares.py”, line 119, in impl
return await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py”, line 39, in real_ip_middleware
return await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/auth.py”, line 127, in auth_middleware
return await handler(request)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/view.py”, line 125, in handle
result = await result
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/config/config_entries.py”, line 145, in post
return await super().post(request, flow_id)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/http/data_validator.py”, line 54, in wrapper
result = await method(view, request, *args, **kwargs)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/data_entry_flow.py”, line 103, in post
result = await self._flow_mgr.async_configure(flow_id, data)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py”, line 153, in async_configure
result = await self._async_handle_step(flow, cur_step[“step_id”], user_input)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/data_entry_flow.py”, line 201, in _async_handle_step
result: Dict = await getattr(flow, method)(user_input)
File “/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/zwave/config_flow.py”, line 46, in async_step_user
from openzwave.option import ZWaveOption
File “/srv/homeassistant/lib/python3.7/site-packages/openzwave/option.py”, line 29, in
import libopenzwave
ImportError: /srv/homeassistant/lib/python3.7/site-packages/libopenzwave.so: Undefined symbol “libiconv”

This morning I removed my HUSZB-1 from testing the OpenZwave (beta) integration and used it to try trouble shooting any issues in with the existing Z-Wave integration using HA 0.110.5. Unfortunately I am not able to reproduce your errors ( or any other errors for that matter ) – Because I am also using the Zigbee functions of the HUSZB-1 - I can only test this on my main Home Assistant Core installation, which has had this this integration previously installed. I’m not sure if that is having any part in my success. I’m sorry, it will be several days before I am able to pull the HUSBZB-1 from my main installation to test against a “clean install”

I’ve tried to make some sense of your errors, however there is no obvious cause I can determine at my knowledge level – Following what I can back through the code leads me to a final suggestion, really just a guess, at this time. Maybe for some reason, this integration does not like how you are configuring the path to the HUSBZB-1 Z-Wave device. It’s probably unlikely to be this easy, but please confirm you have a matching entry when attempting to add Z-Wave.

image


The following successful output is from /var/log/homeassistant_daemon.log

When I click SUBMIT

2020-06-06 10:48:05 INFO (MainThread) [homeassistant.setup] Setting up zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.setup] Setup of domain zwave took 0.0 seconds.
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.zwave] Z-Wave USB path is /dev/cuaU0
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.fan] Setting up fan.zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.light] Setting up light.zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.zwave
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zwave
2020-06-06 10:48:05 INFO (SyncWorker_34) [homeassistant.loader] Loaded climate from homeassistant.components.climate
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.setup] Setting up climate
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds.
2020-06-06 10:48:05 INFO (MainThread) [homeassistant.components.climate] Setting up climate.zwave

When I START NETWORK from the Z-Wave integration page

2020-06-06 10:48:41 INFO (SyncWorker_11) [homeassistant.components.zwave] Starting Z-Wave network...
2020-06-06 10:48:41 INFO (SyncWorker_11) [openzwave] Start Openzwave network.
2020-06-06 10:48:42 INFO (Dummy-17) [openzwave] Driver ready using library Static Controller version Z-Wave 4.05
2020-06-06 10:48:42 INFO (Dummy-17) [openzwave] home_id 0xc00000a, controller node id is 1
2020-06-06 10:48:43 INFO (MainThread) [homeassistant.components.zwave] Z-Wave node 1 ready after 1 seconds
2020-06-06 10:48:43 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new zwave.zwave entity: zwave.z_wave_sigma_designs_uzb_z_wave_usb_adapter
2020-06-06 10:48:53 INFO (Dummy-17) [homeassistant.components.zwave] Z-Wave network is complete. All nodes on the network have been queried
2020-06-06 10:48:53 INFO (MainThread) [homeassistant.components.zwave] Z-Wave node 46 ready after 11 seconds
2020-06-06 10:48:53 INFO (MainThread) [homeassistant.components.zwave] Z-Wave entity Inovelli Unknown: type=0005, id=0001 Level (node_id: 46) ready after 11 seconds
2020-06-06 10:48:53 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new zwave.zwave entity: zwave.inovelli_unknown_type_0005_id_0001
2020-06-06 10:48:53 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.zwave entity: light.inovelli_unknown_type_0005_id_0001_level
2020-06-06 10:48:54 INFO (MainThread) [homeassistant.components.zwave] Z-Wave ready after 12 seconds
2020-06-06 10:48:54 INFO (SyncWorker_26) [homeassistant.components.zwave] Z-Wave polling interval set to 30000 ms

@mhm69 I figured this out ( I think ) – I was on the right track thinking it was related to a config entry but turns out this error can occur it you have some pre-existing configuration for Z-Wave stored in homeassistant/.storage/core.config_entries

So after going some through re-installs with a clean configuration the Z-Wave seems to install and work just fine – However after adding and removing the integration a few times, I tried doing a “clean install” ( I deleted the virtualenv and reinstalled it ) , but this time I kept my previous configuration in place, and :boom: I get the same error

2020-06-08 00:26:14 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Z-Wave for zwave
Traceback (most recent call last):
  File "/usr/local/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 217, in async_setup
    hass, self
  File "/usr/local/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/zwave/__init__.py", line 341, in async_setup_entry
    from openzwave.option import ZWaveOption
  File "/usr/local/srv/homeassistant/lib/python3.7/site-packages/openzwave/option.py", line 29, in <module>
    import libopenzwave
ImportError: /usr/local/srv/homeassistant/lib/python3.7/site-packages/libopenzwave.so: Undefined symbol "libiconv"

I was able to get Z-Wave working again by manually editing homeassistant/.storage/core.config_entries to remove the existing Z-Wave config.

Your entry should look similar. After I removed this entry, I restart Home Assistant and I was able to configure the Z-Wave integration again

            {
                "connection_class": "local_push",
                "data": {
                    "network_key": "0x00, 0x00, 0xE0, 0xFF, 0x30, 0xAF, 0x55, 0x5E, 0x8A, 0x7B, 0xF5, 0xBB, 0xBB, 0xBB, 0xAF, 0x6C",
                    "usb_path": "/dev/cuaU0"
                },
                "domain": "zwave",
                "entry_id": "d35e7b669b504dbb93c5e38e3364a30c",
                "options": {},
                "source": "user",
                "system_options": {
                    "disable_new_entities": false
                },
                "title": "Z-Wave",
                "unique_id": null,
                "version": 1
            }

Hope that helps

Thank you a lot for your investigation. Unfortunately it does not look same issues for me.
I don not have any files including “zwave” in homeassistant/.storage/core.config_entries (grep zwave *)

As I did twice clean install = new plugin, I never has any old config. The only place, where should have the old config, is the old standard jail (which stopped working after upgrade), and is currently down.

As you got he same error, I think you are on correct track, but there must be another reason for the error.

Hi,

Thanks for your great plugins! I am just dipping my toes into the world of home automation and HA and your freenas plugins have bee great! I currently have HA, Mosquitto and Tasmoadmin all up and running pretty smoothly with several Tasmota devices configured and connected.

The 2 big issues I am having at the moment is that I can’t get the Homekit integration to install.Upon review of the logs I am getting the following error:

[code]
Log Details (ERROR)
Logger: homeassistant.util.package
Source: util/package.py:88
First occurred: 12 June 2020, 22:44:06 (1 occurrences)
Last logged: 12 June 2020, 22:44:06

Unable to install package PyTurboJPEG==1.4.0: ERROR: Command errored out with exit status 1: command: /srv/homeassistant/bin/python3.7 /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-j6dwtx6e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple – setuptools wheel ‘Cython>=0.29.14’ cwd: None Complete output (44 lines): Traceback (most recent call last): File “/usr/local/lib/python3.7/runpy.py”, line 193, in _run_module_as_main “main”, mod_spec) File “/usr/local/lib/python3.7/runpy.py”, line 85, in _run_code exec(code, run_globals) File “/srv/homeassistant/lib/python3.7/site-packages/pip/main.py”, line 26, in sys.exit(_main()) File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/main.py”, line 73, in main command = create_command(cmd_name, isolated=("–isolated" in cmd_args)) File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/init.py”, line 104, in create_command module = importlib.import_module(module_path) File “/usr/local/lib/python3.7/importlib/init.py”, line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File “”, line 1006, in _gcd_import File “”, line 983, in _find_and_load File “”, line 967, in _find_and_load_unlocked File “”, line 677, in _load_unlocked File “”, line 728, in exec_module File “”, line 219, in _call_with_frames_removed File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/commands/install.py”, line 24, in from pip._internal.cli.req_command import RequirementCommand, with_cleanup File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/cli/req_command.py”, line 16, in from pip._internal.index.package_finder import PackageFinder File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/package_finder.py”, line 21, in from pip._internal.index.collector import parse_links File “/srv/homeassistant/lib/python3.7/site-packages/pip/_internal/index/collector.py”, line 14, in from pip._vendor import html5lib, requests File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/init.py”, line 114, in from . import utils File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/utils.py”, line 25, in from . import certs File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/requests/certs.py”, line 15, in from pip._vendor.certifi import where File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/init.py”, line 1, in from .core import contents, where File “/srv/homeassistant/lib/python3.7/site-packages/pip/_vendor/certifi/core.py”, line 12, in from importlib.resources import read_text File “/usr/local/lib/python3.7/importlib/resources.py”, line 11, in from typing import Iterable, Iterator, Optional, Set, Union # noqa: F401 File “/srv/homeassistant/lib/python3.7/site-packages/typing.py”, line 1357, in class Callable(extra=collections_abc.Callable, metaclass=CallableMeta): File “/srv/homeassistant/lib/python3.7/site-packages/typing.py”, line 1005, in new self._abc_registry = extra._abc_registry AttributeError: type object ‘Callable’ has no attribute ‘_abc_registry’ ---------------------------------------- ERROR: Command errored out with exit status 1: /srv/homeassistant/bin/python3.7 /srv/homeassistant/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-j6dwtx6e/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple – setuptools wheel ‘Cython>=0.29.14’ Check the logs for full command output. [/code]

I even tried installing a completely new version of the plugin and tried to install it first thing but instead of this error it just hung indefinitely on the installing screen. If there is any light you can shed on the issue I would appreciate it.

One last issue I’m facing is getting AppDaemon to start. I get it installed fine but keep getting the message that i might need to restart HA for it to function correctly at the end of the install script, but it never does.

Thanks again for your hard work!

Hi @Goobz ,

For your error – How long ago did you install the plugin which produced this error ? Did you have to update openssl ? – I might need to take a different approach for how to reinstall against the updated openssl – Basically some things have changed since HA 0.111 release and now I’m thinking it’s better to “clean-install” the virtualenv as opposed to the current approach using a “force-reinstall” – It possible this is the cause for your error – I’m already working on an updated RC service with these and other improvements.

I have installed a test copy of the plugin this morning and I can not reproduce your errors with HomeKit – I do not have any actual devices so the best i can test is to pair the HomeKit Bridge integration with the HomeKit Controller integration. ( This did install PyTurboJPEG==1.4.0 without error )

image


AppDaemon also installed and started without issue. Did you configure the appdaemon section of homeassistant/secrets.yaml before you installed it. ( AppDaemon will not start until you complete this step )


I did find the iframe was not being enabled for the :wrench: File Editor since I renamed it. I did just push a quick fix for that.

Hi @troy,

Thanks for getting back to me. I only set up HA last week and upon checking I am running open ssl 1.1.1g,1 according to pkg info so i should be ok there. I did update HA to 0.111 so not sure if that is what is causing the issue. I didnt however update the test version so unsure what is going on there.

I also just ran the gui update function within freenas and tried again but am still receiving this error. Do you have any suggestions i can try to get this working?

With app daemon, I have definitely completed the secrets.yaml config but still nothing. I even just tried uninstalling the service, deleting the appdaemon folder then reinstalling to no avail. Any advice here would be appreciated too.

Thanks for your help!

Chris

Just installed the Home Assistant Plugin - I am running the latest TrueNAS-12.0-Nightlies, and although I can access the HA UI via my browser and all seems to be running well, my issue is that on the TrueNAS GUI the plugin does not show on the Plugins frame. All I get is the busy blue spinning circle on the page. I appears that the installation did not complete somehow?

Any ideas?

Thanks

Hi @SteveR

At this point, I’m guessing it is a bug in the TrueNAS UI. I have tried installing a couple plugin using TrueNAS Core 12 nightly and they have all produced the issue you describe… Also while the Plugins page will not refresh after installation, everything does show up on the Jails page.

Quick follow up – After you install a plugin, this seems to force an update of the page. I did not change anything. I just selected CHOOSE for the Pool that was already selected

This is likely a bug in the TrueNAS Core nightly

:warning: EDIT – You should be aware, I’m am planning some changes for this plugin beginning with TrueNAS Core 12 – Most notable will be dropping the hass username in favor standard homeassistant. The default configuration directory will also follow suit and be moved to /home/homeassistant/.homeassistant - Finally the venv directory will be moved to /usr/local/srv/homeassistant – This location was chosen as an attempt to balance standard BSD conventions with /srv/homeassistant, which is typically used in the official HA docs.

There will also be an updated rc service script, that will hopefully allow the plugin to be reconfigured after the initial install. There is a temporary wiki page with some ideas on how this could work

Thanks for the response, will wait to see if this will be corrected soon - if not I will raise or add to a bug report.

Tried your follow-up but it just ended up with another spinning circle :slight_smile:

Steve

Hi,

Thanks for the great work on the plugin. Just getting into home assistant for the first time today. Looks like I’m having the same Z-Wave issue as Mika:

2020-06-21 21:06:44 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Z-Wave (import from configuration.yaml) for zwave
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config_entries.py", line 217, in async_setup
    hass, self
  File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/zwave/__init__.py", line 341, in async_setup_entry
    from openzwave.option import ZWaveOption
  File "/srv/homeassistant/lib/python3.7/site-packages/openzwave/option.py", line 29, in <module>
    import libopenzwave
ImportError: /srv/homeassistant/lib/python3.7/site-packages/libopenzwave.so: Undefined symbol "libiconv"

I’m using the Aeotec Z-Stick Gen 5. Any ideas on how I could trouble shoot this issue more or where I should start looking?