Установка на Debian 9 x86\x64 железе

Данный раздел предназначен для русскоязычных пользователей. Если вы владеете английским, рекомендуем также просмотреть общую ветку обсуждений на английском.
Post Reply
igitlin
Posts: 92
Joined: 27 Jul 2017 23:04

Установка на Debian 9 x86\x64 железе

Post by igitlin »

Пытаюсь поставить на обычное железо( не малина) с Debian9
но LD_LIBRARY_PATH=libs ./z-way-server
сообщает что
iliya@ioBrokerDeb:/opt/z-way-server$ LD_LIBRARY_PATH=libs ./z-way-server ./z-way-server: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

Вроде установил эту либу http://security.debian.org/debian-secur ... _amd64.deb
запустился сервер, но выдает

[2019-08-09 20:06:03.096] [core] Error: can not write back config to storage: Error: Permission denied
igitlin
Posts: 92
Joined: 27 Jul 2017 23:04

Re: Установка на Debian 9 x86\x64 железе

Post by igitlin »

запустил вроде, но не видит стика
An unexpected error occurred while initialising the Z-Wave controller data.
проверил в настройка ACM0,
у меня на этом же порту контроллер висит,
/dev/ttyACM0 usb-0658_0200-if00 0658
пробовал дать ему полные права 777, все равно не видит его
crwxrwxrwx 1 root dialout 166, 0 авг 9 19:21 /dev/ttyACM0
igitlin
Posts: 92
Joined: 27 Jul 2017 23:04

Re: Установка на Debian 9 x86\x64 железе

Post by igitlin »

Code: Select all

