Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.16k stars 1.68k forks source link

Bticino N4027C tilt position not exposes anymore #23726

Open flyDlight opened 2 months ago

flyDlight commented 2 months ago

What happened?

I have eight Bticino N4027C purchased all together a few months ago. I installed two of them immediately and they showed the tilt position. Now I'm installing the other six, but I noticed that they no longer show the tilt position (not even the two previously installed).

What did you expect to happen?

I expected that the devices expose the tilt position again

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.39.1

Adapter firmware version

7.4.2 [GA]

Adapter

Sonoff zigbee dongle E

Setup

Plain on docker on linux debian

Debug log

No response

flyDlight commented 1 month ago

Any solutions or suggestions?

Koenkk commented 1 month ago

I think you need to enable the tilt control in the z2m frontend -> device -> settings specific, and then restart z2m.

flyDlight commented 1 month ago

it doesn't work. I can see the "tilt" value in the "state" tab but I have no controls on the dashboard or even in home assistant. Here the state output: { "calibration_mode": "specific_nllv", "device": { "applicationVersion": 0, "dateCode": " \u000020220113\u0000\u0000\u0000\u0000\u0000", "friendlyName": "tapp cucina", "hardwareVersion": 9, "ieeeAddr": "0x0004740001136286", "manufacturerID": 4129, "manufacturerName": " Legrand", "model": "K4027C/L4027C/N4027C/NT4027C", "networkAddress": 46114, "powerSource": "Mains (single phase)", "softwareBuildID": "003d", "stackVersion": 69, "type": "Router", "zclVersion": 8 }, "led_if_on": "ON", "led_in_dark": "OFF", "linkquality": 176, "position": 100, "state": "OPEN", "tilt": 100, "update": { "installed_version": 4015615, "latest_version": 4015615, "state": "idle" }, "update_available": false, "action": null }