Sorry to hear about that @Paulo. I have about 10 of the PEQ’s myself, and I can still change things in the old app.
What version of the old app are you running? I’m at 1.7.6 on my tablet.
Sorry to hear about that @Paulo. I have about 10 of the PEQ’s myself, and I can still change things in the old app.
What version of the old app are you running? I’m at 1.7.6 on my tablet.
Not sure if anyone is still looking to change the default display on the mobile app, but I was able to by using the simulator in the IDE. I have three temp/humidity sensors that showed the temp by default. I chose a code template that required a humidity sensor, picked the sensor I wanted to change, then clicked on the config gear in the top right. I could then change which data tile to display, which also changed the default display in the mobile app.
Hope that helps!
I’m not sure if you’re still looking for a solution, but if you want an easy way to view all of your temperature sensors on one screen you should try this app:
I currently use a SmartTiles dashboard with just my sensors but this looks great. Thanks.
I just noticed one of my PEQ motion sensor defaults to Motion also, I changed the device type to motion/temp like the others but it still reports motion by default. Any way to change this from within the app or ide? There is no option in my ST app.
Not with v2.x.x of the app, but you have a few options:
I finally got around to doing this tonight and your suggestion on getting the 1.7.6 app worked perfectly.
Has anyone been able to follow this procedure? I don’t understand how to use the simulator to get to “the config gear in the top right” - is this in the browser?
I can change the device-handler ordering of main capabilities and get the result I want (temperature of SS Multisensor) - I’d rather not change the device-handler.
Also where can I get a copy of the 1.7.6 .APK? I find some repositories but how do you prevent a trojan?
Thought we’d be able change defaults natively by now.
I was using the browser simulator for custom SmartApps at: https://graph.api.smartthings.com/ide/apps
The gear shows up after you select a sensor. However, I just tried the simulator a few minutes ago and I can’t even get it to set the location. Not sure if it’s just a temporary bug or if it’s because of a recent firmware upgrade. Either way the simulator doesn’t work for me now.
I really wish they would just let us pick the default display through the mobile app.
OK!!! got it - it worked just now - first time using the simulator. I haven’t seen a tile gear for MANY months - thanks!
Nice! I still can’t get the simulator to work with my hub. Which browser were you using?
Chrome, whatever is current yesterday. Hub is v1.
Does this trick still work? I have a V1 ST multi that is defaulting to Temp. I’m using it as a door contact but I do not have the option of selecting that even in the simulator
Yes, it should. I did that to a couple of my V1 ST muli sensors a couple of months back.
Does yours use SmartSense Multi device type?
Yes I do, I made the modification and renamed it SmartSense Multi Movement because I wanted to track acceleration.
Thanks. Strange deal, I should probably just mount one of the dang monoprice sensors and save me the grief of figuring it out.
Great Answer, @johnconstantelo @bravenel @SBDOBRESCU @krlaframboise. I am using the Device handlers from @krlaframboise for Go Control sensors, and I modified his device handler to display Temperature in the Dashboard:
main(“temperature”)
details([“temperature”, “motion”, “refresh”, “tampering”, “battery”])
And it works well.
Thanks @krlaframboise for this great tool. and for your other contributions. That being said, I also:
am using the Device handlers from @krlaframboise for Go Control sensors, and I modified his device handler to display Temperature in the Dashboard:
main(“temperature”)
details([“temperature”, “motion”, “refresh”, “tampering”, “battery”])
And it works well.
Well, I used the gear icon to change to use the temperature. Worked like a charm! However I was trying to change it back to the default status (Open/Close). I can’t seem to change it back, even creating my own custom Device Handler. Selecting the gear again does not allow to unselect or select status (not shown). The only way I found was to completely remove the device and add it back in. Of course that removes it from all of your automation.