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ā¦
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.
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.
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
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.
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
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
Thanks to seriously consider either adding an option to select the design, or to revert the changes, please.