This adapter allows to connect Local Control Network LCN to ioBroker.
- LCN-PKE
- LCN-PKU with LCN-PCHK
Don't forget that ioBroker.lcn
will block one LCN Connection License.
The configuration and modules will be automatically detected by scan, that must be triggered manually from the configuration dialog and can be repeated any time again.
The following read and write groups are supported:
- Analog values (output/input)
- Relays (output)
- Sensors (input)
- LEDs (output / input)
- Variables (input)
To apply the valid convert functions to variables, the variables must have the valid roles. The following roles are supported:
- value.temperature - temperature in celsius
- value.brightness - Lux (I- input) in lux
- value.speed.wind - wind speed in m/s
- value.voltage - voltage in Volt
- value.current - current in Ampere
- value.sun.azimuth - sun azimuth
- value.sun.elevation - sun elevation
For every device you can activate if it has display or not.
For every device you can activate if it has regulators or not.
- Reconnect interval(sec) - how often the adapter tries to connect. Default every 30 seconds.
- Connect timeout(ms) - how long adapter waits for connection response inclusive authentication. Default 6 seconds.
- Scan response timeout(ms) - how long adapter waits for answers by scan of modules.
- Response timeout(ms) - timeout for control commands
- Ping Interval(sec) - how often adapter sends ping requests
- Ping response timeout(ms) - timeout for ping requests
- IN/OUT Relays are the same - if the "out" and "in" relays are the same thing or if these relays are different ones.
// ===================== Same relays =============================
// +-------+
// ----------------- OUT -----------> | |
// | Relay |
// <----------------- IN ------------ | |
// +-------+
//
//
// ====================== Different relays =======================
// +-------+
// | |
// ----------------- OUT -----------> | Relay |
// | |
// +-------+
//
// +--------+
// | Sensor |
// <----------------- IN ------------ | or |
// | Relay |
// +--------+
After the first start, the devices must be scanned. It can be done in the configuration dialog with scan button
- Configuration dialog to define type of variables.
- (bluefox) License was changed to MIT. The adapter is now free of charge.
- (bluefox) Added translations
- (bluefox) Corrected checking of licenses with license manager
- (bluefox) Disable possibility to install via git
- (bluefox) Made adapter compatible with js-controller 6
- (bluefox) A minimum supported node.js version is 18
- (bluefox) Added SUM inputs
- (bluefox) Corrected setting of undefined values
- (bluefox) Corrected license check
- (bluefox) Corrected issue with password
- (bluefox) Ack will be ignored for the display commands
- (bluefox) Changed the calculation of the temperature variables
- (bluefox) Implemented the regulators and the display support.
- (bluefox) General relays mode implemented
- (bluefox) Detected delayed responses
- (bluefox) Dynamical creation of states is implemented
- (bluefox) Relay inputs were corrected
- (bluefox) Connection indication was corrected
- (bluefox) Finger scanner supported
- (bluefox) Added possibility to set the analog mode
- (bluefox) Relay outputs are supported now
- (bluefox) Fixed error by parsing of acknowledgement
- (bluefox) Support of old measure values was added
- (bluefox) add variables support
- (bluefox) initial release
The MIT License (MIT)
Copyright (c) 2018-2024 Denis Haev dogafox@gmail.com Private License Copyright (c) 2025 Denis Haev dogafox@gmail.com MIT License
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.