=================
**Version:**
This ioBroker adapter allows the integration of XSense devices into the ioBroker smart home system.
It is designed to receive data from XSense smoke detectors, CO detectors, and other compatible devices, making them available in ioBroker for automation and monitoring.
The adapter communicates with the XSense cloud server and provides an easy way to integrate XSense devices into existing ioBroker setups.
An XSense Bridge SBS50 is required.
The adapter is not intended for alarm purposes β it is primarily for monitoring the device battery status. I accept no liability if the place burns down.
- Smoke detectors
- Carbon monoxide detectors
- Heat detectors
- Water leak detectors
- Hygrometers
- Base stations (if supported)
- An XSense account with registered devices
- Internet connection for cloud communication
Since XSense does not allow simultaneous login from the app and third-party software, it is recommended to follow this procedure:
-
Create a second account in the XSense app
-
Log in with the new account, then log out
-
Log in again with your original account
-
Share the desired devices from the main account with the new account
-
Log back into the new account and accept the invitation
-
Finally, enter the new account credentials in the adapter settings
Alternatively: You can use only one account, with the drawback that you will constantly be logged out of the app.
Error Message after install
[XSense] Cannot find package '@mongodb-js/zstd'
check your Node version. zstd has a problem wit Node 24
or if you have a VM on proxmox check your CPU settings
- (arteck) Dependencies have been updated
- (copilot) Adapter requires node.js >= 22 now
- (arteck) Dependencies have been updated
- (arteck) fix deviceManager
- (arteck) fix battery info
- (arteck) add deviceManager
- (arteck) fix battery info
- (arteck) mqtt message as info in log
Older changelogs can be found there
MIT License
Copyright (c) 2025-2026 Arthur Rupp arteck@outlook.com,
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.