Do you know of the notification options used in sharptools? I don’t see the option in sharptools
Are you referring to triggering and LED bar notifications via a Sharptools rule? If that is the case, that can be done in the flow section. After selecting the device, add the four setnotification items, level, duration, effect and color. You need to set all four of them for it to work properly.
Thanks for the reply! That’s exactly what I’m looking for. Do you have an example for me? I selected the light switch, under set command I see these options: {poll, refresh, resetenergymeter, setColor, off, on, setSaturation, setHue, setLevel, configure}.
Fantastic. It turned out I had to refresh in sharptools my smartthings hub. Didn’t know that was needed. Do you have a link to where you found the values for all of these options? You have a [5] where I see [solid] as an option. Inovelli Switch Calculator Directions - Google Docs
I found the color wheel here: Inovelli Switch Toolbox
Pieced together some values from this: SharpTools-SmartThings Inovelli Notifications - #18 by sabre170 - General Discussion - Inovelli Community
If there is something all in one place, I don’t know/can’t remember where it its. I use Routines for notifications, so this was just a test when we were beta testing the Blue 2-1. @harjms may recall.
One way to back into these parameters is to code a routine with the parameters you want. Then use TAustin’s API browser and look at the JSON for the Routine in the details tab. There settings are displayed there.
The Inovelli Switch Toolbox is fine for the color and level. 255 for indefinitely. The effects are lower decimals, so you can just start walking through them to see what you get, although there must be a chart somewhere.
I can’t seem to find the Offset setting for the 4-in1 sensor. Is it hidden or not available in the edge driver?
Confirming that I don’t see a temperature Offset setting in mine, either. EDIT: The Groovy driver used to have offsets for temp, humitity and illuminance.
The framework supports a built-in parameter for temp and humidity offsets (UI limited to +/- 10 units), Eric just needs to add them to the profiles where temp/humidity are capabilities. The offsets are then applied automatically. Or add in custom ones of course.
I’ve updated the driver to have temp and humidity offsets.