astenger

Results 20 comments of astenger

The diagnostics json for a "broken" device does list "pir" and "none" as values in the data.status_range.pir.value.range section of the JSON. I wonder if the HA side code changes behaviour...

Here's the JSON section I mentioned above: ``` "data": { "endpoint": "https://apigw.tuyaeu.com", "terminal_id": "1707437824919KicFHm", "mqtt_connected": true, "disabled_by": null, "disabled_polling": false, "id": "bfb39419defea24e9cpvzb", "name": "pir-andy", "category": "pir", "product_id": "b5g40alm", "product_name": "PIR",...

I think I found a workaround. This uses a python script that allows to set arbitrary states on entities. I got the script from here: https://github.com/rodpayne/home-assistant/blob/88875142d709ed9f0aa738d68f61ab533c6eb9d5/.homeassistant/python_scripts/set_state.py I installed the script...

Luminance does not show up for me either, neither in the web UI nor in the diagnostic information. Interestingly enough, zigbee2mqtt seems to have solved this for them: https://github.com/Koenkk/zigbee2mqtt/issues/12678

Also checked the diagnostics info and there is nothing in there either: `{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.6.3", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.11.4", "docker":...

Home assistant version is as follows: Home Assistant 2023.6.3 Supervisor 2023.06.4 Operating System 10.3 Frontend 20230608.0 - latest

I have the same issue. from home assistant log details: ---------- Logger: homeassistant.components.xiaomi_miio Source: components/xiaomi_miio/__init__.py:128 Integration: Xiaomi Miio ([documentation](https://www.home-assistant.io/integrations/xiaomi_miio), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+xiaomi_miio%22)) First occurred: 16:29:52 (1 occurrences) Last logged: 16:29:52 Unsupported device...

The temp sensor does not show up in the device view of the Mi Home app, but it does show in the room overview: ![IMG-6684](https://user-images.githubusercontent.com/3413174/205478302-6fd4ebd5-8d73-4df6-a82a-5c5287450d0e.PNG)

Update: installing the HACS version worked. Quite a bit of editing in the config files since I have two humidifiers in different rooms, but it does work. Thanks for making...