Ring Video Doorbell

Begonnen von blueberry63, 23 August 2017, 11:06:28

Vorheriges Thema - Nächstes Thema

pflock_y

@budy

gibt es irgendeine Erklärung dafür?

Ich hab dann auch die gleichen Schritte, die ich auf dem Pi3 mit Jessy, auf dem Pi4 mit Buster ausgeführt. Auf dem Pi4 bekomme ich es nicht zum laufen. Deutet für mich auf Buster hin.
Der nächste Test ist mal den Pi4 mit Jessy laufen zu lassen und dann noch mal die Ring drauf.

vg
pflock_y

budy

Hi pflock_y,

Zitat von: pflock_y am 17 Januar 2020, 20:50:03
@budy

gibt es irgendeine Erklärung dafür?

Ich hab dann auch die gleichen Schritte, die ich auf dem Pi3 mit Jessy, auf dem Pi4 mit Buster ausgeführt. Auf dem Pi4 bekomme ich es nicht zum laufen. Deutet für mich auf Buster hin.
Der nächste Test ist mal den Pi4 mit Jessy laufen zu lassen und dann noch mal die Ring drauf.

vg
pflock_y

das weiss ich aktuell auch nicht. Auf meiner VM läuft Debian 9.9 Stretch... aber irgendwas muss mit der Lib sein. Kannst du mal die ganze Ausgabe posten? Wenn er die Lib nicht mag, dann müsste Python das irgendwie ja ansagen...

Gruß,
budy
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

pflock_y

#182
Moin budy,
ich hab grad einen neuen Pi aufgesetzt.
Pi 3 Model B Vi. 2 mit Raspbian stretch.

alles andere steht hier:


pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"


pi@raspberrypi:~ $ pip3 install git+https://github.com/tchellomello/python-ring-doorbell
Collecting git+https://github.com/tchellomello/python-ring-doorbell
  Cloning https://github.com/tchellomello/python-ring-doorbell to /tmp/pip-3q772mrz-build
Collecting oauthlib==3.1.0 (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB)
    100% |████████████████████████████████| 153kB 1.2MB/s
Collecting pytz (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB)
    100% |████████████████████████████████| 512kB 562kB/s
