https://github.com/jpawlowski/iobroker.residents
ioBroker adapter to map presence and activity status of real persons to their digital self.
https://github.com/jpawlowski/iobroker.residents
iobroker iobroker-adapter smarthome
Last synced: 4 months ago
JSON representation
ioBroker adapter to map presence and activity status of real persons to their digital self.
- Host: GitHub
- URL: https://github.com/jpawlowski/iobroker.residents
- Owner: jpawlowski
- License: mit
- Created: 2022-12-12T14:00:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T13:33:07.000Z (5 months ago)
- Last Synced: 2024-12-05T14:31:27.133Z (5 months ago)
- Topics: iobroker, iobroker-adapter, smarthome
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_OLD.md
- License: LICENSE
Awesome Lists containing this project
README

# ioBroker.residents
[](https://www.npmjs.com/package/iobroker.residents)
[](https://www.npmjs.com/package/iobroker.residents)

[](https://nodei.co/npm/iobroker.residents/)
**Tests:** 
## Residents adapter for ioBroker
The adapter helps to map the presence and activity status of individual residents. This is used to create a logical overall status of all residents and their presence or current activity at home.
Residents are represented by dedicated virtual devices with different types of roomie, guest, or pet.
We can differentiate between short-term and long-term absences, with some prediction capability regarding expected return. Based on this information, heating could either be reduced slightly or more than usual in case of longer absences. Also, when a resident is on its way back home, the home knows that it should prepare itself for its human to arrive soon.
In addition to the simple present/absent logic, presence is extended by the fact that you are awake or asleep at home. A fairly complex bedtime and awakening process is supported here to allow comfortable wake-up routines for each individual and the home itself.
The adapter is also designed to support a sophisticated notification routing system in the future. This will let you address messages to a specific person from your scripts, regardless of the transport medium. The actual transport media can be determined dynamically based on presence and activity state. For example, voice notifications at home can be replaced by text messages during absence instead by re-routing the message to a different ioBroker adapter. Messages could also be routed to a certain device in the room that the resident is currently occupying, for example a speaker or display.
## Documentation
- [Documentation (English)](docs/en/residents.md)
- [Dokumentation (Deutsch)](docs/de/residents.md)## Changelog
### 1.0.0 (2024-08-24) - 2024 Maintenance Release- (jpawlowski) Set minimum Node version to 18.x
- (jpawlowski) Set minimum JS-Controller version to 5.0.19
- (jpawlowski) Update package dependencies
- (jpawlowski) Some minor internal housekeeping## License
MIT License
Copyright (c) 2022-2024 Julian Pawlowski
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.