-
Notifications
You must be signed in to change notification settings - Fork 54
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
Communication issue betwen OH and Smartthings hub #99
Comments
Hi @pisabell2 Thanks for installing the Smartthings Addon. I'm sure we can get it working. Here are: Three commentsFirstFrom your description is sounds like openHAB is not seeing the Smartthings devices. Usually this is because they have not been enabled in the SmartApp. See the last section titled Configuration in the Smartthings App. After you tap on the OpenHabAppV2 scroll down to the section titled Thermostat. Click on it and then select your thermostats. If under Thermostat it says No device found look at the other Thermostat entries and see if you open any of them. I think this will solve your problem. And, until this step is done openHAB won't know about your connected devices. Even it you configure them in the .things and .items files. SecondYou can do the configuration through either the PaperUI or through files. If you configure through files, then you do not need / use the discovery process. I do all my configuration through files because it lets me keep a copy of all of the configuration data. If you want to configure through the PaperUI then comment out the .things and .items file entries for you Smartthings hub. Then in the PaperUi: Configuration -> Things ->Smartthings Hub. Click on the pencil and enter the IP address and port. Next click on Inbox -> click on the + sign icon. It should cause the discovery process to run. Then your devices should appear in the Inbox. I don't have a fresh system to try this on so you make have to do things a little differently. ThirdIt sounds like you downloaded the binding from my github. That is fine but it is now part of the openHAB platform. You can find it in the PaperUi under Add-ons -> Samsung Smartthings. SummaryPlease let me know how it goes. |
Hi Bob,
Huge thanks for your prompt and highly informative response. Concerning
your three points:
1) Right on target! I had somehow missed that last part. Now, that I have
done that, the communication is indeed working fine. Before I got the SMT
hub I was using the Nortek HUSBZB1 zwave/Zigbee USB hub. It was working
fine with the devices I had, until I bought two Stelpro Orleans heaters
(with Zigbee interface). I was disappointed to find (after having bought)
that according to Stelpro the heaters would only work with Smartthings. Now
that I have the SMT hub, I find that yes, it does solve my issue with
Stelpro heaters. I am now trying to see if I can handle my other devices
with the SMT hub as well, so that the Nortek USB hub would no longer be
needed. I have made some progress with that, but at this point I still have
a few unresolved issues. Will see in the next couple of days.
2) I did not have any success with automatic discovery of Smartthings
devices. What I tried is discovering the devices first using the
Smartthings phone app, (which works fine) and thereafter see if OH will
discover the devices already known to the SMT hub. OH did not discover
anything.
The way I do at the moment is enumerate my devices in the
smartthings.things file. The devices then appear in the paper UI. From
there, I define items in a .items file, using the channels that I see
alongside each thing in the Paper UI. Then, in my sitemap, I am able to
refer by name to the items I defined in my items file. I seem to understand
that, in principle, I do not need to use a thing file; but in that case, I
do not understand exactly how I can refer to my items. For example, in the
Paper UI, the things associated with my two heaters are both named
"Thermostat" and their respective channels have identical names. How then
can I refer individually to the items corresponding, e.g. to the different
heating setpoints of each heater.
3) I don't see the binding under my Paper UI addons. Is it that my version
of OH (2.5.8) is too old?
Many thanks.
Le dim. 15 nov. 2020 15 h 24, Bob Raker <[email protected]> a écrit :
… Hi @pisabell2 <https://github.com/pisabell2>
Thanks for installing the Smartthings Addon. I'm sure we can get it
working. Here are:
Three comments First
From your description is sounds like openHAB is not seeing the Smartthings
devices. Usually this is because they have not been enabled in the
SmartApp. See the last section titled *Configuration in the Smartthings
App*. After you tap on the OpenHabAppV2 scroll down to the section titled
Thermostat. Click on it and then select your thermostats. If under
Thermostat it says No device found look at the other Thermostat entries and
see if you open any of them.
I think this will solve your problem. And, until this step is done openHAB
won't know about your connected devices. Even it you configure them in the
.things and .items files.
Second
You can do the configuration through either the PaperUI or through files.
If you configure through files, then you do not need / use the discovery
process. I do all my configuration through files because it lets me keep a
copy of all of the configuration data.
If you want to configure through the PaperUI then comment out the .things
and .items file entries for you Smartthings hub. Then in the PaperUi:
Configuration -> Things ->Smartthings Hub. Click on the pencil and enter
the IP address and port. Next click on Inbox -> click on the + sign icon.
It should cause the discovery process to run. Then your devices should
appear in the Inbox. I don't have a fresh system to try this on so you make
have to do things a little differently.
Third
It sounds like you downloaded the binding from my github. That is fine but
it is now part of the openHAB platform. You can find it in the PaperUi
under Add-ons -> Samsung Smartthings.
Summary
Please let me know how it goes.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMVPUG2E42OXQJ7YGQ3ODBTSQA2JTANCNFSM4TVZDGYA>
.
|
Hi again, I managed to get all of my devices to work OK through OH. One problem that remains is how I can bridge some discrepancies between the functionality available through the SMT phone app and the functionality shown in OH. For example, the phone app makes available the following three possible values for the attribute "Mode" of one of my heaters: "Éco", "Chaleur", "Désactivé" (that is in English, "Eco", "Heating", "OFF"). In OH, the corresponding mode selection menu shows many more options: "Auto", "Eco", "Cool", "Heat". "Emergency heat", "Rush Hour", "OFF". In this case, it is the phone app which is correct: the only three functions available on my heater are those provided by that app. One positive thing is that notwithstanding the language difference between the options in the phone app, the mapping is done correctly ("Éco"="Eco", "Chaleur"="Heating" and "OFF"="OFF". And selecting in OH one of the options not available on the heater has no effect on the heater and no effect on the status in the phone app, which is good. Yet, I would much prefer to display in OH: 1) only the available values; 2) preferably using their French names. Thanks again. |
Hello again, Please ignore my previous message (the one about mappings). There was a bug in my mapping code, and opnce I corrected it, the mappings were carried out as I intended. |
Hi Pierre: Glad you figured that out. Sorry to be slow in responding to your earlier message. Despite being in COVID lockdown I've been very busy for the past few days. DId you get the discovery process working? If not have a look at issue #95. Search for "Smartthings Curl Setup Instructions". That section tells you how to send a discovery request to the hub and look at the results. It will help you better understand the discovery process and help identify what might be going wrong. Please let me know how it goes. Bob |
Hi Bob, Thanks for your response. here are a couple of questions, if you don't mind.
Thanks again, Pierre |
Pierre:
I hope this helps. If not let me know. Bob |
Hello, I have a slightly different communication issue. I connected my Smartthings V2 hub to OH3 and I see all my devices and they generally work fine. I can turn them on and off most of the time. The issue is "most of the time". Last night I was using one of my contact sensors and opened and closed it while watching the event.log file. I have maybe 50 to 60 devices on my ST hub connect with Z-Wave and ZigBee. So these two buses are probably fairly busy with a lot of status updates like temperature, battery status, and so on coming through. I thought about leaving my devices on ST and do all the automation with OH3 since I don't trust Samsung to keep the ruling engine alive and as good as it was in the past. I'm using WebCore on the ST side. And lately the ST ruling engine seems to miss a lot of timers with lights going off too early or not at all. So I want to get out with some time on my hand before I'm forced to do it quickly. My whole house is controlled with ST so losing the automation would put a few things into jeopardy. Any idea on how to improve the communication? Thanks |
Hi, I placed the rather lengthy post reproduced below on the OH forum, but perhaps it is more appropriate here.
In brief: I bought a V3 hub and got it to work with the Smartthings phone app. Then I installed your software on the hub, following the procedure described in the binding doc. The OpenHabDevice is now reported to be connected by my phone app. I added to my OH config a thing file as described in you doc, and OH now reports that a thing called "Smartthings Hub" is connected.
But beyond that point, all the attemps I made (as decribed in the post reproduced below) at discovering and communicating with the devices connected to my hub failed.
I really hope you can help me look in the right places. Thanks in advance,
-- Pierre
Problem getting the SmartThings OH binding to work
Hello all,
Background: running OH 2.5.8 on a Windows 10 computer.
I recently acquired a Samsung SmartThings Hub V3. I was able to get it to work fine for controlling two heating devices using the SmartThings phone app.
Next step for me was to gain access to the hub and its connected devices from OH.
I went thgrough the installation steps described in the SmartThings bonding documentation.
After that, the OpenHabDevice was shown as connected on my phone SmartThings app.
Back to OH, I then created a smartthings.things file with the following content:
Restarting OH, I can now see in Paper UI that a thing named "Smartthings Hub" has been created and is reported to be "online".
From there I expected that by launching the inbox search process on the smartthing binding would result in the objects already connected (my two heaters) to my SmartThings hub would be found by OH. Unfortunately that did not happen. The inbox search process did not find anything.
Then I thought that the discovery process perhaps needs to be done synchronously in OH and the SmartThings hub. So, I had the SMT hub "forget" the heaters and I relaunched the search from OH. Again, nothing was found.
I then tried to add the heaters directly to the things file. To that end, I had the hub "relearn" about the heaters. Then I edited the smartthings.things file in the following way:
In the above, the smartthingsName provided is exactly the same as in my SmartThings phone app. Restarting OH, I can now see inpaper UI that two new things that have been created for my heaters. Surprisingly, their names in the list of things is "Thermostat" in both cases. I expected the names woyls be shown as "ConvecteurSDB" and "ConvecteurCdM". The list of available channels shown for each of the two things is larger than the list of channels shown in my phone app. For example, it includes a channel named "Cooling Setpoint" while my heaters do not provide a cooling function. However, I was hopeful since the list does include "Heating Setpoint" which clearly corresponds with a basic function on my heaters. The channel paths also make sense. For example, the Heating Setpoint function is associated with a channel named "smartthings:thermostat:SMThub:ConvecteurSDB:heatingSetpoint" with "thermostat" as type, "SMTHub" as the name of my Hub, "ConvecteurSDB" as the identifier of my heater and "heatingSetpoint" as the function being triggered.
I was then hopeful that adding items such as the following would allow me to read/modify the setpoint on my heaters:
and adding lines such as the following to my sitemap:
But neither the read nor the write have any effect on the device (and the phone app).
Thus it seems that no real communication OH/hub is taking place.
The openhab.log contains only a few lines about smartthings:
My events.log files reports initilization of things:
The text was updated successfully, but these errors were encountered: