Joel Kåberg
Joel Kåberg
> My HA and tempest are definitely in separate subnets and firewalled off from each other. I would expect that the config flow will allow me specify the target IP...
Example: http://i.imgur.com/UEdIKLZ.png Fullscreen: http://i.imgur.com/I9rPV8z.png @Afterster
Shouldn't this be filed over at https://github.com/Koenkk/zigbee-herdsman-converters ? Anyhow voicing my interest as I have two of these.
So just looking briefly into this, comparing [Yale](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/yale.js) with [Onesti](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/onesti.js) - there seems to be missing some parts? I'm assuming something like [this](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/yale.js#L30) is needed (operation_event)? Perhaps @Koenkk has time...
Looking over the code again I notice that on https://github.com/Koenkk/zigbee-herdsman-converters/blob/53455e815702e2465c8040022c3e267965d3d8b7/devices/onesti.js#L15 we have `fromZigbee: [fz.lock, fz.lock_operation_event, fz.battery, fz.lock_programming_event, fz.easycodetouch_action],` The same `fromZigbee` for [Yale](https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/src/devices/yale.js#L9) contains `fromZigbee: [fz.lock, fz.battery, fz.lock_operation_event, fz.lock_programming_event, fz.lock_pin_code_response,...
I tried my suggestion, but no dice so then I'm out of ideas? Still getting null values for `action_source_name`, `action_user` and `action`
Seems like @eirikd did the groundwork in https://github.com/Koenkk/zigbee-herdsman-converters/pull/2791 - do you have any thoughts as to the above?
Zigbee protocol documentation: https://github.com/Koenkk/zigbee2mqtt/files/6015013/E-life.Zigbee.Modul.User.Manual.v2.0.pdf - last page (page 16) documents the missing functionality
> Someone told me, that they had read, that in order to get the ID and method of unlocking reported over zigbee, the user had to be set up using...
> I have sniffed my Zigbee network with a CC2531 sniffer module, Wireshark, Sonoff Z8Dongle-E and a Nimly lock. The lock seems to use a new or undocumented way of...