I am trying to bring Netatmo wind data from Smartthings to ActionTiles. But ActionTiles only displays the battery level on the wind tile.
I looked at the device handler code (shown below) and see that wind strength and direction are not listed as "capability"s. Apparently, ActionTiles only import data from the “capability” list in the device handler. Is there a way to add wind strength and direction as a capability?
It works perfect with SmartThings Classic
If you using new SmartThings app, only temperature and humidity values are available!
Can you modify the code to support also carbon dioxide levels, dB levels etc ?
Thanks
Hello. Thanks for your reply.
If I change the device handler on the basestation module or on additional module, and select the “preinstalled” [netatmo-outdoor] DHT, carbon dioxide, sound level etc, panels appears like they should, but they do not take the rights values.
If I change back to custom DHT(without living the panel view) and refresh, now everything works fine.
BUT if you leave the panel view and go back again, everything restores to previous state.
You found something weird. Unfortunately I can’t use it for anything.
You are right. When you switch to the stock outdoor handler, it will briefly display the co2. But that’s only because the data was already there from the old DH. If you use that code from scratch it won’t display because there is nothing in the code about co2 at all.
I’m not able to do anything that would make the co2 stick. The data is already there, the app just needs to display it. I’m hoping Smartthings will do updates, allowing more data to be displayed on the new app
I just updated them, published them and then opened the app and then clicked next > save and all is well.
Edit: I use the Classic app. I checked the new app and get the same error as above. I have no idea if that error occurs with the old DTH, I’ve never opened the device with the new app previously.
@Panos@ImStillMe Can you remove the modules from Smartthings, and reinstall them from the Netatmo Connect Smartapp? Make sure you only have the new DH installed in your IDE
Also I notice that atmospheric pressure on basestation module does not appear at all,
but I’m not sure if this is an available capability to use on new ST, as you had said couple of days ago.
EDIT:
On automations menu, there is no option for sound triggered automation on basestation module
Hmmm. I uninstalled and reinstalled the base module and my extra indoor module from the classic app. They show up in the new app now without error but only sjow temperature and humidity.