Closed linuxlurak closed 5 years ago
I am not able to handle this problem by myself and hack the code accordingly... But if one of you devs needs an additional tradfri gateway please contact me and give me your details (paypal or anything else). I'm willing to donate some gateways.
I see the same errors messages on my hassio running on rpi3 and I am only running one ikea trådfri gateway.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍
Home Assistant release with the issue:
hass --version
Last working Home Assistant release (if known): not known
Operating environment (Hass.io/Docker/Windows/etc.):
uname -a
lsb_release -c
No venv or docker is used.
Component/platform:
Description of problem:
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information: I have two gateways. I don't know how to hard code them in config section of tradfri component.
This does not work:
So I commented the host key/value pair and trusted in the discovery component.
This are the locally installed modules of pip3:
pip3 list
The file
.tradfri_psk.conf
in./homeassistant/
exists and I tested the saved identities and keys successful with commandcoap-client -m post -u "ID" -k "KEY" -e '{"9090":"IDENTITY"}' "coaps://192.168.10.6:5684/15011/9063"
for both gateways.So ist not a problem with wrong keys.
It seems it starts having troubles as soon as the second gateway is detected and perhaps then starts talking to the wrong gateway with the wrong keys or ID.
At the moment the only way is to list tradfri in the ignore list of discovery but this way I can only use one gateway as its seems to be not allowed to list two hosts in the tradfri component...