!Logo
ioBroker.selveRF


!Number of Installations (latest)
!Number of Installations (stable)
Tests: !Test and Release
selveRF adapter for ioBroker
Connection with Selve actuators, sensors and senders through USB-Gateway
See the wiki for setup instructions
This project is not affiliated with Selve. It is a personal project.
Changelog
$3
* Updated dependencies
* General maintenance
* Switch to jsonConfig.json adminUI with responsive design
* Updated translations
$3
* Update dependencies
$3
* Fix critical error for sensors and senders
$3
* Stable version release
* Minor (non functional) changes
$3
* Improved error handling and longer wait period, before the connection with the gateway resets
* scaledPosition was split into scaledPosition and scaledTargetPosition
* Inverted states for scaledPosition and scaledTargetPosition were added
* Gateway log events now are properly logged in ioBroker as debug-messages
$3
* Fixed drivePos2 command for iveo actuators
$3
* Bugfix
$3
* Added support for senders
* iveo actuators now have "lastSentCommand" to keep track of the status of the actuator
$3
* Added iveo actuators
* Added sensors
$3
* Bugfix
$3
* Improved debug logging
* Bugfix in command enqueueing
* Added wait time after fault code from gateway before next try
* Added small delay while sending multiple messages
* Remove unsuccessful ping messages from sending queue
$3
* Bugfix in message receiving
* Updated dependencies
$3
* More robust message receiving from gateway (incomplete messages now get discarded)
* Bugfix for the reconnection routine
* Added scaled position
$3
* Fix fatal crash when a timeout occurs
$3
* Added logo
* Changes for testing
$3
* Implemented retries for message sending and automatic adapter restarts
$3
* Implemented ability to receive multiple gateway messages from one message through the serialport
* Implemented handling of of command.result
* Implemented aggregation of commands to send
$3
* Implemented fault code handling from gateway
$3
* Improved logging
$3
* Serialport now properly closes, when the adapter is stopped
* small bugfixes
$3
* Refactored parts of the code and added more comments
* Implemented more states for commeo actuators
$3
* First implementation of commeo actuators
$3
* (Rintrium) initial release
License
MIT License
Copyright (c) 2021-2024 Rintrium
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.