-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQTT Bridge issues #36
Comments
I would take a look at two logs:
|
I see nothing in the Live logger at all, where would the MQTT log be located? From: St. John Johnson [mailto:[email protected]] I would take a look at two logs:
— |
OK, I now see things logging and coming to and from the hub, but I cant control my lights or see anything working. Light: How do I identify my devices in home assistant now that the MQTT seems to be pushing data around? From: St. John Johnson [mailto:[email protected]] I would take a look at two logs:
— |
This is an example of my config: light:
- platform: mqtt
name: "Backyard Lights"
state_topic: "smartthings/Backyard Lights/switch"
command_topic: "smartthings/Backyard Lights/switch"
payload_on: "on"
payload_off: "off" |
So I see the broker subscribe to the information in the config, the device shows up in homeassistant now, but when I turn it on or off nothing happens at all. On Apr 26, 2016, at 11:35 AM, St. John Johnson <[email protected]mailto:[email protected]> wrote: This is an example of my config: light:
You are receiving this because you authored the thread. |
So I set my lights to off, then on again via Homeassistant, and here is what i get for a device command log: archivable true |
I also get this in the live log: 2aa34a3b-45a3-463f-a78e-9162a27c4d17 7:47:54 PM: debug Parsing 'index:17, mac:B827EBBDD262, ip:AC150231, port:1F90, requestId:2dcbe449-45c6-477e-ac7b-70b1c6447fe8, headers:SFRUUC8xLjEgMjAwIE9LDQpYLVBvd2VyZWQtQnk6IEV4cHJlc3MNCkNvbnRlbnQtVHlwZTogYXBwbGljYXRpb24vanNvbjsgY2hhcnNldD11dGYtOA0KQ29udGVudC1MZW5ndGg6IDE1DQpFVGFnOiBXLyJmLURIZHBsNU0rdGdnenMzdnE5RGdVeUEiDQpEYXRlOiBUaHUsIDI4IEFwciAyMDE2IDIzOjQ3OjU0IEdNVA0KQ29ubmVjdGlvbjoga2VlcC1hbGl2ZQ==, body:eyJzdGF0dXMiOiJPSyJ9' |
Did you figure this out? I have it setup in Home Assistant and can see when the switch in on or off after triggering the toggle on the home assistant page, but nothing happens. I have nothing in the smartthings logs. |
Hello,
I am not sure that my issues is with the MQTT, it seems to be running, but how do I tell it is communicating to my hub?
The text was updated successfully, but these errors were encountered: