Working on an App as a beginner with Homey and Javascript and have some questions.
My device is classified as ‘other’ in the driver.compose.json file, and I noticed that when defining the following:
"energy": {
"approximation": {
"usageOn": 15,
"usageOff": 1
}
},
it doesn’t show up in the Settings of the device, it only shows ‘Constant Energy usage’ (see pic).
Does this have anything todo with the device class? As it’s not accepting the settings in the .json file?
2nd question. I noticed some devices from other brands include a timeline when jou click the device (see pic below)
How would this be implemented in the app? does it again have to do with the Class or capabilities (I am using defined .json capabilities and not the standard ‘onoff’)
and 3rd,
Some tiles have the option to show a status, either a message, power, or dim value, is there anyway to add a custom value on the tile as status value?
Thanks!