Supergiovane / node-red-contrib-knx-ultimate

Control your KNX intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer.
https://youtu.be/egRbR_KwP9I
MIT License
141 stars 34 forks source link

feat: Turn unknown error 0x25 to E_NO_MORE_UNIQUE_CONNECTIONS #359

Closed ede1998 closed 1 month ago

ede1998 commented 1 month ago

Got unknown error 37 (=0x25) when trying to connect to my KNX Tunneling device. After digging through Wireshark, I found out it means "no more unique connections":

image

So I added a proper error message: image