Thanks for this update!
I have been performing some tests and am running into an issue with SMB. I also have some questions.
First some context
I have a flow that exports yesterday’s insights (all) every day just after midnight, via FTPS. It saves the insights into a folder, I determine dynamically based on yesterday’s date, under the share/main folder called Homey Pro on my Synology NAS. As such the FTP Folder is configured accordingly in the app’s settings:
For illustration the part of the flow that determines the export folder and resulting structure:
As an example, the folder provided to the Export Insights flowcard for yesterday (April 11, 2026) would be: Insights/1 Dagelijks/2026/04 April/20260411.
Tests performed
I have tested my existing flow to determine if it works with the FTPS, SFTP and SMB connection methods.
Exporting via FTPS (still) works and also via SFTP it works without a problem (also on my custom SFTP port)
.
Via SMB it partly works. I have configured SMB similarly as SFTP/FTPS, using the same network share/main folder. Note that I left the subdirectory field empty as I provide the subdirectory dynamically as part of my flow:
The app is able to connect to my NAS and also able to export to the NAS when I tick the option in the apps settings to store each export in a separate folder. The app then disregards the custom folder I provide and saves the exports directly in a time stamped sub folder under the main folder/share:
But when I switch off the option to store each export in a separate folder and provide the same custom sub folder path that works with FTPS/SFTP, the export via SMB fails.
I have tried the following folder formats, however in every case the app’s log keeps on saying that it cannot find the path:
-
Insights/1 Dagelijks/2026/04 April/20260411same as for FTPS/SFTP
-
Insights\1 Dagelijks\2026\04 April\20260411using backslashes instead of slashes
-
\Insights\1 Dagelijks\2026\04 April\20260411same are previous, but adding a leading backslash
I suspect that for SMB the custom path must be provided in a different format than for FTP, but I don’t seem to be able to get it right.
Hope you can provide me with guidance on how to proceed.
Questions
- I currently use the option that uses low CPU resources for exporting insights. In the prior version, if I did not enable that option, the app would crash and be restarted by Homey during the export proces. Using the low CPU resource option works, though it takes approx. 30 minutes to export the daily insights. In the change log you mention that the app uses fewer resources. Does that also mean that the app is able to perform daily exports of all insights without the low CPU resource option enabled?
- Would it be possible to add a WHEN card that is triggered when the app completes the export? So that I would be able to act on that event (e.g. put a notification on the timeline)?
- In the app’s settings you can indicate which connection method is used for performing exports. What happens if you select multiple connection methods, like SMB and SFTP. Does the app then randomly select one of them?












