This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Homey v0.10.9
JeroenVollenbrock
Member
in Archive
Homey v0.10.9 has been released to the experimental channel. This release is scheduled to be the last release in the 0.10.x series.
- Added functionality to trigger a Flow from another Flow
- Added a 'Time is between' Flow condition card
- Fixed a bug where multiple mobile components would not receive realtime events
- Fixed a bug where Insights would draw weird charts
- Fixed a bug where the mobile 'slider' component would have too little width
- Fixed a bug where Insights dates that were in the past would not be saved correctly
- Fixed a bug where capabilities sharing the same ID would not work properly
- Fixed a bug where Flows would exist but not show
- Fixed a bug where mobile cards would not show
- Improved mobile card realtime events timeout
- App settings installed using `athom project --run` won't get deleted upon reboot
- Various improvements
This discussion has been closed.
Comments
Overnight periods are working
The insight graphs still curves back, but it is not a big deal:
Can`t remove disconnected Z-wave devices.
Keep it up! It feels more stable with every update.
That's an issue with mathematical curvefitting all the time. I had to look really close two see two minor back-draws...
I mean; can you make a flow just to turn on the TV? And use that flow in another flow?
Not for the 'when' or for the 'then' column...
It stops working at midnight. So I have reopened the issue: https://github.com/athombv/homey/issues/582
In the 'When' column, it's 'Deze flow is geactiveerd' so that's correct.
But in the 'Then' column, there are 3 cards available. 2 times 'Activeer deze flow' and 1 'Deactiveer deze flow'.
(notice the difference with the little info icon?)
We already had the 'Activeer' and 'Deactiveer' cards before 0.10.9, but those were used to enable/disable flows to control if they would run if a condition was met.
But the new card card has exactly the same name, so either they created it to be confusing, or it's a bug
Then you read the card as Activeer een Scenario
would be a logical solution i gues...
It's neither a scene or a scenario.
I mean, i think i can use it that way.
Can you explane me where i think wrong?
The sequence I creates consists of playing the Thunderbird theme and on the queues of the music, lights start blinking, the rollershutters close and the TV is turned on.
However, for most of the flows, I still use "states" via variables because they allow one to check the current state as well.
- IF "trigger" AND State > x and < y THEN State = z
- IF variable State changes AND value = z THEN "do stuff"
There are multiple triggers which can set a state. (time, sensors, voice command, etc.)
At the moment, I use integer based states so I can easily check if the current state is between x and y before transitioning to state z when an event occurs.
It would be nice if Homey would continue to enhance the native support for variables and flows. The Better Logic app is already an amazing enhancement.
You just starts another flow, so it might confuse other/new users when you call it a scene/scenario.
but i think its more confusing to have 2 cards whit the same name. ( only an i makes the diferance.)
But; we will see how Athom tackle this (small) problem
No further details so we'll see how they fix it
The issue looked similar to 1030, so I added it as a comment. Anyone else experienced a similar issue?