nuki_hub icon indicating copy to clipboard operation
nuki_hub copied to clipboard

Nuki Bridge API

Open rueckix opened this issue 2 years ago • 5 comments

Anybody tried/thought of implementing the Nuki Bridge Api (https://developer.nuki.io/page/nuki-bridge-http-api-1-13/4) ? That would allow for a drop-in replacement for the official bridge, while preserving all features of home automation systems. E.g., openhab (https://www.openhab.org/addons/bindings/nuki/).

rueckix avatar Jun 19 '22 19:06 rueckix

@rueckix this other repo implements what you want: https://github.com/dauden1184/RaspiNukiBridge

rodriguezst avatar Jun 19 '22 20:06 rodriguezst

Thanks... except that I thought it'd be handy to have the bridge API on the ESP32, of course ;-)

rueckix avatar Jun 20 '22 16:06 rueckix

Having a quick look at the Bridge API, I'd say it's possible but would require a substantial amount of work. Not only writing the code, but also testing with existing smart home solutions and so on. Probably not going to happen too soon.

technyon avatar Jun 20 '22 17:06 technyon

I agree, not trivial, but doable if we have enough flash left. Have to yet order and set up my dev kit.

rueckix avatar Jun 20 '22 18:06 rueckix

I'd say there's enough left

################## Size Summary ################## Program Size: 1545758 of 1966080 bytes (78%) Data Size: 50260 of 327680 bytes (15%) ##################################################

A big part of what's used already is the BLE lib I think.

technyon avatar Jun 20 '22 18:06 technyon