Probleme mit Fritzbox seit Update auf FritzOS 7.57

Einrichtung der openHAB Umgebung und allgemeine Konfigurationsthemen.

Moderatoren: seppy, udo1toni

Selter
Beiträge: 73
Registriert: 9. Mär 2018 16:06
Answers: 0
Wohnort: Bremen

Re: Probleme mit Fritzbox seit Update auf FritzOS 7.57

Beitrag von Selter »

Das anpassen der Parameter und umstellen auf https (wie auf https://github.com/openhab/openhab-addons/issues/15363 beschrieben) hat geholfen:

Code: Alles auswählen

Bridge avmfritz:fritzbox:avmfb7490 "AVMFRITZ FritzBox" 
[ ipAddress="192.168.1.1", 
	password="password", 
	user="user",
        protocol="https",
        port="443",
        pollingInterval=60, 
	asyncTimeout=15000, 
	syncTimeout=10000 ] 
{
    Thing FRITZ_Powerline_546E 08_96_D7_F3_8E_AA "FRITZ!Powerline 546E #x" [ ain="08:96:D7:F3:8E:AA" ]
}
openHAB 3.2 in einer Debian-VM mit openHABian unter Proxmox 8.3.3 auf Intel NUC 5i3ryh // WiFi (UniFi-APs) + Aqara Gateway + Zigbee2MQTT@SLZB-06 + Aeon Z-Wave // viele Shellies / Sonoffs mit Tasmota / viele Aqara Sensoren über Gateway / diverse Sensoren über Z2M // Grafana (InfluxDB)

Antworten