HomematicIP Python Library

HMIP Installation - Server im Internet

Moderator: Co-Administratoren

mash4077
Beiträge: 65
Registriert: 26.05.2018, 08:43

Re: HomematicIP Python Library

Beitrag von mash4077 » 10.01.2019, 15:32

pip install homematicip --upgrade
Requirement already up-to-date: homematicip in c:\***\lib\site-packages (0.10.3)

hmip_cli.py --list-firmware
2019-01-10 15:22:33,157 - homematicip.home - WARNING - There is no class for REMOTE_CONTROL_8 yet
2019-01-10 15:22:33,159 - homematicip.home - WARNING - There is no class for PRESENCE_DETECTOR_INDOOR yet
2019-01-10 15:22:33,162 - homematicip.home - WARNING - There is no class for PRESENCE_DETECTOR_INDOOR yet
2019-01-10 15:22:33,164 - homematicip.home - WARNING - There is no class for WATER_SENSOR yet
2019-01-10 15:22:33,165 - homematicip.home - WARNING - There is no class for WATER_SENSOR yet
2019-01-10 15:22:33,166 - homematicip.home - WARNING - There is no class for PASSAGE_DETECTOR yet
2019-01-10 15:22:33,167 - homematicip.home - WARNING - There is no class for REMOTE_CONTROL_8 yet
2019-01-10 15:22:33,169 - homematicip.home - WARNING - There is no class for SECURITY_BACKUP_ALARM_SWITCHING yet
HmIP AccessPoint - Firmware: 1.2.24 - Available Firmware: None UpdateState: UP_TO_DATE
Traceback (most recent call last):
File "C:\***\hmip_cli.py", line 476, in <module>
main()
File "C:\***\hmip_cli.py", line 235, in main
d.updateState, d.liveUpdateState))
AttributeError: 'AlarmSirenIndoor' object has no attribute 'liveUpdateState'

hmip_cli.py --list-rssi
2019-01-10 15:32:16,032 - homematicip.home - WARNING - There is no class for REMOTE_CONTROL_8 yet
2019-01-10 15:32:16,033 - homematicip.home - WARNING - There is no class for PRESENCE_DETECTOR_INDOOR yet
2019-01-10 15:32:16,037 - homematicip.home - WARNING - There is no class for PRESENCE_DETECTOR_INDOOR yet
2019-01-10 15:32:16,038 - homematicip.home - WARNING - There is no class for WATER_SENSOR yet
2019-01-10 15:32:16,039 - homematicip.home - WARNING - There is no class for WATER_SENSOR yet
2019-01-10 15:32:16,040 - homematicip.home - WARNING - There is no class for PASSAGE_DETECTOR yet
2019-01-10 15:32:16,042 - homematicip.home - WARNING - There is no class for REMOTE_CONTROL_8 yet
2019-01-10 15:32:16,044 - homematicip.home - WARNING - There is no class for SECURITY_BACKUP_ALARM_SWITCHING yet
HmIP AccessPoint - Duty cycle: 47.5
Traceback (most recent call last):
File "C:\***\hmip_cli.py", line 476, in <module>
main()
File "C:\***\hmip_cli.py", line 251, in main
d.permanentlyReachable) )
AttributeError: 'AlarmSirenIndoor' object has no attribute 'permanentlyReachable'

Hat sich nach den Wartungsarbeiten was an der API geändert?
Zuletzt geändert von mash4077 am 10.01.2019, 22:15, insgesamt 1-mal geändert.


mash4077
Beiträge: 65
Registriert: 26.05.2018, 08:43

Re: HomematicIP Python Library

Beitrag von mash4077 » 10.01.2019, 22:16

In meinem Fall habe ich das bereits getan. Der Entwickler hat allerdings auch ein Recht auf Freizeit.

tomi_cc16
Beiträge: 1151
Registriert: 30.11.2013, 16:35
Wohnort: Mordor
Hat sich bedankt: 23 Mal
Danksagung erhalten: 56 Mal

Re: HomematicIP Python Library

Beitrag von tomi_cc16 » 10.01.2019, 22:40

mash4077 hat geschrieben:
10.01.2019, 22:16
In meinem Fall habe ich das bereits getan. Der Entwickler hat allerdings auch ein Recht auf Freizeit.
Heimo (der Entwickler) ist super! Und soll sich mit den REST-API Updates ruhig Zeit lassen - ganz im Gegenteil der/die Entwickler von HASS.IO da dauert alles sehr lange bis updates eingebaut werden.

Greenberet
Beiträge: 164
Registriert: 12.01.2017, 23:33
Danksagung erhalten: 4 Mal

Re: HomematicIP Python Library

Beitrag von Greenberet » 12.01.2019, 07:48

@mash4077
Das ist etwas komisch. Einen Wassersensor habe ich selbst im einsatz und der ladet ganz normal.
Treten die Fehler immer noch auf? Wenn ja kannst du mir bitte nochmal deine konfig zukommen lassen? Vl hat sich was geändert, was ich nicht mitbekommen habe.
Homematic IP mit Access Point - Python Modul: Programmieren mit dem Access Point

mash4077
Beiträge: 65
Registriert: 26.05.2018, 08:43

Re: HomematicIP Python Library

Beitrag von mash4077 » 12.01.2019, 09:54

Die fehlende Klasse für HMIP-SWD steht jetzt für mich nicht so im Vordergrund.

Fehler treten aktuell immer noch auf.

Dump per PN zur Verfügung gestellt.

Greenberet
Beiträge: 164
Registriert: 12.01.2017, 23:33
Danksagung erhalten: 4 Mal

Re: HomematicIP Python Library

Beitrag von Greenberet » 13.01.2019, 08:49

Bis auf die fehlende device HmIP-SPDR & den FunctionalChannel 'INTERNAL_SWITCH_CHANNEL' kann ich dein Problem nicht reproduzieren =(

versuch mal ein 'pip3 install -U homematicip'. Vielleicht ist irgendeine andere Komponente im Eimer und dir fehlt von dort ein update.
Homematic IP mit Access Point - Python Modul: Programmieren mit dem Access Point

mash4077
Beiträge: 65
Registriert: 26.05.2018, 08:43

Re: HomematicIP Python Library

Beitrag von mash4077 » 13.01.2019, 09:46

Hat leider nichts gebracht.

mash4077
Beiträge: 65
Registriert: 26.05.2018, 08:43

Re: HomematicIP Python Library

Beitrag von mash4077 » 13.01.2019, 10:39

Ich habe die beiden Ordner "homematicip" und "homematicip-0.10.3.dist-info" unter "\Lib\site-packages" umbenannt und dann mit "pip3 install -U homematicip" neu installiert. Jetzt funktioniert es wieder...

Greenberet
Beiträge: 164
Registriert: 12.01.2017, 23:33
Danksagung erhalten: 4 Mal

Re: HomematicIP Python Library

Beitrag von Greenberet » 26.01.2019, 15:21

0.10.5 ist released -> Kompletter Changelog
  • started with documentation
  • Devices
    • HMIP-BSL (Switch Actuator for brand switches - with signal lamp)
    • HMIP-KRC4 (Key Ring Remote Control - 4 buttons)
    • HMIP-SLO (Light Sensor outdoor)
  • API
    • Groups
      • Async/AlarmSwitchingGroup
        • added test/set_signal_acoustic methods
Homematic IP mit Access Point - Python Modul: Programmieren mit dem Access Point

Antworten

Zurück zu „HomeMatic IP mit Access Point“