Mopidy https://mopidy.com/ <br> https://github.com/mopidy/mopidy könntest du dir auch anschauen.
NEWS

Latest posts made by florianru1984
-
RE: Suche Netzwerk-Mp3-Player
-
RE: Suche Netzwerk-Mp3-Player
@wintermute
Also auf dem Gerät das Audio abspielen soll kannst du den Daemon laufen lassen, dann muss die Musik auch da liegen.
Oder du gibst die Musik über den Server in nen IceCast2 Stream. -
RE: Suche Netzwerk-Mp3-Player
Es gäbe Music Player Daemon. Dafür gibt es auch nen iobroker Adapter.
-
RE: Test Adapter Omada TP-Link
Hallo,
ich nutze Omada im Docker Container.
Wenn ich der Adapter starte meldet er:
omada.0 2023-10-23 13:34:48.479 info Found 0 sites omada.0 2023-10-23 13:34:48.464 info Login successful
Omada Controller ist Version: 5.12.7
Adapter Version ist 0.0.3 -
RE: IR TTL keine Daten
Adapter habe ich schon um 180⁰ gedreht, hatte keinen Effekt.
In ESPEasy habe ich TX und RX GPIOs auch schon durchgetauscht. -
IR TTL keine Daten
Hallo,
ich habe einen Hichi IR TTL, diesen habe ich an ein Wemos D1 Mini angeschlossen. Auf dem D1 läuft ESPEasy als Serial Server konfiguriert.
Die TCP Verbindung stellt der iobroker.smartmeter Adapter her. Ich bekomme aber keine Daten.Der Zähler ist ein Landis+Gyr E320 und die Daten sind einsehbar. Die IR Leuchte blinkt auch in Abständen.
-
RE: repository update timeout
admin@iobroker-proxmox:~$ curl http://download.iobroker.net/sources-dist.json <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
unter http://iobroker.live/rep/sources-dist.json klappt es
-
repository update timeout
Leider bekomme ich immer wieder eine Fehlermeldung wenn der iobroker seine repository Liste updatet.
admin@iobroker-proxmox:~$ iobroker repo list stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable admin@iobroker-proxmox:~$ iobroker update Used repository: stable Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded Cannot download repository hash file from "http://download.iobroker.net/sources-dist-hash.json": timeout of 10000ms exceeded
Der iobroker läuft im Proxmox Container.
-
RE: zigbee ser2net
Problem hat sich gelöst. Habe ein anderes Netzteil verwendet. Scheinbar war das andere zu schwach für Ethernetmodul und Zigbee Stick.
-
zigbee ser2net
Hallo,
ich versuche gerade meinen Sonoff Zigbee USB 3.0 Dongle wie ser2net zum laufen zu bringen. Leider erfolglos.
Der Dongle ist an ein Raspberry Pi Zero angeschlossen, dieses ist via Ethernetmodul im Netzwerk.
Hier mal eine Netstat Ausgabe.
Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:20108 0.0.0.0:* LISTEN 844/ser2net tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 371/sshd: /usr/sbin tcp 0 0 192.168.1.156:20108 192.168.1.151:32938 TIME_WAIT - tcp 0 0 192.168.1.156:22 192.168.1.114:53530 ESTABLISHED 820/sshd: admin [pr tcp 0 0 192.168.1.156:20108 192.168.1.151:32942 ESTABLISHED 844/ser2net tcp 0 0 192.168.1.156:22 192.168.1.114:53518 ESTABLISHED 656/sshd: admin [pr tcp 0 0 192.168.1.156:20108 192.168.1.151:32940 TIME_WAIT - tcp6 0 0 :::22 :::* LISTEN 371/sshd: /usr/sbin
Laut netstat sollte eine Verbindung bestehen, jedoch findet der zigbee Adapter kein Gerät.
Hat jemand eine Idee?