This driver has had limited testing by a few of our community members* during development, but it’s time now to open it up to a wider audience.
Note that this driver requires no other apps running on your LAN besides the heatmiser hub. It will auto-discover your neoHubs and create devices for each configured zone on your system.
You will need a “second generation” neoHub on the same subnet as your SmartThings hub.
Please read through the documentation before posting questions or attempting to install.
Function-wise, I’ve tried to cover the most common use cases, but if I’ve missed something or there are other device-types that need to be supported, that’s what the beta period is intended to identify.
I look forward to your feedback.
* A big THANK-YOU goes out to @fido, @skinnypope, and @Tim99 for their help during development of this driver. Without their patience, testing, and endless driver logs, this would have been impossible (I don’t have these devices myself!)
Hi, first of all thank you for this development/testing and for doing it so quickly.
I got to the step where the token is accepted and it says Connected in the app but nothing shows in the Info and no new devices are created.
NeoHub 2nd gen firmware v2199. 6 neoStats v1 and one neoUltra. Smartthing Hub 2.
Any logs I can look at or send you, any other details? I don’t know where the live logs are gone now samsung got rid of the old ones so some instructions would be greatly appreciated…
Hi - Thanks for testing the driver. We’ll have to figure out why it’s getting hung up for you.
You can download the Windows version of the SmartThings CLI in order to get driver logs. The install file is here, and there are other versions if you have a different OS.
Once you’ve installed it, open a command prompt window and navigate to the directory where you installed it. Try this command:
smartthings edge:drivers:installed
Being the first time using it, you may get a browser window opened up where you’ll need to sign in to your SmartThings account and give permission. But once you complete that, you can close that browser window and return to the command prompt window. There, you should see your command complete, showing a list of your installed drivers.
Now you can start logging with this command:
smartthings edge:drivers:logcat
You’ll be prompted for the IP address of your SmartThings hub and then choose the driver you want logs for (heatmiser v0.1Beta).
Now go to your SmartThings app and open the Controls screen of the neoHub device and use the ‘pull-down’ gesture to force a refresh. At that point, you should see output in the log output. Capture that all that log output and send to me in a direct message (rather than fill up the topic here). Please be sure to begin and end the log text that you paste in a message with three back-ticks (```). This will ensure readable formatting.
BTW, to learn more about other commands you can use with the CLI, see reference this link for more information.
At some point during testing the API token disappeared in heatmiser app and I can’t seem to generate a new one. Heatmiser’s response was:
“This is going to take some time to resolve.
if you are trying to connect a third party system please enable legacy mode and you wont need a token.
for normal use of the App you dont need generate a token”
Has anyone experienced anything similar?
@TAustin is it possible to connect the driver without the token like they suggest?
You should not need a new API key, in Tods write up it mentions the key can disapear from time to time, at present no one knows why BUT a previously created key in the Heatmiser app will continue to work even if not visible
I had the same issue with the Heatmiser app and a Heatmiser hub reboot ( unplug, plug back in ) sorted the issue out and the API key returned to the Heatmiser app so try that, nothing will get removed from your settings btw
Heatmiser support and understanding of how things work is … limited
The only way to connect to Heatmisers new API is with an API key created in the Heatmiser App
When you are ready, I’ve done some further work on the neoStat-in-timer-mode device based on some guidance I got from heatmiser dev support. What I understand better now are the commands that are supposed to work to override the timer switch and monitor its state. What I confirmed is that you can’t “permanently” override the switch - you can only do it for a given duration. So I’ve reworked the device controls to support this, using a simple switch capability to reflect the timer switch state (not control it), and separate controls to override to on or off and provide a duration.
I’ve also fixed the profile selection so that it displays the configured timer profiles correctly and allows you to select which one to activate.
I haven’t pushed the driver update out yet, as I’ve been letting it run against my simulator, but so far so good. I’ll push it out when you get to a point where you can try it out.
New Settings option in neoStat devices to show combination of temperature and operating state (heating, idle) on the dashboard. Not that this will create a tile that is 4x normal size, and there are bugs in the iOS app that may make this option objectionable for iphone users (the temperature has the word “Connected” appended to it, and the icon for the operating state field is a permanent spinner; note that these issues are cosmetic, and don’t affect the functionality)
Added code to monitor the websocket pings coming from the heatmiser hub and if it has been over a minute without a ping received, then a re-connection retry will be started and run every 15 seconds. This is to try and address reported situations where the heatmiser hub is periodically dropping the connection.
Be aware, there appears to be some anomalies on the SmartThings platform right now when devices are supposed to be showing offline (they don’t). I’ve already inquired about this with the SmartThings team, so will update here as needed.
Question, I want create a routine to set a profile on my neoAir : Radiator stat based on outdoor temperature. I can’t do this on the THEN condition as no neoAir are visible (only my neoStats) . Is this expected?
You have to select profiles via the hub device. My understanding of the system is that it will determine what devices the profile is valid for, and update only those. But please let me know if that is not the case and we may have to make a change.
What I was hoping to do is to setup profiles or recipe for various temperature conditions and use Smartthings to switch them around via routines.
Currently I manually update neoAir profiles in order to keep energy costs down and was hoping to automate this so I’m not reviewing outdoor temperature daily and assigning profiles.
I appreciate this may not be what was originally designed but was hoping I could tinker with settings based on conditions for my neoAir stats.