- platform: mqtt
name: mqtt payload test
state_topic: "xmpp/messages"
qos: 0
value_template: "{{ msg.topic }}: {{msg.payload}}"
I will follow your guide and revert with detailsā¦ this sensor does not work while this does:
- platform: mqtt
name: "XMPP 2 MQTT"
state_topic: "xmpp/messages"
qos: 0
15.10.2019, 18:13:18node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "25c7788c.9651d8" }
15.10.2019, 18:13:18node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "59877cd3.a389d4" }
15.10.2019, 18:13:19node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "f684e283.808d4" }
15.10.2019, 18:13:20node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "58a7bc81.d3ab14" }
15.10.2019, 18:13:21node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "c70ee694.d6e978" }
15.10.2019, 18:13:22node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "7870ad91.c52c54" }
15.10.2019, 18:13:26node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "5c960aa5.6f9514" }
15.10.2019, 18:13:27node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "aa7de770.4ba5c8" }
15.10.2019, 18:13:39node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "59216687.022d78" }
15.10.2019, 18:13:39node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "3e4c11af.83edbe" }
15.10.2019, 18:13:41node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "71305cf4.335ed4" }
15.10.2019, 18:13:42node: XMPP
[email protected] : msg : Object
{ topic: "[email protected]", payload: object, _msgid: "a3af355c.405198" }
Seems that payload is in object? Sorry total noob here . I get the message well with the mqtt sensor.