Homey Pro overview script
Always wanted an overview of your current Homey?
Because you are in the process of migrating to another Homey Pro, or just for the fun of it.
Well that is what this very HomeyScript script is for.
Feel free to share your results in this thread, as I do like to see every ones Homey too! (no sensitive data is shown)
I’ve tried to make this overview script somewhat user friendly to use.
The only thing you need is an Homey Pro (any version, besides Homey (Cloud)) and the app HomeyScript.
When you have that app installed you can go to the Web GUI => Scripts and click on “New HomeyScript” on the bottom-left of the page.
A new script will get created and you can give it a name (not mandatory, just easier to find it back later on), “Homey Overview” is a good example
Then all you need to do is copy and paste the entire script linked below (it is pretty large, 635 lines
) into the top field, and press the “Save” button.
Then to see the result all you have to do is press “Test”, and behold the results will show up below it (it can take a few seconds to retrieve all information from Homey Pro).
(Tip: you can increase the result’s view by dragging the “Output” line, up).
Changelog HomeyScript Overviewer:
- v1.18 (July 15, 2024):
- Added: Moods support for Homey Pro 2016-2019
- v1.17 (May 21, 2024):
- Fixed: API change
- Added: sysInternals devices as virtual devices
- Separated out Homey Bridge devices
Show older updates
- v1.16 (May 6, 2024):
- Fixed: New API uses
zigbee
vszigBee
- Added: Zone names
- Added: Moods (Homey Pro (early 2023) only)
- Added: Images (Homey Pro (early 2023) only)
- Fixed: New API uses
- v1.15 (October 16, 2023):
- Added: Insight entries (boolean (yes/no) & numbers)
- v1.14 (September 19, 2023):
- Added: Unavailable devices (and the reason when displayed)
- v1.13 (September 18, 2023):
- Added: Last seen date and time for ZigBee devices, Homey Pro (early 2023) only
- v1.12 (June 28, 2023):
- Added: Logic (variable) names and their ID, for each type
- Added: Node ID to Z-Wave devices’ names list
- v1.11 (May 10, 2023):
- Fix (virtual) infrared device(s) not being counted for Homey Pro (early 2023) (API change)
- v1.10 (May 8, 2023):
- Added: count and overview of apps are in the Stable or Test channel, or installed from CLI (development)/Community Appstore
- v1.9 (April 26, 2023):
- Fix error for the now available
getAppSettings()
function (since10.0.0-rc.80
)
- Fix error for the now available
- v1.8 (April 9, 2023):
- Added: App
<group>
's devices to the virtual devices count
- Added: App
- v1.7 (April 6, 2023):
- Added: Storage information (disabled by default for Homey Pro (2016-2019) as it is a very slow function)
- Added: Number of alarm clocks
- Homey Pro (early 2023) only:
- Added: Throttled (Homey Pro (early 2023) will throttle when a bad power supply is used or the temperature is being too high)
- Added: Under voltage (Homey Pro (early 2023) was delivered at first with a power supply that in many cases delivered too low of a voltage.)
- Cleaned up the code a bit
- v1.6 (April 3 2023):
- Fix error with counting Router and End Devices for ZigBee devices (API change) on Homey Pro (early 2023)
- v1.5 (March 14 2023):
- Added error information for Homey Pro (early 2023) users as HomeyScript needs an update to support the
getAppSettings()
function - Fix when no HomeyScript tokens (again)
- Added error information for Homey Pro (early 2023) users as HomeyScript needs an update to support the
- v1.4 (March 11 2023):
- Added amount of HomeyScripts
- v1.3 (March 11 2023):
- Fix when no HomeyScript tokens
- v1.2 (March 11 2023):
- Added amount of: HomeyScript tokens, Better Logic Variables
- Added some error catching if anything fails, it will continue on
- v1.1 (March 11 2023):
- Fixed the Z-Wave count
I used a bad way before, now it is more accurate and includes the different security levels - Added Chronograph and Better Logic Library for Virtual Devices count
- Fixed the Z-Wave count
- v1 (March 10 2023):
- Initial release
Homey Pro Tagged Overview:
As the latest addition to this script (now technically 2 scripts) as the addition of a “tagged” version.
If you want to use any of the values in a flow, or just get an overview once in a while, you can use the bottom script to do so.
It has multiple options of returning the script:
- All the possible values as an JSON Object, which will return a valid JSON (stringified), which you can then read any value from with for example the Logic flow card: “Read [TEXT] as JSON and select path [PATH] as …”
- The overview as a regular string, where you can separate the values with a choose able separator, to for example, send it as push message to your phone
- Set the return value (Object or string) to a HomeyScript tag
- Set the return value (Object or String) to a Logic Variable (Text variable only)
Any given value can be enabled or disabled by setting the appropriate “show” option at the top of the script.
It is a pretty big script (712 lines
), so make sure you copy over all lines!
This script can also work in the Advanced flow card: “Execute [CODE] and return a Text-tag”.
Changelog HomeyScript Tagged:
- v1.2 (July 15, 2024):
- Added: Moods support for Homey Pro 2016-2019
- v1.1 (May 21, 2024):
- Fixed: API change
- Added: sysInternals devices as virtual devices
- Separated out Homey Bridge devices
- v1.0 (May 19, 2024):
- Initial release
Note:
The Z-Wave count for battery and router devices can be slightly wrong to your actual real life devices, as Homey doesn’t expose what a actual router or battery device is, there is a “battery” flag but that is false
for FLiRS devices like “newer” thermostats (Eurotronic Spirit or Fibaro Thermostatic).
I’ve tried to fix it as accurate as possible by also looking if there are batteries specified for the device.
But also this isn’t the case for every device like the Aeotec Siren 6, which has a battery, but that is only for backup reasons and thus pretty much always connected to the mains.
This is just the best I could do without having to manual configure every device that should be excluded, which is too much work for just an Overview Script.
Count down and/or other apps
I won’t be adding the countdown apps, there are 4 different ones, and is getting a bit too much that way.
Other apps will most likely also not be added, or in the end the script will contain all apps.
Disclaimer:
If you encounter an issue, feel free to say so and I will try to fix it as soon as possible.
Please do keep the thread clean, any non related replies will get deleted!
If you have (general) questions about HomeyScript or the used Web API, then this is not the thread for that.