ConnectorIO / connectorio-addons

Dedicated repository for openHAB software extensions maintained by ConnectorIO.
Apache License 2.0
18 stars 11 forks source link

Provide inspector which will trace communication between bindings and end devices #45

Open splatch opened 7 months ago

splatch commented 7 months ago

There are cases where data follows asymmetric paths (listening for radio broadcasts, packets generated by operation in binding) which might result in various hard-to-follow situations. Usually low level tracing requires use of wireshark or specialized tooling. A software communication inspector which could be feed and utilized by bindings will help in collecting traces.