NEWS
Help in setting up ioBroker on Synology Docker
-
Hi, hoping someone can help a newbie. I have been trying to follow the setup instructions by @andre to the letter, including setting up MACVLAN via Portainer.
I come as far as being able to access the ioBroker "dashboard" on http://192.168.1.100:8081, but I get error messages in the log (and no values are intercepted from the Shelly 1 (with a Temperature Add-on) I am trying to get temperature readings from). I suspect the problems are related to the network details I have entered when I tried to copy and adapt André's instructions for MACVLAN setup:
-
His subnet value 192.168.0.0/24 changed to 192.168.1.0/24, since I have an Orbi mesh system where the login ip is 192.168.1.1
-
His Gateway value 192.168.0.1 changed to 192.168.1.1
-
His IP range value 192.168.0.100/32 changed to 192.168.1.100/32
The log error reads as shown below.
Any ideas what I have done wrong? Any help would be much appreciated!
Starting ioBroker... host.iobroker check instance "system.adapter.admin.0" for host "iobroker" host.iobroker check instance "system.adapter.discovery.0" for host "iobroker" host.iobroker check instance "system.adapter.info.0" for host "iobroker" Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701 @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""} Cannot send diag info: getaddrinfo EAI_AGAIN download.iobroker.net failed to download new sources, use cached sources failed to download new sources, use cached sources Cannot download json from http://download.iobroker.net/sources-dist-hash.json. Error: Error: getaddrinfo EAI_AGAIN download.iobroker.net Cannot download json from http://download.iobroker.net/sources-dist.json. Error: Error: getaddrinfo EAI_AGAIN download.iobroker.net hostname: Temporary failure in name resolution ls: Zugriff auf '/dev/disk/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden ls: Zugriff auf '/dev/disk/by-id/' nicht möglich: Datei oder Verzeichnis nicht gefunden Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701 @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""} hash changed or no sources cached => force download of new sources Send diag info: {"uuid":"ab265f4a-67f9-a46a-c0b2-61e4b95cefe5","language":"en","country":"","hosts":[{"version":"3.2.16","platform":"Javascript/Node.js","type":"linux"}],"node":"v12.22.1","arch":"x64","adapters":{"admin":{"version":"4.2.1","platform":"Javascript/Node.js"},"discovery":{"version":"2.6.1","platform":"Javascript/Node.js"},"info":{"version":"1.7.10","platform":"Javascript/Node.js"}},"statesType":"file","objectsType":"file","model":"Intel(R) Atom(TM) CPU D2701 @ 2.13GHz","cpus":4,"mem":1036607488,"ostype":"Linux","city":""} ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging] ================================== > LOG REDIRECT system.adapter.admin.0 => true [system.adapter.admin.0.logging]
MOD-Edit: code set into code-tags!
-
-
Hi, I've gotten one step further, it seems I had to reboot the Shelly device after adjusting the ColoT address. So now it seems the broker is working and connected to the Shelly 1, but I get error messages as shown below. Any idea what causes this?
2021-04-28 09:32:16.560 - info: shelly.0 (29226) Shelly device 192.168.1.63 (shelly1 / shelly1-E8DB84D7141F / SHSW-1#E8DB84D7141F#1) with CoAP connected! Polltime set to 5 sec. 2021-04-28 09:32:18.077 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Switch" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:18.088 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Input" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:18.089 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.Event" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:18.091 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.EventCount" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:18.093 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.longpush" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:18.094 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.temperatureC1" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:18.096 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.temperatureF1" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.756 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.ButtonType" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.758 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.Relay0.ButtonReverse" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.777 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.factoryResetFromSwitch" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.801 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.version" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.814 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.name" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.930 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.humidity2" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.932 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.ext.humidity3" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.934 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.firmware" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.935 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.uptime" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.937 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.hostname" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.938 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.id" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.939 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.type" has no existing object, this might lead to an error in future versions 2021-04-28 09:32:19.941 - warn: shelly.0 (29226) State "shelly.0.SHSW-1#E8DB84D7141F#1.rssi" has no existing object, this might lead to an error in future versions
MOD-Edit: code set into code-tags!
-
@bjorn-andersen this is only a Warning from the js-controller 3x.. all fine here ..
which version from the shelly adapter you have ? -
@arteck Hi, version 4.0.7, and everything seems to be working as intended (I get values for firmware, device type, etc.) but I just don't get any sensor readings. What could cause this?
-
@arteck Don't know what I did but after a lot of fumbling about, I finally got it to work and now see the temperature sensor in HomeKit!