Nuki Integration Door Opener DeviceType missing

Hi
Not sure if this is the right place to ask. But installed my Nuki Lock and connected it to HA. Entities show up now I can fully control my door lock.
The door opener doesn’t work. The issue is that it has deviceType=2 => that can be seen in the list api.
http://192.168.214.240:8080/list?token=mytoken

[{“deviceType”: 0, “nukiId”: 476136xxx, “name”: “Apartment Door”, “firmwareVersion”: “2.7.30”, “lastKnownState”: {“mode”: 2, “state”: 1, “stateName”: “locked”, “batteryCritical”: false, “doorsensorState”: 2, “doorsensorStateName”: “door closed”, “timestamp”: “2020-08-22T20:36:56+00:00”}}, {“deviceType”: 2, “nukiId”: 505874xyz, “name”: “House Door”, “firmwareVersion”: “1.4.6”, “lastKnownState”: {“mode”: 2, “state”: 3, “stateName”: “rto active”, “batteryCritical”: false, “timestamp”: “2020-08-22T20:38:33+00:00”}}]

But it looks the integration doesn’t check for that. So it calls:
http://192.168.214.240:8080/lockAction?token=mytoken&nukiId=505874805&action=1&noWait=1

Instead of: http://192.168.214.240:8080/lockAction?token=mytoken&nukiId=505874805&action=1&noWait=1&deviceType=2
which would work.

Anybody here to add this to the module or tell me if there is a github location I can try to do a pull request on to add it?

@pbel78

I have installed my new nuki a view days ago … :smiley: had the same problem - use the service lock.open to use the opener - works perfect for me