0.83: Fibaro Home Center Hubs, locks via voice, Traccar

RT-AX88U - everything works, but i cant disable track mode for new devices for it.

I also have this error with google tts since today, but I’m still on 0.81.6 (HassIO). So I think this error is not related to the new release directly.

Google changed the token.
https://github.com/home-assistant/home-assistant/issues/16905#issuecomment-442912708

Having the same issue here…
Hass works normaly, but every 2 minutes log is flooded with this message

1 Like

Is it still working? Mine was only working for 10 mins, but i’m using telnet on a RT-AC66U.

I am using SSH and it works great, apart from the Download/Upload sensor data. Not sure how to set track_new_devices now. Thanks.

Same here. Did the downgrade work for you?

Fixed in 0.83.1

1 Like

node-red is not connecting to the HA.

Login attempt or request with invalid authentication from 192.168.X.X

@balloob
This error is occurring when I run an ifttt webhook:

Error executing service <ServiceCall switch.turn_off (c:4eb3ebc0579844abb7deb328c5253e54): entity_id=[‘switch.lampada’]>
Traceback (most recent call last):
File “/home/jean/apps/Homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 1177, in _event_to_service_call
await service_handler.func(service_call)
File “/home/jean/apps/Homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_component.py”, line 177, in handle_service
self._platforms.values(), func, call
File “/home/jean/apps/Homeassistant/lib/python3.5/site-packages/homeassistant/helpers/service.py”, line 250, in entity_service_call
permission=POLICY_CONTROL
homeassistant.exceptions.Unauthorized: Unauthorized

What do you mean? denonavr already uses the latest package available (0.7.6).

We can’t update the component if the PR (I assume you want https://github.com/scarface-4711/denonavr/pull/65) for support isn’t merged and a new version gets released on pypi.

Updated to 0.83.1 now getting failed login attempt even though I am logged in.

Update server is informing the wrong version and crashing hassio installations. I checked the server (https://s3.amazonaws.com/hassio-version/stable.json) and it’s informing 0.82.1 as the latest, even for whom is already on 0.83. So if someone proceed with the suggested upgrade it will corrupt the installation. That just happened to me.

2 Likes

same for me :triumph:

I forced the upgrade to 0.83.1 using the following cli command, using ssh, and it fixes the problem.

hassio ha update --options version=0.83.1

2 Likes

0.83.1 seems to not be working for me. D’oh. Whilst 0.83 was fine! 0.83.1 keeps rebooting.

Updated to 0.83.1. My rest_command platform is still not working. This is what I have in my configuration…

rest_command:
  set_state_switch:
    url: https://[HA Domain]/api/states/switch.office_lights
    method: POST
    headers: 
      x-ha-access: !secret http_password
      content-type: 'application/json'
    payload: '{"state":"on"}'

I received this error…

Error 401 on call https://[HA Domain]/api/states/switch.office_lights

UPDATE: I have fixed it by changing the legacy API password to long-lived access token by changing this line…

x-ha-access: !secret http_password

to

Authorization: 'Bearer MYACCESSTOKEN'

The Access Token can be generated at the bottom of the user profile page.

The Github Desktop will give you all the version tracking of your config you will ever want…

I’m getting the following error in my log after trying to visit a my lovelace view. It’s not pointing to the new components, and they were all disabled during this error below. No idea what it’s on about.

I just updated from 0.82.1 to 0.83.1.

I didn’t come across this above. If it has already been posted, sorry in advance.

Log Details (ERROR)
Fri Nov 30 2018 16:17:49 GMT+1100 (Australian Eastern Daylight Time)

Error in logging
Traceback (most recent call last):
  File "aiohttp\_helpers.pyx", line 24, in aiohttp._helpers.reify.__get__
KeyError: 'remote'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/aiohttp/helpers.py", line 462, in log
    for key, value in fmt_info:
  File "/srv/homeassistant/lib/python3.5/site-packages/aiohttp/helpers.py", line 454, in <genexpr>
    for key, method in self._methods)
  File "/srv/homeassistant/lib/python3.5/site-packages/aiohttp/helpers.py", line 412, in _format_a
    ip = request.remote
  File "aiohttp\_helpers.pyx", line 32, in aiohttp._helpers.reify.__get__
  File "aiohttp\_helpers.pyx", line 26, in aiohttp._helpers.reify.__get__
  File "/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web_request.py", line 343, in remote
    peername = self.transport.get_extra_info('peername')
  File "/usr/lib/python3.5/asyncio/sslproto.py", line 306, in get_extra_info
    return self._ssl_protocol._get_extra_info(name, default)
  File "/usr/lib/python3.5/asyncio/sslproto.py", line 546, in _get_extra_info
    return self._transport.get_extra_info(name, default)
AttributeError: 'NoneType' object has no attribute 'get_extra_info'

Thanks for the hard work contributors. No issues upgrading.