Switchbot Humidity/Temp-Sensor OpenSource Receiver
The SwitchBot Humidity/Temp-Sensor OpenSource Receiver allows users to read temperature and humidity data from the SwitchBot Indoor/Outdoor Thermo-Hygrometer without the need for pairing or an official app. It supports various Linux architectures and provides features such as a live web UI, REST API, and Telegram alerts. The device broadcasts data openly over BLE, raising privacy and security concerns.
- ▪The device operates on multiple Linux architectures including x86-64 and ARM.
- ▪It features passive BLE scanning and a live web UI for real-time monitoring.
- ▪Users can configure alerts via Telegram based on temperature and humidity thresholds.
Opening excerpt (first ~120 words) tap to expand
switchbot-w3400010 Passively reads temperature, humidity, and battery from SwitchBot Indoor/Outdoor Thermo-Hygrometer (Model W3400010) over BLE on Linux. No pairing. No official app. No cloud. Image: smarthomescene.com Platform Support Architecture Binary Suitable for x86-64 linux-amd64 Linux PC, home server, NUC, VM ARM64 linux-arm64 Raspberry Pi 4/5 (64-bit OS), Orange Pi, Rock Pi, Odroid N2, most modern ARM SBCs ARMv7l linux-armv7l Raspberry Pi 2/3/4 (32-bit OS), OSMC, LibreELEC, Armbian ARMv6l linux-armv6l Raspberry Pi 1, Zero, Zero W Fully static binary — no runtime dependencies, no CGO, no shared libraries. If it runs Linux and has a Bluetooth adapter, it will work.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.