0.109: New integrations page and weather card, frontend lost weight

Where can I check for these events?

At the end of the release notes: ā€œClick here to see all changes!ā€ But there is NO linkā€¦ :slightly_frowning_face:

1 Like

Is it possible that Tuya-implementation is not completed yet? I see no way to assign my Tuya-dimmer to an areaā€¦

Thatā€™s a reasonable request. At the moment though thereā€™s still a bunch of stuff planned for the Integrations page that need to be completed first before such a thing can be considered.

To give a specific example, cards are going to have slightly different styling / controls depending on the current status of an integration (some mockups here and here). So it wouldnā€™t really make sense to design a compact view mode until we figure out exactly which controls are needed in which states etcā€¦

I like the idea though, but if such a thing is implemented it probably wouldnā€™t happen in the immediate future.

1 Like

Although I like your color-coding idea (including your suggestion to gray-scale ignored integrations), I have to admit that I prefer a tabular list-view (as currently used to display devices, entities, etc)

Itā€™s more space-efficient and offers the end-user more management convenience such as the ability to filter and sort integrations based on their status (Discovered, Configured, Ignored, Attention, etc).

The suggestions to use color can continue to be incorporated in the list-view. The logo can be displayed in the rowā€™s first column and either the logoā€™s background or even the entire row can be color-coded. I realize this functionality may be subject to the limitations of whatever UI library is currently being used to render the list-view.

2 Likes

check here, maybe you are suffering from the same as I noticed when transition was taken out of scene some time ago: Transition for scenes is back! 0.109 - #11 by Mariusthvdb
although we now can use transition again, which I applaud vehemently, using it to turn_off lights causes unwanted behavior when turning lights on again. Hope there will be a way to get the previous behavior back. we know it was possible :wink:

I have the same error msg during upgrade as @danboth ā€¦ is there no info on the why somewhere?

aiohomekit 0.2.37 has requirement zeroconf[ip]<0.25.0,>=0.24.4, but youā€™ll have zeroconf 0.25.0 which is incompatible.

What problems are you having?

Go to developers tools->events and start listen to hue_event, then press the smart button and wait up to 5s to see if something appears.

  • If an event is received, then the issue is for implementing a ā€˜device triggerā€™ for that event
  • If nothing is received, then the issue is for implementing event + trigger for that Hue button device.

Iā€™ve been looking for forums for a day and I donā€™t know what to do. I donā€™t have a firewall on my Ubuntu Server, mDNS should be enabled by default (I have installed avahi-daemon), the homeassistant docker is running in HOST.
I can ping Chromecast from the host and container with the ā€œping Chromecastā€ command.

Everything seems to be correct, I am completely lost, I would appreciate any help.

Thanks!

Have you tried seeing or googling whether you can enable/disable mDNS on your network router? Iā€™m not experiencing this issue and youā€™re already participating in the github issue which will be more useful in pin pointing your specific troubleshooting requirements.

Yep, same with one of my thermometers.

1 Like

Do you know how to report this bug to devs? I do not.

I have found that many problems with chromecast is fixed by rebooting the chromecast device.

Go here https://home-assistant.io. Click ā€œhelpā€. Scroll down. There is a heading with the first word being ā€œBugsā€. Just below that it refers you to the github issues trackers.

For me Alexa integration via custom skill is broken after 0.109,
reverting to 0.108.9 made alexa work again.

Iā€™m getting ā€œsomethings wrong, enable/disable the skill via the alexa appā€
even though the test in the lambda function is working properly.

Aexa working fine here with the skill as defined in the docsā€¦

Just tested it, events are received:

Ereignis 3 ausgelƶst 12:19:
{
    "event_type": "hue_event",
    "data": {
        "id": "hue_smart_button_3",
        "unique_id": "00:17:88:01:06:06:66:86-01-fc00",
        "event": 1003,
        "last_updated": "2020-05-04T10:19:31"
    },
    "origin": "LOCAL",
    "time_fired": "2020-05-04T10:19:33.041845+00:00",
    "context": {
        "id": "b8cb6a3c8a724bbeb159d4a83b804573",
        "parent_id": null,
        "user_id": null
    }
}
Ereignis 2 ausgelƶst 12:19:
{
    "event_type": "hue_event",
    "data": {
        "id": "hue_smart_button_3",
        "unique_id": "00:17:88:01:06:06:66:86-01-fc00",
        "event": 1001,
        "last_updated": "2020-05-04T10:19:30"
    },
    "origin": "LOCAL",
    "time_fired": "2020-05-04T10:19:31.061022+00:00",
    "context": {
        "id": "0ce8180a381d4009860ea508882c658f",
        "parent_id": null,
        "user_id": null
    }
}
Ereignis 1 ausgelƶst 12:19:
{
    "event_type": "hue_event",
    "data": {
        "id": "hue_smart_button_3",
        "unique_id": "00:17:88:01:06:06:66:86-01-fc00",
        "event": 1002,
        "last_updated": "2020-05-04T10:19:21"
    },
    "origin": "LOCAL",
    "time_fired": "2020-05-04T10:19:23.039600+00:00",
    "context": {
        "id": "9739e31002674b7b922409da989e51bb",
        "parent_id": null,
        "user_id": null
    }
}
Ereignis 0 ausgelƶst 12:19:
{
    "event_type": "hue_event",
    "data": {
        "id": "hue_smart_button_3",
        "unique_id": "00:17:88:01:06:06:66:86-01-fc00",
        "event": 1000,
        "last_updated": "2020-05-04T10:19:21"
    },
    "origin": "LOCAL",
    "time_fired": "2020-05-04T10:19:22.068114+00:00",
    "context": {
        "id": "2840622e76e3449ab5451c52f517b349",
        "parent_id": null,
        "user_id": null
    }
}

Guess Iā€™ll create a bug report.

Great! Please make sure the state mapping for that device is noted there (like, 1003 code is X, 1002 code is Y, ā€¦), and the model name (used to filter and show the triggers for each remote). I think itā€™s ā€œHue Smart buttonā€, but Iā€™m not sure. It is listed on the devices table, column ā€œmodelā€.

With that info, it should be very easy to add it to HA :slight_smile:

First, thanks a lot to all contributors: HA keeps on improving thanks to your hard work and dedication, thank you so much for that.
However, I have to lodge yet another complaint about the new weather card. Sorry, but this is really painful. See below the before and after situation, it says it all, this is not an improvement, apart from the debatable beauty of the icons (I donā€™t even mention the visibility issues raised by several users):

  • I want to have more than three days of forecast
  • I want the condition/state more prominent than the place name
  • I want more info like wind speed/direction and humidity
  • I want precipitation level per day in the forecasts

image image
:pleading_face: Thanks to seriously consider either adding an option to select the design, or to revert the changes, please.

2 Likes