So I figured I’d download the dev kit to build a battery app for FranklinWH home battery. But when I try to add a driver of type battery I get an error that the battery is not available and I need 12.0.0. I found the docs for the battery type but couldn’t work out how to resolve this requirement. Any thoughts?
Please see :
[Links] Athom websites and user accounts - #2 by CommunityEffort
Are you building a Homey App?
Try in the App manifest Manifest | Homey Apps SDK
to set “compatibility”: “>=12.0.0”
I tried that, but whenever I use homey app run
it is reverted to 5.0.0
Check that you are changing the correct file. If you have Homey Compose active, then edit the app.json file in the compose folder.
I have been caught out a couple of times when I somehow open the app.json file in the root folder or the one in the build folder by mistake.
Ah ha! Thanks. Look like the file to update is .homeycompose/app.json
rather than the more obvious ./app.json