Willkommen › Foren › LogoControl › FHEM und LogoControl
- Dieses Thema hat 5 Antworten sowie 2 Stimmen und wurde zuletzt vor vor 6 Jahren, 8 Monaten von Kujaku80 aktualisiert.
-
AutorBeiträge
-
20. November 2017 um 17:35 #3599rubiTeilnehmer
Zunächst einmal muss ich ein Lob an den Admin/Erfinder machen, toll!
Ich befinde mich zur Zeit in Baustufe 1:
– LogoControlSoftware installiert (R-Pi)
– 2Stk. Logo8
– NetIO läuft auf iOS
– ca. 10 Schaltfunktion…Funktioniert alles TOP!In Baustufe 2 will ich einen Funkaktor von Homematic einbinden.
Also CCU2 von HM gekauft, FHEM-Server auf R-Pi installiert, FHEM mit CCU2 verbunden
Per http-Eingabe kann ich den Funkaktor steuern!
(http://192.168.188.110:8083/fhem?cmd=set HM_HM_LC_Sw1_Pl_2_MEQ0474703 on)Doch aus LogoControl heraus klappt es leider nicht.
Wenn ich das Device 41 mit der Methode 1 aufrufe, soll doch LogoControl die URL aufrufen, oder??
ALSO: http://192.168.188.110:8088/rest/devices/41/methods/1
Ich bekomme von LogoControl sogar ein „true“ zurück?!?!Was kann die Ursache sein?
Anbei mein LogoControlScript:
20. November 2017 um 17:35 #3600rubiTeilnehmer<?xml version="1.0" encoding="utf-8"?> <configuration> <settings> <?RasPi IP: 192.168.188.110?> <plc id="Logo_G" type="Logo8" ip="192.168.188.112"/> <plc id="Logo_S" type="Logo8" ip="192.168.188.113"/> <httpWebservice port="8088" /> <valueTextConverter> <textMapping id="Zustand"> <valueText value="0" text="steht"/> <valueText value="1" text="fährt"/> </textMapping> <textMapping id="Tor"> <valueText value="0" text="AUF"/> <valueText value="1" text="ZU"/> </textMapping> <textMapping id="Licht"> <valueText value="0" text="AUS"/> <valueText value="1" text="AN"/> </textMapping> </valueTextConverter> </settings> <infrastructure> <group name="Haus"> <group name="Garage"> <device id="1" name="GartenLicht" > <method id="1" name="GartenLicht" plc="Logo_G" address="4.1" /> <attribute id="2" name="Status" plc="Logo_G" address="5.2" datatype="bit" valueTextConverter="Licht"/> </device> <device id="2" name="GartenPumpe" > <method id="1" name="GartenPumpe" plc="Logo_G" address="4.2" /> </device> <device id="3" name="Tor_Zustand" > <method id="1" name="Befehl" plc="Logo_G" address="4.0" /> <attribute id="3" name="Status" plc="Logo_G" address="5.0" datatype="bit" valueTextConverter="Tor"/> </device> <device id="4" name="Temperatur"> <attribute id="1" name="Ist" plc="Logo_G" address="0" datatype="word" gain="0.1" /> </device> <device id="5" name="Tor_Zustand" > <attribute id="1" name="Status" plc="Logo_G" address="5.1" datatype="bit" valueTextConverter="Zustand"/> </device> </group> <group name="Licht"> <device id="6" name="Licht" > <method id="1" name="Küche" plc="Logo_S" address="6.0" /> <attribute id="3" name="Status" plc="Logo_S" address="7.0" datatype="bit" valueTextConverter="Licht"/> <method id="2" name="Esszimmer" plc="Logo_S" address="6.1" /> <attribute id="4" name="Status" plc="Logo_S" address="7.1" datatype="bit" valueTextConverter="Licht"/> <method id="3" name="Wohnzimmer" plc="Logo_S" address="6.2" /> <attribute id="5" name="Status" plc="Logo_S" address="7.2" datatype="bit" valueTextConverter="Licht"/> </device> --> <device id="41" name="Funksteckdose 1" type="light"> --> <method id="1" name="off" url="http://192.168.188.110:8083/fhem?cmd=set HM_HM_LC_Sw1_Pl_2_MEQ0474703 off" /> <method id="2" name="on" url="http://192.168.188.110:8083/fhem?cmd=set HM_HM_LC_Sw1_Pl_2_MEQ0474703 on" /> </device> </group> <group name="Elektrotechnik"> <device id="7" name="Leistung" > <attribute id="0" name="Leistung L1" plc="Logo_G" address="100" datatype="word" gain="0.1" /> <attribute id="1" name="Leistung L2" plc="Logo_G" address="102" datatype="word" gain="0.1" /> <attribute id="2" name="Leistung L3" plc="Logo_G" address="104" datatype="word" gain="0.1" /> <attribute id="3" name="Wirkenergie Ges." plc="Logo_G" address="106" datatype="word" gain="0.1" /> <attribute id="4" name="Wirkenergie Ist" plc="Logo_G" address="204" datatype="word" gain="0.1" /> <attribute id="5" name="Leistung Ges." plc="Logo_G" address="206" datatype="word" gain="0.1" /> </device> <device id="8" name="Spannung" > <attribute id="0" name="Spannung L1" plc="Logo_G" address="110" datatype="word" gain="0.1" /> <attribute id="1" name="Spannung L2" plc="Logo_G" address="112" datatype="word" gain="0.1" /> <attribute id="2" name="Spannung L3" plc="Logo_G" address="114" datatype="word" gain="0.1" /> <attribute id="3" name="Frequenz" plc="Logo_G" address="116" datatype="word" gain="0.01" /> </device> <device id="9" name="Strom" > <attribute id="0" name="Strom L1" plc="Logo_G" address="118" datatype="word" gain="0.01" /> <attribute id="1" name="Strom L2" plc="Logo_G" address="120" datatype="word" gain="0.01" /> <attribute id="2" name="Strom L3" plc="Logo_G" address="122" datatype="word" gain="0.01" /> <attribute id="3" name="Strom N" plc="Logo_G" address="124" datatype="word" gain="0.01" /> <attribute id="10" name="Strom L1" plc="Logo_G" address="218" datatype="word" gain="0.01" /> <attribute id="11" name="Strom L2" plc="Logo_G" address="220" datatype="word" gain="0.01" /> <attribute id="12" name="Strom L3" plc="Logo_G" address="222" datatype="word" gain="0.01" /> <attribute id="13" name="Strom N" plc="Logo_G" address="224" datatype="word" gain="0.01" /> </device> </group> </group> </infrastructure> </configuration>
- Diese Antwort wurde vor vor 6 Jahren, 12 Monaten von rubi bearbeitet.
1. Dezember 2017 um 11:56 #3612Kujaku80TeilnehmerHallo, hat denn schon jemand Temperaturen aus logocontrol in fhem implementiert so das trendbilder erstellt werden?
20. Dezember 2017 um 12:30 #3620rubiTeilnehmerWas mache ich falsch?
16. Januar 2018 um 19:27 #3659rubiTeilnehmerAus LogoControl kann ich noch nicht mal
http://<IP>:8088/rest/devices/1/methods/1
aufrufen. (also „devices/6/methods/6“)
Das klingt bald so, als ob man unter Linux besondere Rechte braucht um den http-Aufruf auszuführen?!?!?Jemand eine Idee
<group name="Licht"> <device id="6" name="Licht" > <method id="6" name="on" url="http://192.168.188.110:8088/rest/devices/1/methods/1" /> <method id="7" name="off" url="http://192.168.188.110:8083/fhem?cmd=set%20HM_HM_Funksteckdose2%20off" /> </device> </group>
22. Februar 2018 um 17:33 #3695 -
AutorBeiträge
- Du musst angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.