iliya@ioBrokerDeb:~$ cd /opt/z-way-server
iliya@ioBrokerDeb:/opt/z-way-server$ LD_LIBRARY_PATH=libs ./z-way-server
Z-Way version v3.0.0 from 2019-07-18 02:47:11 +0300 (build fabbd8c917ba3564c3cee86f3baca2e04da1892f)
Looking for modules in ./modules
Module modws.so loaded
Failed to load module modiconinstaller.so: libarchive.so.12: cannot open shared object file: No such file or directory
Module modenocean.so loaded
Module modhttp.so loaded
Failed to load module modskininstaller.so: libarchive.so.12: cannot open shared object file: No such file or directory
Module modnotification2ext.so loaded
Module modhomekit.so loaded
Module modsockets.so loaded
Module modzbw.so loaded
Module modcrypto.so loaded
Failed to load module modinstaller.so: libarchive.so.12: cannot open shared object file: No such file or directory
Module moddhs.so loaded
Failed to load module modzwave.so: libarchive.so.12: cannot open shared object file: No such file or directory
Using default configuration file config.xml
Error: 'debug-port' number is out of range. Skipping it.
Failed to open log file: 13
[2019-08-09 21:30:19.058] [I] [core] Executing script: /*** Z-Way Home Automation Engine main executable ***************************** ...
[2019-08-09 21:30:19.058] [I] [core] Executing script: // Comon utilities and functions ...
[2019-08-09 21:30:19.059] [I] [core] Executing script: // This script transforms old formats to new ...
cat: /etc/z-way/box_type: Нет такого файла или каталога
[2019-08-09 21:30:19.331] [I] [core] Executing script: /*! EventEmitter2 https://github.com/hij1nx/EventEmitter2 Copyright (c) 2013 hij1nx Licensed under the MIT license.*/ ...
[2019-08-09 21:30:19.335] [I] [core] Executing script: //     Underscore.js 1.8.3 ...
[2019-08-09 21:30:19.339] [I] [core] Executing script: /*! Papa Parse v4.1.2 https://github.com/mholt/PapaParse */ ...
[2019-08-09 21:30:19.343] [I] [core] Executing script: /* @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */ ...
[2019-08-09 21:30:19.346] [I] [core] Executing script: // BAOS_API_2011_01_29_001 ...
[2019-08-09 21:30:19.346] [I] [core] Executing script: // Converts IntelHex into binary 128 kB file ...
[2019-08-09 21:30:19.347] [I] [core] Executing script: // Public domain version of Base64 encoder/decoder found somewhere in the Internet ...
[2019-08-09 21:30:19.347] [I] [core] Executing script: /* ...
[2019-08-09 21:30:19.347] [I] [core] Executing script: /*** Z-Way HA Virtual Device base class *************************************** ...
[2019-08-09 21:30:19.348] [I] [core] Executing script: /*** Z-Way DevicesCollection class ************************************ ...
[2019-08-09 21:30:19.353] [I] [core] Executing script: /*** Z-Way HA Controller class module ***************************************** ...
[2019-08-09 21:30:19.353] [I] [core] Executing script: /*** Automation Webserver Auth Controller ************************************* ...
[2019-08-09 21:30:19.353] [I] [core] Executing script: /*** Z-Way HA Automation module base class ************************************ ...
[2019-08-09 21:30:19.354] [I] [core] Executing script: /*** Initialize Webserver and Handlers ***************************************** ...
[2019-08-09 21:30:19.355] [I] [core] Executing script: /*** ZAutomationAPI Web Request Handler ***************************************** ...
[2019-08-09 21:30:19.357] [I] [core] Executing script: /*** ZAutomationAPI Provider ************************************************** ...
[2019-08-09 21:30:19.357] [I] [core] Executing script: // Make this testable by pulling in underscore from the parent module ...
[2019-08-09 21:30:19.357] [I] [core] Executing script: /*** Main Automation storage module ***************************************** ...
[2019-08-09 21:30:19.359] [I] [core] --- Loading ZAutomation classes
[2019-08-09 21:30:19.369] [I] [core] Starting ZWay Automation webserver
[2019-08-09 21:30:19.370] [I] [core] Loading modules...
[2019-08-09 21:30:19.371] [I] [core] Loading module Cron from modules/Cron
[2019-08-09 21:30:19.372] [I] [core] Executing script: /*** Cron ZAutomation module ************************************************** ...
[2019-08-09 21:30:19.373] [I] [core] Instantiating module 2 from class Cron
[2019-08-09 21:30:19.373] [I] [core] --- Starting module System Clock (CRON)
[2019-08-09 21:30:19.510] [I] [core] Loading module ZWave from modules/ZWave
[2019-08-09 21:30:19.514] [I] [core] Executing script: /*** Z-Wave Binding module ******************************************************** ...
[2019-08-09 21:30:19.516] [I] [core] Instantiating module 1 from class ZWave
[2019-08-09 21:30:19.516] [I] [core] --- Starting module Z-Wave Network Access
[2019-08-09 21:30:19.665] [I] [core] ReferenceError: ZWaveBinding is not defined
[2019-08-09 21:30:19.665] [I] [core] Trying to restart Z-Wave binding (zway) in 10 seconds
[2019-08-09 21:30:19.666] [I] [core] Loading module InfoWidget from modules/InfoWidget
[2019-08-09 21:30:19.666] [I] [core] Executing script: /*** InfoWidget Z-Way HA module ******************************************* ...
[2019-08-09 21:30:19.667] [I] [core] Instantiating module 4 from class InfoWidget
[2019-08-09 21:30:19.667] [I] [core] --- Starting module Information Widget
[2019-08-09 21:30:19.804] [I] [core] Creating device text InfoWidget_4_Int
[2019-08-09 21:30:19.809] [I] [core] Instantiating module 9 from class InfoWidget
[2019-08-09 21:30:19.809] [I] [core] --- Starting module Information Widget
[2019-08-09 21:30:19.974] [I] [core] Creating device text InfoWidget_9_Int
[2019-08-09 21:30:19.976] [I] [core] Loading module RemoteAccess from modules/RemoteAccess
[2019-08-09 21:30:19.977] [I] [core] Executing script: /*** RemoteAccess Z-Way HA module ******************************************* ...
[2019-08-09 21:30:19.977] [I] [core] Instantiating module 12 from class RemoteAccess
[2019-08-09 21:30:19.977] [I] [core] --- Starting module Remote Access
[2019-08-09 21:30:20.136] [I] [core] Loading module InbandNotifications from modules/InbandNotifications
[2019-08-09 21:30:20.136] [I] [core] Executing script: /*** InbandNotifications Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.136] [I] [core] Instantiating module 3 from class InbandNotifications
[2019-08-09 21:30:20.137] [I] [core] --- Starting module Inband Notifier
[2019-08-09 21:30:20.245] [I] [core] Loading module OpenRemoteHelpers from modules/OpenRemoteHelpers
[2019-08-09 21:30:20.245] [I] [core] Executing script: /* RaZOR ...
[2019-08-09 21:30:20.245] [I] [core] Loading module PhilioHW from modules/PhilioHW
[2019-08-09 21:30:20.246] [I] [core] Executing script: /*** PhilioHW Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.246] [I] [core] Loading module TPLinkHS110 from modules/TPLinkHS110
[2019-08-09 21:30:20.246] [I] [core] Executing script: /*** TPLinkHS110 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.246] [I] [core] Loading module DummyDevice from modules/DummyDevice
[2019-08-09 21:30:20.246] [I] [core] Executing script: /*** DummyDevice Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.246] [I] [core] Loading module MailNotifier from modules/MailNotifier
[2019-08-09 21:30:20.247] [I] [core] Executing script: /*** MailNotifier Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.247] [I] [core] Instantiating module 11 from class MailNotifier
[2019-08-09 21:30:20.247] [I] [core] --- Starting module E-mail ME
[2019-08-09 21:30:20.416] [I] [core] Creating device toggleButton MailNotifier_11
[2019-08-09 21:30:20.576] [I] [core] Loading module SensorValueLogging from modules/SensorValueLogging
[2019-08-09 21:30:20.576] [I] [core] Executing script: /*** SensorValueLogging Z-Way Home Automation module ************************************* ...
[2019-08-09 21:30:20.577] [I] [core] Loading module CustomUserCodeLoader from modules/CustomUserCodeLoader
[2019-08-09 21:30:20.577] [I] [core] Executing script:   /*** CustomUserCodeLoader ZAutomation module **************************************** ...
[2019-08-09 21:30:20.577] [I] [core] Loading module CorrectValue from modules/CorrectValue
[2019-08-09 21:30:20.577] [I] [core] Executing script: /*** CorrectValue Z-Way Home Automation module ************************************* ...
[2019-08-09 21:30:20.578] [I] [core] Loading module MobileAppSupport from modules/MobileAppSupport
[2019-08-09 21:30:20.578] [I] [core] Executing script: /* Mobile App Support ...
[2019-08-09 21:30:20.579] [I] [core] Instantiating module 10 from class MobileAppSupport
[2019-08-09 21:30:20.579] [I] [core] --- Starting module Mobile App Support
[2019-08-09 21:30:20.884] [I] [core] Loading module MultilineSensor from modules/MultilineSensor
[2019-08-09 21:30:20.884] [I] [core] Executing script: /*** MultilineSensor Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.885] [I] [core] Loading module FosCam9828 from modules/FosCam9828
[2019-08-09 21:30:20.885] [I] [core] Executing script: /*** FosCam9828 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.885] [I] [core] Loading module TechnaxxTX65 from modules/TechnaxxTX65
[2019-08-09 21:30:20.885] [I] [core] Executing script: /*** TechnaxxTX65 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.886] [I] [core] Loading module TamperAutoOff from modules/TamperAutoOff
[2019-08-09 21:30:20.886] [I] [core] Executing script: /*** TamperAutoOff Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.886] [I] [core] Loading module FosCam9805 from modules/FosCam9805
[2019-08-09 21:30:20.886] [I] [core] Executing script: /*** FosCam9805 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.886] [I] [core] Loading module SensorsPolling from modules/SensorsPolling
[2019-08-09 21:30:20.887] [I] [core] Executing script: /*** SensorsPolling Z-Way HA module ******************************************* ...
[2019-08-09 21:30:20.888] [I] [core] Instantiating module 5 from class SensorsPolling
[2019-08-09 21:30:20.888] [I] [core] --- Starting module Periodical Sensor Polling
[2019-08-09 21:30:21.018] [I] [core] Loading module CustomUserCodeZWay from modules/CustomUserCodeZWay
[2019-08-09 21:30:21.018] [I] [core] Executing script:   /*** CustomUserCodeZWay ZAutomation module **************************************** ...
[2019-08-09 21:30:21.018] [I] [core] Loading module ImportRemoteHA from modules/ImportRemoteHA
[2019-08-09 21:30:21.018] [I] [core] Executing script: /*** ImportRemoteHA Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.018] [I] [core] Loading module LogicalRules from modules/LogicalRules
[2019-08-09 21:30:21.019] [I] [core] Executing script: /*** LogicalRules Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.019] [I] [core] Loading module ScheduledScene from modules/ScheduledScene
[2019-08-09 21:30:21.019] [I] [core] Executing script: /*** ScheduledScene Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.019] [I] [core] Loading module HTTPDevice from modules/HTTPDevice
[2019-08-09 21:30:21.019] [I] [core] Executing script: /*** HTTPDevice Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.020] [I] [core] Loading module VistaCam from modules/VistaCam
[2019-08-09 21:30:21.020] [I] [core] Executing script: /*** VistaCam Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.020] [I] [core] Loading module BindDevices from modules/BindDevices
[2019-08-09 21:30:21.020] [I] [core] Executing script: /*** BindDevices Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.020] [I] [core] Loading module SmartLight from modules/SmartLight
[2019-08-09 21:30:21.020] [I] [core] Executing script: /*** SmartLight Z-Way Home Automation module ************************************* ...
[2019-08-09 21:30:21.021] [I] [core] Loading module GoogleHome from modules/GoogleHome
[2019-08-09 21:30:21.021] [I] [core] Executing script: /*** GoogleHome Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.021] [I] [core] Loading module FosCam9826 from modules/FosCam9826
[2019-08-09 21:30:21.021] [I] [core] Executing script: /*** FosCam9826 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.022] [I] [core] Loading module TechnaxxTX67 from modules/TechnaxxTX67
[2019-08-09 21:30:21.022] [I] [core] Executing script: /*** TechnaxxTX67 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.022] [I] [core] Loading module LightScene from modules/LightScene
[2019-08-09 21:30:21.022] [I] [core] Executing script: /*** LightScene Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.022] [I] [core] Loading module FosCam9821 from modules/FosCam9821
[2019-08-09 21:30:21.022] [I] [core] Executing script: /*** FosCam9821 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.023] [I] [core] Loading module GroupDevices from modules/GroupDevices
[2019-08-09 21:30:21.023] [I] [core] Executing script: /*** GroupDevices Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.023] [I] [core] Loading module DelayedScene from modules/DelayedScene
[2019-08-09 21:30:21.023] [I] [core] Executing script: /*** DelayedScene Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.023] [I] [core] Loading module Security from modules/Security
[2019-08-09 21:30:21.024] [I] [core] Executing script: /*** Security Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.024] [I] [core] Loading module IfThen from modules/IfThen
[2019-08-09 21:30:21.025] [I] [core] Executing script: /*** IfThen Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.025] [I] [core] Loading module Heating from modules/Heating
[2019-08-09 21:30:21.025] [I] [core] Executing script: /*** Heating Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.026] [I] [core] Loading module Sonos from modules/Sonos
[2019-08-09 21:30:21.027] [I] [core] Executing script: /*** Sonos Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.027] [I] [core] Loading module SensorsPollingLogging from modules/SensorsPollingLogging
[2019-08-09 21:30:21.027] [I] [core] Executing script: /*** SensorsPollingLogging Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.027] [I] [core] Loading module LightMotionRockerAutocontrol from modules/LightMotionRockerAutocontrol
[2019-08-09 21:30:21.028] [I] [core] Executing script: /*** LightMotionRockerAutocontrol Z-Way Home Automation module ************************************* ...
[2019-08-09 21:30:21.028] [I] [core] Loading module Camera from modules/Camera
[2019-08-09 21:30:21.028] [I] [core] Executing script: /*** Camera Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.028] [I] [core] Loading module AutoOff from modules/AutoOff
[2019-08-09 21:30:21.028] [I] [core] Executing script: /*** AutoOff Z-Way Home Automation module ************************************* ...
[2019-08-09 21:30:21.029] [I] [core] Loading module GlobalCache from modules/GlobalCache
[2019-08-09 21:30:21.029] [I] [core] Executing script: /*** GlobalCache Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.029] [I] [core] Loading module EnOcean from modules/EnOcean
[2019-08-09 21:30:21.029] [I] [core] Executing script: /*** EnOcean Binding module ******************************************************** ...
[2019-08-09 21:30:21.030] [I] [core] Loading module TechnaxxTX66 from modules/TechnaxxTX66
[2019-08-09 21:30:21.030] [I] [core] Executing script: /*** TechnaxxTX66 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.030] [I] [core] Loading module Notification from modules/Notification
[2019-08-09 21:30:21.030] [I] [core] Executing script: /*** Notification Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.030] [I] [core] Loading module Alexa from modules/Alexa
[2019-08-09 21:30:21.031] [I] [core] Executing script: /*** Alexa Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.031] [I] [core] Loading module Rules from modules/Rules
[2019-08-09 21:30:21.031] [I] [core] Executing script: /*** Rules Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.031] [I] [core] Loading module Scenes from modules/Scenes
[2019-08-09 21:30:21.032] [I] [core] Executing script: /*** Scenes Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.032] [I] [core] Loading module RoundRobinScenes from modules/RoundRobinScenes
[2019-08-09 21:30:21.032] [I] [core] Executing script: /*** RoundRobinScenes Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.032] [I] [core] Loading module CloudBackup from modules/CloudBackup
[2019-08-09 21:30:21.032] [I] [core] Executing script: /*** CloudBackup Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.033] [I] [core] Instantiating module 8 from class CloudBackup
[2019-08-09 21:30:21.033] [I] [core] --- Starting module CloudBackup
[2019-08-09 21:30:21.177] [I] [core] Something went wrong. Reading remote id has failed. Error:ZBW path does not exist
[2019-08-09 21:30:21.177] [I] [core] Something went wrong. Reading remote id has failed.
[2019-08-09 21:30:21.178] [I] [core] Loading module ZMEOpenWRT from modules/ZMEOpenWRT
[2019-08-09 21:30:21.178] [I] [core] Executing script: /*** ZMEOpenWRT Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.178] [I] [core] Loading module TPLinkHS100 from modules/TPLinkHS100
[2019-08-09 21:30:21.178] [I] [core] Executing script: /*** TPLinkHS100 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.178] [I] [core] Loading module CustomUserCode from modules/CustomUserCode
[2019-08-09 21:30:21.178] [I] [core] Executing script:   /*** CustomUserCode ZAutomation module **************************************** ...
[2019-08-09 21:30:21.179] [I] [core] Loading module OpenWeather from modules/OpenWeather
[2019-08-09 21:30:21.179] [I] [core] Executing script: /*** OpenWeather Extended Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.179] [I] [core] Loading module HazardNotification from modules/HazardNotification
[2019-08-09 21:30:21.179] [I] [core] Executing script: /*** HazardNotification Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.179] [I] [core] Loading module SecurityMode from modules/SecurityMode
[2019-08-09 21:30:21.180] [I] [core] Executing script: /*** SecurityMode Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.180] [I] [core] Loading module EdimaxSP1101 from modules/EdimaxSP1101
[2019-08-09 21:30:21.180] [I] [core] Executing script: /*** EdimaxSP1101 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.180] [I] [core] Loading module ThermostatDevice from modules/ThermostatDevice
[2019-08-09 21:30:21.180] [I] [core] Executing script: /*** ThermostatDevice Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.180] [I] [core] Loading module DeviceHistory from modules/DeviceHistory
[2019-08-09 21:30:21.181] [I] [core] Executing script: /*** DeviceHistory Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.182] [I] [core] Loading module AutoLock from modules/AutoLock
[2019-08-09 21:30:21.182] [I] [core] Executing script: /*** AutoLock Z-Way Home Automation module ************************************* ...
[2019-08-09 21:30:21.182] [I] [core] Loading module RGB from modules/RGB
[2019-08-09 21:30:21.182] [I] [core] Executing script: /*** RGB Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.182] [I] [core] Loading module SwitchControlGenerator from modules/SwitchControlGenerator
[2019-08-09 21:30:21.183] [I] [core] Executing script: /*** SwitchControlGenerator Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.183] [I] [core] Instantiating module 7 from class SwitchControlGenerator
[2019-08-09 21:30:21.184] [I] [core] --- Starting module Trap events from Remotes and Sensors
[2019-08-09 21:30:21.338] [I] [core] Loading module PoppCam from modules/PoppCam
[2019-08-09 21:30:21.338] [I] [core] Executing script: /*** PoppCam Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.338] [I] [core] Loading module CounterTriggeringSensor from modules/CounterTriggeringSensor
[2019-08-09 21:30:21.338] [I] [core] Executing script: /*** Counter triggering binary sensor Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.338] [I] [core] Loading module BatteryPolling from modules/BatteryPolling
[2019-08-09 21:30:21.339] [I] [core] Executing script: /*** BatteryPolling Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.339] [I] [core] Instantiating module 6 from class BatteryPolling
[2019-08-09 21:30:21.340] [I] [core] --- Starting module Battery Polling
[2019-08-09 21:30:21.485] [I] [core] Creating device battery BatteryPolling_6
[2019-08-09 21:30:21.486] [I] [core] Loading module NotificationSMSru from modules/NotificationSMSru
[2019-08-09 21:30:21.487] [I] [core] Executing script: /*** NotificationSMSru Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.487] [I] [core] Loading module TagOnOff from modules/TagOnOff
[2019-08-09 21:30:21.487] [I] [core] Executing script: /*** TagOnOff Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.487] [I] [core] Loading module CodeDevice from modules/CodeDevice
[2019-08-09 21:30:21.488] [I] [core] Executing script: /*** CodeDevice Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.488] [I] [core] Loading module EdimaxSP2101 from modules/EdimaxSP2101
[2019-08-09 21:30:21.488] [I] [core] Executing script: /*** EdimaxSP2101 Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.488] [I] [core] Loading module Schedules from modules/Schedules
[2019-08-09 21:30:21.488] [I] [core] Executing script: /*** Schedules Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.489] [I] [core] Loading module SwitchPolling from modules/SwitchPolling
[2019-08-09 21:30:21.489] [I] [core] Executing script: /*** SwitchPolling Z-Way HA module ******************************************* ...
[2019-08-09 21:30:21.489] [I] [core] Starting automation...
[2019-08-09 21:30:21.492] [I] [core] Starting storage...
[2019-08-09 21:30:21.492] [I] [core] ZWay Automation started
[2019-08-09 21:30:25.140] [I] [core] zbwTimerCount:1
[2019-08-09 21:30:29.686] [I] [core] Restarting Z-Wave binding (zway)
[2019-08-09 21:30:29.686] [I] [core] ReferenceError: ZWaveBinding is not defined
[2019-08-09 21:30:29.686] [I] [core] Trying to restart Z-Wave binding (zway) in 10 seconds
[2019-08-09 21:30:30.163] [I] [core] zbwTimerCount:2
[2019-08-09 21:30:35.186] [I] [core] zbwTimerCount:3
[2019-08-09 21:30:39.702] [I] [core] Restarting Z-Wave binding (zway)
[2019-08-09 21:30:39.702] [I] [core] ReferenceError: ZWaveBinding is not defined
[2019-08-09 21:30:39.702] [I] [core] Trying to restart Z-Wave binding (zway) in 10 seconds
[2019-08-09 21:30:40.199] [I] [core] zbwTimerCount:4
[2019-08-09 21:30:45.219] [I] [core] zbwTimerCount:5
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Установка на Debian 9 x86\x64 железе

Post by PoltoS »

LibArchive не нашелся
igitlin
Posts: 92
Joined: 27 Jul 2017 23:04

Re: Установка на Debian 9 x86\x64 железе

Post by igitlin »

он есть но версия 13, а ищет 12, так же и с libcrypto.so.1.0.0 - это старые версии, может имеет смысл обновить связи в 3 версии.
Я просто совсем не знаток линукса и не знаю где и что подправить.
Но с горем пополам наше и поставил 12 либархив. сервер запустился.
Но теперь выяснилось что плагин HomeKit просто не рабочий - запустил его, добавил бридж в кит, добавился единственный девайс розетка и та не рабочая - на всех ее подтипах восклицательный знак.
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Установка на Debian 9 x86\x64 железе

Post by PoltoS »

Нет RPi, чтобы на нём проверить - там точно всё рабочее
igitlin
Posts: 92
Joined: 27 Jul 2017 23:04

Re: Установка на Debian 9 x86\x64 железе

Post by igitlin »

а зачем малина, когда там другой дистр линукса и у вас есть скрипты чт обы именно на малину все поставить.
Раз есть пакет для 86-64 для полноценной системы, почему бы его не сделать сразу полноценным, что бы не приходилось выискивать и ставить устаревшие либы?. Я перевел управление УД в виртуалку - это намного надежнее и продуктивнее чем малина, для теста rpi хватает, но вот с ее дохлыми SD картами расчитывать на малину не приходится.
igitlin
Posts: 92
Joined: 27 Jul 2017 23:04

Re: Установка на Debian 9 x86\x64 железе

Post by igitlin »

ребят уже какая версия выходит, а до сих пор без проблемно поставить на что то отличное от малины нельзя
Не уже так сложно сделать номальный установщик deb или скрипт установки для debian\uduntu
что бы не сикать древние libssl и мучаться с их установкой
User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: Установка на Debian 9 x86\x64 железе

Post by PoltoS »

В планах
Post Reply