Closed kuradi closed 4 years ago
Same issue here.
Same issue, worked fine on 0.89.x and earlier.
Same issue with 0.91.0
Same issue with 0.91.1
any updates here?
Hey everybody,
I found the problem. This problem has been implemented by this commit : #21791
i tried to edit manifest.json (/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/huawei_lte/manifest.json) to put the release to 1.1.3.
HomeAssistant starts and does not raise any problem. In version 1.1.3 the sendings notification does not work.
I tried release 1.1.4 and it works ! For the test I tried version 1.2.0 and I have the same errors as in 1.1.5
I hope that these tests will be able to help you and to find a solution to this bug
Bye
Hey everybody,
I found the problem. This problem has been implemented by this commit : #21791
i tried to edit manifest.json (/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/huawei_lte/manifest.json) to put the release to 1.1.3.
HomeAssistant starts and does not raise any problem. In version 1.1.3 the sendings notification does not work.
I tried release 1.1.4 and it works ! For the test I tried version 1.2.0 and I have the same errors as in 1.1.5
I hope that these tests will be able to help you and to find a solution to this bug
Bye
good for you, but im running hassio and i dont have folders you mention.... still wating for fix but it looks like nobody doesnt care :)
Hi @kuradi,
You have tried this command
find / -name manifest.json | grep huawei_lte
Regards
Hi @kuradi,
You have tried this command
find / -name manifest.json | grep huawei_lte
Regards
just tried. no results. its kinda ridiculous atm... i opened this issue 3 months ago and there are zero progress with it :(
@kuradi Totally agree - this is where home assistant lets itself down.
Anyway, a fix that has worked for me was to comment out the following lines in /usr/local/lib/python3.7/site-packages/huawei_lte_api/api/WLan.py
host = hosts.get('Hosts', {}).get('Host') if isinstance(host, dict): hosts['Hosts']['Host'] = [host]
Your path might be different depending on python versions.
@awarecan is there any progress at all?
Has anyone here written an issue up against https://github.com/Salamek/huawei-lte-api/issues? The bug is not in home assistant, it's in the resource. There's a code block that changed in the exact area that has the issue.
Would be advantageous if one of you guys (who has the device) would write up an issue against it. Then when a new version of huawei-lte-api is built, it can be added to HA as a resource. Otherwise you guys will always be downgrading to 1.14 through the manifest.json file.
Has anyone here written an issue up against https://github.com/Salamek/huawei-lte-api/issues? The bug is not in home assistant, it's in the resource. There's a code block that changed in the exact area that has the issue.
Salamek/huawei-lte-api@df63444#diff-94d33c0e96407782108a8e8b438784aa
Would be advantageous if one of you guys (who has the device) would write up an issue against it. Then when a new version of huawei-lte-api is built, it can be added to HA as a resource. Otherwise you guys will always be downgrading to 1.14 through the manifest.json file.
i have no idea what to write there :)
@kuradi this bug was present in version 1.1.5 to 1.3 of https://github.com/Salamek/huawei-lte-api, version >=1.4 should be ok again, current version is 1.4.1... So update your depedencies && close this issue if it works...
@kuradi this bug was present in version 1.1.5 to 1.3 of https://github.com/Salamek/huawei-lte-api, version >=1.4 should be ok again, current version is 1.4.1... So update your depedencies && close this issue if it works...
sorry but how should i do it when im using hassio?
@kuradi you can open a pull request to change the dependency version in https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/huawei_lte/manifest.json
@kuradi you can open a pull request to change the dependency version in https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/huawei_lte/manifest.json
thanx. i have no idea how to do it. maybe somebody smarter will open request?
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 👍 This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
I believe this has been addressed a long time ago already. If not, please post a note here or open a new issue with details, thanks.
Home Assistant release with the issue:
0.90.1
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.):
hassio Component/platform:
https://www.home-assistant.io/components/huawei_lte/
Description of problem:
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information: