--
Sie erhalten diese Nachricht, weil Sie in Google Groups E-Mails von der Gruppe "hap-users" abonniert haben.
Wenn Sie sich von dieser Gruppe abmelden und keine E-Mails mehr von dieser Gruppe erhalten möchten, senden Sie eine E-Mail an hap-users+...@googlegroups.com.
Weitere Optionen finden Sie unter https://groups.google.com/d/optout.
Am 18.03.2017 um 13:21 schrieb 'Joern' via hap-users <hap-...@googlegroups.com>:
joern@PI3:/opt/hap/bin/hap-mqtt-gateway $ node app.js
Connecting to HAP-Messageprocessor:127.0.0.1:7891...
Connecting to MQTT-Server:127.0.0.1:1883...
Connected to HAP-Messageprocessor:127.0.0.1:7891
Received: {"SessionSource": 227}
Connected to MQTT-Server:127.0.0.1:1883
Subscribing: /hap/+/+/set
Subscribing: /hap/+/+/query
Received: Logging activated
17-03-19 11:05:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=1979233776-10, service=turn_off, service_data=entity_id=light.kuche, domain=homeassistant>
17-03-19 11:05:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=1979233776-11, service=turn_off, service_data=entity_id=['light.kuche'], domain=light>
17-03-19 11:05:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1979233776-11>
17-03-19 11:05:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: service_call_id=1979233776-12, service=publish, service_data=payload=OFF, retain=False, topic=/hap/101/121, qos=0, domain=mqtt>
17-03-19 11:05:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1979233776-10>
17-03-19 11:05:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event service_executed[L]: service_call_id=1979233776-12>
Received: [DEBUG] vlan:0, source:101, destination:99, mtype:16, device:121, v0:100, v1:0, v2:0
Publishing:/hap/101/121/status with value:ON
Received: [DEBUG] vlan:0, source:101, destination:230, mtype:1, device:121, v0:100, v1:0, v2:0
Publishing:/hap/101/121/status with value:ON
17-03-19 11:02:04 INFO (Thread-10) [homeassistant.components.mqtt] Received message on /hap/101/121/status: ON
17-03-19 11:02:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state light.kuche=on; friendly_name=Küche @ 2017-03-19T11:02:04.258791+01:00>, entity_id=light.kuche, old_state=<state light.kuche=off; friendly_name=Küche @ 2017-03-19T10:52:45.412841+01:00>>
17-03-19 11:02:04 INFO (Thread-10) [homeassistant.components.mqtt] Received message on /hap/101/121/status: ON
17-03-19 11:02:04 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: new_state=<state group.all_lights=on; friendly_name=all lights, auto=True, hidden=True, order=0, entity_id=('light.esstisch', 'light.tv', 'light.kuche') @ 2017-03-19T11:02:04.266947+01:00>, entity_id=group.all_lights, old_state=<state group.all_lights=off; friendly_name=all lights, auto=True, hidden=True, order=0, entity_id=('light.esstisch', 'light.tv', 'light.kuche') @ 2017-03-19T10:53:48.256109+01:00>>
- platform: mqtt
name: "Küche"
command_topic: "/hap/101/121"
state_topic: "/hap/101/121/status"
joern@PI3:/opt/hap/bin/hap-mqtt-gateway $ node app.jsConnecting to HAP-Messageprocessor:127.0.0.1:7891...Connecting to MQTT-Server:127.0.0.1:1883...Connected to HAP-Messageprocessor:127.0.0.1:7891Received: {"SessionSource": 227}Connected to MQTT-Server:127.0.0.1:1883Subscribing: /hap/+/+/setSubscribing: /hap/+/+/queryReceived: Logging activated