Collecting requests-oauthlib==1.3.0 (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379/requests_oauthlib-1.3.0-py2.py3-none-any.whl
Collecting requests==2.22.0 (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
    100% |████████████████████████████████| 61kB 1.9MB/s
Collecting certifi>=2017.4.17 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
    100% |████████████████████████████████| 163kB 1.4MB/s
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 1.6MB/s
Collecting idna<2.9,>=2.5 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 2.0MB/s
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl (125kB)
    100% |████████████████████████████████| 133kB 1.7MB/s
Installing collected packages: oauthlib, pytz, certifi, chardet, idna, urllib3, requests, requests-oauthlib, ring-doorbell
  Running setup.py install for ring-doorbell ... done
Successfully installed certifi-2019.11.28 chardet-3.0.4 idna-2.8 oauthlib-3.1.0 pytz-2019.3 requests-2.22.0 requests-oauthlib-1.3.0 ring-doorbell-0.6.0 urllib3-1.25.7


pi@raspberrypi:~ $ pip3 install fhem
Collecting fhem
  Downloading https://www.piwheels.org/simple/fhem/fhem-0.6.3-py2.py3-none-any.whl
Installing collected packages: fhem
Successfully installed fhem-0.6.3


pi@raspberrypi:~ $ cd ring-fhem-master/
pi@raspberrypi:~/ring-fhem-master $ ls -lah
insgesamt 28K
drwxr-xr-x  2 pi pi 4,0K Jan 18 10:23 .
drwxr-xr-x 16 pi pi 4,0K Jan 18 10:23 ..
-rw-r--r--  1 pi pi 1,1K Jan 18 10:23 Changelog.md
-rw-r--r--  1 pi pi 2,1K Jan 18 10:23 README.md
-rw-r--r--  1 pi pi 7,3K Jan 18 10:23 ring.py
-rwxr-xr-x  1 pi pi  208 Jan 18 10:23 run_ring


pi@raspberrypi:~/ring-fhem-master $ python3 ring.py
Traceback (most recent call last):
  File "ring.py", line 200, in <module>
    tmp = list(myring.stickup_cams + myring.doorbells)
AttributeError: 'Ring' object has no attribute 'stickup_cams'


pi@raspberrypi:~/ring-fhem-master $


ring.py und run_ring hab ich frisch aus dem Git geladen.

Wenn ich das alles richtig deute läuft die Installation ohne Probleme durch. Der Fehler beim starten ist leider der selbe.

Nächster Test ist ohne python3.

edit:

Test mit "normalem" python und der ring.py aus deinem Git ergibt:
pi@raspberrypi:~/ring-fhem-master $ python ring.py
Traceback (most recent call last):
  File "ring.py", line 10, in <module>
    import _thread
ImportError: No module named _thread
pi@raspberrypi:~/ring-fhem-master $


Was vielleicht normal ist, da _thread, nicht mit installiert ist.

vg
pflock_y

OliS.

Zitat von: budy am 17 Januar 2020, 16:42:54
Wenn du Python3 installierst, dann musst du auch python-fhem installieren...

So à la:

pip3 install fhem

Das war der entscheidende Hinweis. Leider bekomme ich nun auch die selbe Fehlermeldung wie pflock_y angezeigt.

Traceback (most recent call last):
  File "/opt/fhem/ring.py", line 200, in <module>
    tmp = list(myring.stickup_cams + myring.doorbells)
AttributeError: 'Ring' object has no attribute 'stickup_cams'


Oli
FHEM in Debian VM auf DS720+, HMLAN und HMUARTLGW, RFXTRX, Conbee II, Homebridge, Alexa
Geräte: Homematic, Tradfri, Shelly, IT, ESA2000, VU+, Denon-AVR, Sonos, Fritz!Box, Harmony Hub, IP-Cams, Roborock, Automower

budy

Zitat von: pflock_y am 18 Januar 2020, 10:33:30
Moin budy,
ich hab grad einen neuen Pi aufgesetzt.
Pi 3 Model B Vi. 2 mit Raspbian stretch.

alles andere steht hier:


pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
VERSION_CODENAME=stretch
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"


pi@raspberrypi:~ $ pip3 install git+https://github.com/tchellomello/python-ring-doorbell
Collecting git+https://github.com/tchellomello/python-ring-doorbell
  Cloning https://github.com/tchellomello/python-ring-doorbell to /tmp/pip-3q772mrz-build
Collecting oauthlib==3.1.0 (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB)
    100% |████████████████████████████████| 153kB 1.2MB/s
Collecting pytz (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB)
    100% |████████████████████████████████| 512kB 562kB/s
Collecting requests-oauthlib==1.3.0 (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379/requests_oauthlib-1.3.0-py2.py3-none-any.whl
Collecting requests==2.22.0 (from ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
    100% |████████████████████████████████| 61kB 1.9MB/s
Collecting certifi>=2017.4.17 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
    100% |████████████████████████████████| 163kB 1.4MB/s
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
    100% |████████████████████████████████| 143kB 1.6MB/s
Collecting idna<2.9,>=2.5 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
    100% |████████████████████████████████| 61kB 2.0MB/s
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests==2.22.0->ring-doorbell==0.6.0)
  Downloading https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl (125kB)
    100% |████████████████████████████████| 133kB 1.7MB/s
Installing collected packages: oauthlib, pytz, certifi, chardet, idna, urllib3, requests, requests-oauthlib, ring-doorbell
  Running setup.py install for ring-doorbell ... done
Successfully installed certifi-2019.11.28 chardet-3.0.4 idna-2.8 oauthlib-3.1.0 pytz-2019.3 requests-2.22.0 requests-oauthlib-1.3.0 ring-doorbell-0.6.0 urllib3-1.25.7


pi@raspberrypi:~ $ pip3 install fhem
Collecting fhem
  Downloading https://www.piwheels.org/simple/fhem/fhem-0.6.3-py2.py3-none-any.whl
Installing collected packages: fhem
Successfully installed fhem-0.6.3


pi@raspberrypi:~ $ cd ring-fhem-master/
pi@raspberrypi:~/ring-fhem-master $ ls -lah
insgesamt 28K
drwxr-xr-x  2 pi pi 4,0K Jan 18 10:23 .
drwxr-xr-x 16 pi pi 4,0K Jan 18 10:23 ..
-rw-r--r--  1 pi pi 1,1K Jan 18 10:23 Changelog.md
-rw-r--r--  1 pi pi 2,1K Jan 18 10:23 README.md
-rw-r--r--  1 pi pi 7,3K Jan 18 10:23 ring.py
-rwxr-xr-x  1 pi pi  208 Jan 18 10:23 run_ring


pi@raspberrypi:~/ring-fhem-master $ python3 ring.py
Traceback (most recent call last):
  File "ring.py", line 200, in <module>
    tmp = list(myring.stickup_cams + myring.doorbells)
AttributeError: 'Ring' object has no attribute 'stickup_cams'


pi@raspberrypi:~/ring-fhem-master $


ring.py und run_ring hab ich frisch aus dem Git geladen.

Wenn ich das alles richtig deute läuft die Installation ohne Probleme durch. Der Fehler beim starten ist leider der selbe.

Nächster Test ist ohne python3.

vg
pflock_y

Uhh... das scheint eher ein Problem mit der aktuellen Library zu sein:

https://github.com/tchellomello/python-ring-doorbell/issues/188

Ich würde mal versuchen eine andere Version auszuckecken - ich meine die 0.4 funktioniert bei mir. Ich habe das in den letzten Tagen nicht aktualisiert, weil ich damit keine Probleme hatte.

Gruß,
budy
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

pflock_y

genau das ist es!!!!!

mit:
pip3 install git+https://github.com/tchellomello/python-ring-doorbell@0.4.0

läuft es mit deiner ring.py

Der Beweis:
pi@raspberrypi:~ $ pip3 install git+https://github.com/tchellomello/python-ring-doorbell@0.4.0
Collecting git+https://github.com/tchellomello/python-ring-doorbell@0.4.0
  Cloning https://github.com/tchellomello/python-ring-doorbell (to 0.4.0) to /tmp/pip-sx50dkij-build
Collecting oauthlib==3.1.0 (from ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl
Collecting pytz (from ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl
Collecting requests-oauthlib==1.3.0 (from ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/a3/12/b92740d845ab62ea4edf04d2f4164d82532b5a0b03836d4d4e71c6f3d379/requests_oauthlib-1.3.0-py2.py3-none-any.whl
Collecting requests==2.22.0 (from ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl
Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests==2.22.0->ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.22.0->ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests==2.22.0->ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl
Collecting idna<2.9,>=2.5 (from requests==2.22.0->ring-doorbell==0.4.0)
  Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl
Installing collected packages: oauthlib, pytz, urllib3, chardet, certifi, idna, requests, requests-oauthlib, ring-doorbell
  Running setup.py install for ring-doorbell ... done
Successfully installed certifi-2019.11.28 chardet-3.0.4 idna-2.8 oauthlib-3.1.0 pytz-2019.3 requests-2.22.0 requests-oauthlib-1.3.0 ring-doorbell-0.4.0 urllib3-1.25.7
pi@raspberrypi:~ $ pip3 install fhem
Collecting fhem
  Downloading https://www.piwheels.org/simple/fhem/fhem-0.6.3-py2.py3-none-any.whl
Installing collected packages: fhem
Successfully installed fhem-0.6.3
pi@raspberrypi:~ $ cd ring-fhem-master/
pi@raspberrypi:~/ring-fhem-master $ python3 ring.py
2020-01-18 14:30:03,630 - fhem_ring - INFO - Found 1 devices.
2020-01-18 14:30:04,125 - fhem_ring - INFO - Updating device data for device 'Haustuer' in FHEM...
2020-01-18 14:30:04,126 - fhem_ring - DEBUG - sending: setreading Ring_Haustuer account ......
........


vg
pflock_y

pflock_y

@Oli

Zitat von: OliS. am 18 Januar 2020, 11:18:22
Das war der entscheidende Hinweis. Leider bekomme ich nun auch die selbe Fehlermeldung wie pflock_y angezeigt.

Traceback (most recent call last):
  File "/opt/fhem/ring.py", line 200, in <module>
    tmp = list(myring.stickup_cams + myring.doorbells)
AttributeError: 'Ring' object has no attribute 'stickup_cams'


Oli

Deinstalliere mal die doorbell lib 0.6.0 mit:
pip3 uninstall ring-doorbell

dann die version 0.4.0 installieren, mit:
pip3 install git+https://github.com/tchellomello/python-ring-doorbell@0.4.0

Dann sollte alles laufen.
eventuell musst du die Deinstallation mit sudo ... oder sudo -u fhem ... machen. Kommt drauf an wie du es installiert hast.

vg
pflock_y

budy

Moin pflock_y,

Zitat von: pflock_y am 18 Januar 2020, 14:32:40
genau das ist es!!!!!

mit:
pip3 install git+https://github.com/tchellomello/python-ring-doorbell@0.4.0

läuft es mit deiner ring.py

sehr schön - da ist aktuell ganz schön Bewegung in dem Teil. Ich muss mal sehen, ob ich es schaffe da immer auf dem Laufenden zu bleiben, denn solange die Anlage das tut, was sie soll, kümmere ich mich gerne auch um andere Dinge...  ;)

Gruß,
budy
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

pflock_y

Version 0.5.0 geht auch. :)



@budy
Vielen dank für die Unterstützung!!!!!

OliS.

Kann ich so bestätigen. Die 0.5.0 läuft bei mir. Von mir auch vielen Dank für die Hilfe.

Zitatda ist aktuell ganz schön Bewegung in dem Teil.

Ja, wie gesagt, letzten habe ich sogar mal kurz einen Snapshot mit einer Notification bekommen. Das wäre natürlich wünschenswert, wenn das implementiert würde.

LG
Oli
FHEM in Debian VM auf DS720+, HMLAN und HMUARTLGW, RFXTRX, Conbee II, Homebridge, Alexa
Geräte: Homematic, Tradfri, Shelly, IT, ESA2000, VU+, Denon-AVR, Sonos, Fritz!Box, Harmony Hub, IP-Cams, Roborock, Automower

budy

Heads-UP! Die nächste Version der Python-Lib für die Ring wird nur noch Python 3.6+ supporten! Ich werde das mal die Tage testen und auch meinen Code entsprechend der neuen Version im Master anpassen.

Gruß,
budy
Debian stretch, FHEM 5.9.
HM-CC-RT-DN, HM-ES-PMSw1-Pl, HM-LC-Dim1TPBU-FM, HMUARTLGW, HMLAN, HM-SEC-KEY, HM-SEC-RHS, HM-SEC-SC-2, HM-SEC-SCo, HM-SEC-SD-2, HM-OU-CFM-TW, div. HUEs, Wifilight, Ring Video Pro

OliS.

FHEM in Debian VM auf DS720+, HMLAN und HMUARTLGW, RFXTRX, Conbee II, Homebridge, Alexa
Geräte: Homematic, Tradfri, Shelly, IT, ESA2000, VU+, Denon-AVR, Sonos, Fritz!Box, Harmony Hub, IP-Cams, Roborock, Automower

pflock_y

Moin budy,

ich weiss nicht recht ob es an mir liegt, aber seit dem 21.01.2020 abends kommen bei mir keine motion readings oder Videos mehr an.
Wenn ich in die Ring app schaue, wurden viele Bewegungen Registriert.
Alle anderen Readings werden aktualisiert. 

Ring Version ist bei mir aktuell die 0.4.0, 0.5.0 kommt auch nichts.

vg
rené


OliS.

Ich bin mir gerade unsicher. Aber gibt es überhaupt ein Reading "motion"? Es gibt doch bloß das Reading "lastAlertType" welches die Werte "motion" und "ring" annehmen können. Und die funktionieren bei mir nach wie vor. Ich hatte auch die 0.5.0 bei mir installiert.

LG
Oli
FHEM in Debian VM auf DS720+, HMLAN und HMUARTLGW, RFXTRX, Conbee II, Homebridge, Alexa
Geräte: Homematic, Tradfri, Shelly, IT, ESA2000, VU+, Denon-AVR, Sonos, Fritz!Box, Harmony Hub, IP-Cams, Roborock, Automower

pflock_y

@Oli

ja hast ja recht  ::), motion als reading gibt es nicht. Hab mich blöd, zwischen Tür und Angel auf Arbeit, blöd ausgedrückt.

Im Anhang sieht man es besser.

Ich hab auch die Version 0.4.0 deinstalliert und die Version 0.5.0 installiert, leider keine Änderung.

vg
pflock_y