Feature Request: restrict access to uarttcp by IP
Problem: When using OpenBeken on a LAN, other users can intercept a Zigbee stream via UARTTCP, since there is no security on the stream.
Proposed Solution: Limit access based on the calling IP number. Add a parameter to UartTCP.
// startDriver UartTCP [baudrate] [buffer size] [connection channel] [hw flow control] [limit to IP]
e.g.
startdriver uarttcp 115200 512 1 1 172.16.1.220
Benefits: Only Home Assistant or Zigbee2MQTT IP can access the stream if it is limited to a specific IP address.
Good idea, will add today or tmrw
czw., 18 wrz 2025, 12:52 użytkownik Die Peter Pan @.***> napisał:
diepeterpan created an issue (openshwprojects/OpenBK7231T_App#1800) https://github.com/openshwprojects/OpenBK7231T_App/issues/1800
Problem: When using OpenBeken on a LAN, other users can intercept a Zigbee stream via UARTTCP, since there is no security on the stream.
Proposed Solution: Limit access based on the calling IP number. Added a parameter to UartTCP.
// startDriver UartTCP [baudrate] [buffer size] [connection channel] [hw flow control] [limit to IP]
e.g.
startdriver uarttcp 115200 512 1 1 172.16.1.220
Benefits: Only Home Assistant or Zigbee2MQTT IP can access the stream if it is limited to a specific IP address.
— Reply to this email directly, view it on GitHub https://github.com/openshwprojects/OpenBK7231T_App/issues/1800, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUMGZ63UGQI4S5UGEUTSS3D3TKFIFAVCNFSM6AAAAACG3I4ETOVHI2DSMVQWIX3LMV43ASLTON2WKOZTGQZDSNZZGQZDCNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>