Erstellte Forenantworten
1 Beitrag anzeigen (von insgesamt 1)
1 Beitrag anzeigen (von insgesamt 1)
Ich habe das gleiche Problem vorübergehend so gelöst:
Bei der Anlage eines Devices habe ich ein zweites für den Status hinzugefügt. Wichtig ist, dass im ersten Device nicht der Status aus der Logo abgefragt wird. Im Device #1 habe ich somit Adresse für den Status auf 0.0 gesetzt. In FHEM verlinke ich mit einem notify auf: Kaminzimmer_Lampe:on.* { GetFileFromURL(„http://192.168.2.20:8088/rest/devices/1/methods/1“) } (bei off entsprechend …/methods/2)
Sieht zwar in der Oberfläche etwas bescheidend aus, aber so ist es wenigstens möglich über FHEM und Homebridge die Logo mit Siri zu steuern.
Beispiel: (NI 107.1 schaltet EIN, NI 107.2 schaltet AUS, NQ 107.3 Abfrage Status)
<device id=“1″ name=“Kaminzimmer“ type=“light“>
<attribute id=“1″ name=“Status“ address=“0.0“ datatype=“bit“>
<valuetext value=“0″ text=“aus“ />
<valuetext value=“1″ text=“an“ />
</attribute>
<method id=“1″ name=“on“ address=“107.1″ />
<method id=“2″ name=“off“ address=“107.2″ />
</device>
<device id=“2″ name=“Kaminzimmer Status“ type=“light“>
<attribute id=“1″ name=“Status“ address=“107.3“ datatype=“bit“>
<valuetext value=“0″ text=“aus“ />
<valuetext value=“1″ text=“an“ />
</attribute>
<method id=“1″ name=““ url=“http://192.168.2.20:8083/fhem?cmd=set Kaminzimmer_Lampe off“ />
<method id=“2″ name=““ url=“http://192.168.2.20:8083/fhem?cmd=set Kaminzimmer_Lampe on“ />
<trigger address=“107.3“ datatype=“bit“>
<onValue value=“0″ method=“1″ />
<onValue value=“1″ method=“2″ />
</trigger>
</device>
Ist denn schon eine Version mit dem Bugfix in Aussicht?
Cookie | Dauer | Beschreibung |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |