-
Notifications
You must be signed in to change notification settings - Fork 72
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
SmartThingsBridge one way traffic #19
Comments
Most likely MAC address configured in your custom device is different from the one you have on the device, where bridge is running. |
How would I check that? I did a ifconfig and just grabbed the mac address right off of the device. Does the MAC address need to be in a specific format? |
In your bridge device in SmartThings IDE check
It has to be capitalized and match your actual device.
|
core-ssh:~# ifconfig lo Link encap:Local Loopback core-ssh:~# arping -c 1 192.168.15.17 I added the 02:42:A2:C0:DA:E4 to the preference on the HA device in smartthings with no luck. Any other ideas? |
In you hub device you have something like this, correct?
And Preferences:
If IP and MAC addresses configured correctly for the hub device, it should just work for regular setup. In general issue you're facing is related to MAC missmatch. I'm no longer using HASSIO, so I don't know whether they've introduced any changes on network level, you should probably try using HASS forum for advice. |
ok thanks. Your work is much appreciate. This is a much needed feature. I will try the HASS forum. My config matches that exactly. I will keep playing around with it an post the answer here when I find it. |
Btw, I think I recall one more possible issue I've read on SmartThings Hub repo: they're suggesting to try and re-publish both App and Handler through the IDE after changing settings. Not sure if it helps, but you can try. |
I reread your post and you're correct. Under My Devices the ID must be the mac address with no colons. My Devices > edit > Device Network Id. Under preferences > edit the mac address must be separated by colons. ~~I'm having this exact same issue. Whats interesting is, I set this up 2 days ago on my V1 hub and then my girlfriend reminded me I had bought a V2 hub. So I deleted my hub and added my V2 hub, and could only get one way ST >HA. I figured it was some residual setting and nuked HA and ST starting over from scratch, unfortunately I'm stuck. The only difference I noticed is the IDE address is different now |
I lied the issue it back again. Was working when I left, came back and its one way communication again. HA logs look correct. In the ST logs I get a lot of things that look like
I removed parts of that message. Not really sure what it means so I didn't want to give out sensitive information. |
I solved my issue at the bottom of this thread. stjohnjohnson/smartthings-mqtt-bridge#188 Basically you need to make multiple bridges from the ST side. |
I saw the bridge would say so, but would not subscribe to the topics and similarly to @YellowGTO, I created separate ST apps. |
I hope that this is a simple solution, but I have been trying to fix it for several weeks now.
First, I am using Hass.io plugin
Logs
Logs
My configuration.yaml entry
My problem is that I can't control Smartthings devices from MQTT as I would like. Any ideas on what could be wrong?
The text was updated successfully, but these errors were encountered: