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.

aloft

About

Username
aloft
Joined
Visits
48
Last Active
Roles
Member

Comments

  • As there are several threads for Everspring devices, I've created a central topic to discuss support for Everspring devices.
  • @posthok your issue seems related to https://github.com/athombv/homey/issues/934 ; when sending the dim command in a flow it also send a 'turn light on' command, which in turn the light on 100 % brightness.  This seems a generic issue for all Z-wav…
  • In version 1.02 my motion sensors (non-plus and plus) worked relatively fine. Since upgrading to 1.0.3, it has been a bit of a hit or miss if the motion detection (or motion cancellation) was being processed by Homey. No re-pairing done as of yet. R…
  • @YvesGeffens  version 1.0.3 is published, let me know if it  also works in your case ! thanks.
  • @Uranday ; 1.0.1 has been published today, with the set card accepting a number value. Have fun! 
  • Well, the Everspring app didn't change ;-) And it just uses the normal 'dim' capability. it could be that since 1.0.2 the Z-wave information isn't sent correctly to/from the app; it uses the SWITCH_MULTILEVEL_GET and SWITCH_MULTILEVEL_SET .  It wou…
  • @posthok developer here, the problem with troubleshooting these issues is that I don't have access to most devices and that delays development and I can't simulate the issues people are experiencing.  (in general: everspring doesn't always follow t…
  • @YvesGeffens  You didn't make a mistake, I did ;-)  The card is triggered, but the 'value' token wasn't containing a correct value. Unfortunately, the way cards are working, I am not sure if I can add this check in the AND column, I'll investigate …
  • @YvesGeffens  Version 1.0.1 is published in the app store, with this version you'll have the 'when timer changed' card added with two tokens: name and value . Value is the seconds remaining, so you can use that token for your need.
  • @Rozz ; what is the firmware version of Homey you are running on? On November 28th, I got a lot of crash reports of someone who is using 0.8.17 ; was that you?   Then I can dig further into the code that caused the crash.  
  • @YvesGeffens  An updated version is in the app store, with your use case. What you need to do is the following: Trigger: When a Countdown timer is running  Condition: State the countdown timer and the number of seconds left . Action: whatever actio…
  • Version 1.0.0 is in the app store: Honeywell Evohome With this app you can manage your Evohome and other systems that connect via Total Connect Comfort from within Homey. It is using the unofficial API of Evohome. Settings After installing the a…
  • @FreeFrags  you cannot use the HR92 'stand-alone', you will need the Evohome controller; that one connects (directly or via a internet gateway, depending on the model you have) with Internet. Via those APIs, Homey can communicate with the Evohome sy…
  • @Alle and others:  I've finally nailed the QuickAction setting and detection. This is now pending approval in the app store. These days that might take a couple of days. If you cannot wait, you can manually install the GitHub version: https://gith…
  • @YvesGeffens  I am the creator of the app;   I understand your use case, but have to take a look it this is possible and feasible to implement. 
  • @YvesGeffens  that's currently not possible, a trigger is only sent when a timers has reached zero ( or started / stopped )  As a workaround, you could start/stop a simultaneous timer on T-X seconds, so that specific timer will trigger the flow. …
  • CountDown has been updated to version 1.0.0  Added: - Start / Stop trigger flow cards ;  can start a flow when a certain timer has been stopped or started - Import / export capability for the CountDown configuration ( equal to the BetterLogic app …
  • "Evohomey" has been updated to 0.4.8 . Changes: - Added 'target_temperature' logging - Corrected 'cancel temperature' setting, sometimes this wouldn't work Still not working is the QuickAction setting if you have a Evohome system.
  • Version 0.1.0 has been released in the App store, with some extra devices supported. Have fun all! 
  • @Alle As you can read in the description of the App https://apps.athom.com/app/nl.bevlogenheid.evohome ; there was an API change recently, which causes the 'quickactions' not to be functioning. The API change is pretty significant, so I still need …
  • @Rozz Try to the latest app via https://github.com/ralfvd/com.everspring ; I added the AD1422 based on your info by copying another Everspring dimmer code. So hopefully it will work. Let me know the results.
  • @Rozz are you able to install a GitHub version? I could add the node information above (or if you post what Homey sees)  and we can see what happens, if it works, especially for the dimmer part.
  • @arthur this is already in the app store; https://apps.athom.com/app/com.everspring  Be aware though, it has some issues, reports (new temperature or humidity) are not always coming in correctly. I didn't test yet on the latest Homey release to see…
  • @Rozz I don't have the specifics for this dimmer. Even with specifics, it might be hard to code for the dimmer without having that dimmer myself. 
  • @Alexander and others, I've updated the Github source with your AD147, AN180 and AN181 . Please check and validate if it works:  https://github.com/ralfvd/com.everspring If so, I'll push it to the app store for approval. 
  • MatjaLipu said: 0.4.0 adds reboot action. You could do this (PLEASE DO NOT!!) @MatjaLipu  I am nominating myself for the Homey-Darwin award, because by mistake, I made this flow and pressed 'Test'. I have to say: an efficient flow …
  • I'll try to have a look coming days, but it is a very busy time, so @RobinVanKekem  , feel free to take a swing at it if you have time available. 
  • @Alexander I am the author of the current Everspring app. Let me know if you need help. Ideally you create a Github branch of my code, integrate your code, then make a pull request.  Lots of how-to's on the internet on how to achieve this. 
  • So far, I can only replicate the disappearing timers when Homey is hard rebooted ( power down ) when a timer is running. Not when 'in normal' use.  Do you see it happening also with normal use?
  • Rocodamelshe said: In the settings page the timers are not running. The timer IS running, the flow works but i have to F5 the page to see it count down. Is this a bug in the app or something else ? Was running ok before. FW 0.9.2 App v0.2.0 …