0.92: HEOS, Somfy MyLink, Genius Hub

Thanks for confirming its just me. I’ll dig into my config.

I have looked around my config and I cannot find any reference to this location or mdi icon. I would appreciate any guidance on how to figure this out.

image

After upgrading to 0.92 got these errors stream_worker ??

2019-04-27 13:45:30 ERROR (stream_worker) [libav.rtsp] Nonmatching transport in server reply
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] non-existing PPS 0 referenced
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] non-existing PPS 0 referenced
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] decode_slice_header error
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] no frame!
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] non-existing PPS 0 referenced
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] non-existing PPS 0 referenced
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] decode_slice_header error
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] no frame!
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] non-existing PPS 0 referenced
2019-04-27 13:45:30 ERROR (SyncWorker_10) [homeassistant.components.nut.sensor] NUT Sensor has no data, unable to set up
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] non-existing PPS 0 referenced
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] decode_slice_header error
2019-04-27 13:45:30 ERROR (stream_worker) [libav.h264] no frame!
2019-04-27 13:45:30 ERROR (MainThread) [netdata] Can not load data from Netdata
2019-04-27 13:45:30 ERROR (stream_worker) [libav.rtsp] Nonmatching transport in server reply

Disregard, I reloaded today and its gone :slight_smile:

Alarm control panel does not work in 0.92

2019-04-27 14:59:02 ERROR (MainThread) [homeassistant.setup] Error during setup of component alarm_control_panel
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 156, in _async_setup_component
    component.setup, hass, processed_config)  # type: ignore
AttributeError: module 'custom_components.alarm_control_panel' has no attribute 'setup'

Show your alarm config. You may have an extraneous option in your config called “setup”.

EDIT: Oh it’s a custom component. Yet Another Alarm ?

There are a bunch of bug fixes posted in the thread about this custom component. Gaz is AWOL but others have sorted it. Working fine for me.

Thanks, was working in 0.91.4 though

Yeah see the update to my comment. Start from the bottom of the thread and read up.

1 Like

I have a similar issue. HA seems to start but the web interface never comes up and I receive no conspicuous log messages in “debug” mode.

I pared down my configuration to basically nothing, and removed all custom elements from lovelace with the same result. No idea really how to troubleshoot what’s going on, there’s really no configuration to speak of in this case and nothing in logs.

0.92.1 helped me out. Something must be different in 0.92.1, but I don’t know what.
Anyways, good luck!

Did you ever find an answer on this?

with 0.92.1 all is back to normal.
However it’s quite worrying the fact that even though there was no errors in the logs and ‘hassio ha check’ answer was ‘ok’, the web interface would not start (ERR_CONNECTION_REFUSED).

Hi all

I updated to 0.92.1 from 0.91.4 and Netatmo public data is not working anymore

I’ve opened a new thread with the errors I get.

Anyone else using it?

Thanks

i think there were some fixes in 0.92.1 for netatmo, have you rebooted after installing update?

Yes, more than one time.

I’ve read some other issues on climate Netatmo, that I have, and that is working fine

As you already mentioned in your separate thread, this will be fixed in 0.92.2.

1 Like

Bug:
Keyboard Remote (USB keyboard on HASSIO) is not working anymore since 0.92
Before was Ok:
keyboard_remote:

- alias: USBkeyb 96 Mi lamp
  initial_state: 'on'
  trigger:
    platform: event
    event_type: keyboard_remote_command_received
    event_data:
      device_descriptor: "/dev/input/event0"
      key_code: 96 # inspect log to obtain desired keycode
  action:
    service: light.toggle
    entity_id: light.desk_working_mi_lamp

config:

  keyboard_remote:
    - device_descriptor: '/dev/input/event0'
      type: 'key_down'

Please fix your code.

Since the HA 0.92 update, I get this error.

2019-04-30 11:09:33 ERROR (MainThread) [frontend.js.latest.201903310] https://x.x.x/local/custom_ui/state-card-custom-ui.html:27:15748 Uncaught TypeError: Cannot read property ‘state’ of undefined.

It is normal at HA 0.91.4
Thank you.

[configuration.yaml]
frontend:
extra_html_url:

  • /local/custom_ui/state-card-custom-ui.html

Could anybody point me in the right direction for getting the Logi Circle api working.

1. For the redirect URI, specify your Home Assistant URL followed by /api/logi_circle. For example, if your Home Assistant URL is https://homeassistant.local, then request https://homeassistant.local/api/logi_circle . The redirect URI *must* be HTTPS.

My home assistant uses http:// not https:// is there something i can do to make this work. Should I be using https:// for home assistant?

Thanks :slight_smile: