konnected-io / konnected-security

Konnected connects wired sensors and switches to SmartThings, Home Assistant, Hubitat and OpenHAB
https://konnected.io
Apache License 2.0
418 stars 323 forks source link

Security type #55

Closed Craigzyc closed 6 years ago

Craigzyc commented 6 years ago

What level of security is implemented in the communication between the smartthings hub and the device?

I don't see anything mentioned about a security implementation but I figure there must be some decent encryption/security for a security device

heythisisnate commented 6 years ago

The device uses standard TLS encryption to talk to the SmartThings API to update the status of sensors as they change in real-time. The SmartThings hub communicates to the device (for actuating devices and device discovery/settings) over your local LAN via unencrypted HTTP messages.