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.
aloft
About
- Username
- aloft
- Joined
- Visits
- 48
- Last Active
- Roles
- Member
Comments
-
jorden said: A lot of programming goes into this. So it's not like 'you do this and that, and then it works', you really need to know what you are doing That is true. It can get complicated fairly easy if you don't pay attention. With c…
-
Alle said: @aloft ;; Win! i can open the zones at this moment.. Will do some more testing tommorow.. Many thanks! Please make sure to disable/enable the app once after pairing, otherwise, the temperatures won't get updated. This is a …
-
@Alle I've just release 0.3.6 which has a major rewrite of the pairing part, that -hopefully- solves your issues ( probably with a complete removal of the app ). Please first remove the app within Homey, then install the new version. Thanks fo…
-
Version 0.3.6 has been released on GitHub: https://github.com/ralfvd/nl.bevlogenheid.evohome/ I am slowly approaching 'ready for app store' state. Bugs solved: - Pairing without setting would crash the app ; now it gives an error and aborts the p…
-
Stefan said: An update from the official side of things: We are actually looking to begin to get somewhere with Honeywell on receiving access to their APIs. If so, we would be one of the first in Europe, and they still are in beta, but we'll go…
-
Alle said: @aloft downloaded and installed the app again. Same error. Did you delete and repair the devices? That helped for me, the 'reset_temperature' capability must be removed from the device, and that's only possible by adding th…
-
@alle sorry about that. updated GitHub , you might need to delete and re-add the thermostats. And then restart the app again. Then this error should not be there any more. I am in the process of rewriting some parts to solve the pairing issues.
-
@alle I've uploaded an updated app on GitHub with some extra error checking which might help in your case. Please download that one and let me know if it helps.
-
@Alle and this is immediately after installing the app ? Or do you execute any actions (setting the settings, pairing the device) after installing the app ? This error seems like you are trying to pair the system, without entering the username an…
-
@alle can you execute --run instead of --install and send me the output you get? Or, if it works, go to the app settings, click on the red icon and send the output that shows in the pop-up.
-
Although I am pretty sure that temperature in some of my zones have changed, it isn't logged in insights yet. @gruijter_dev how is the logging at your system ?
-
gruijter_dev said: I decided to de-install the device and the app completely before installing v0.3.4. Unfortunately I cannot pair anymore .... ------------------------------------------------- Evohome app started [] 0 09:12:26 Evohome app s…
-
@gruijter_dev et al 0.3.4 has been published on GitHub : https://github.com/ralfvd/nl.bevlogenheid.evohome - Added insights monitoring Next actions: - Tackle the pairing bug (so you don't need to restart the app after adding a thermostat/zone - Add…
-
OK, and solved. GitHub version 0.3.3 will now be able to set target temperature via the device card. I will add action cards asap Be aware that if you set a target temperature via the device card, it is on 'permanently'. There is no way yet to can…
-
gruijter_dev said: Cool! (or Hot ) I'm trying it now. Still a lot of bugs as you mentioned, but it pairs with my Honeywell Round Connected thermostat (which is just like a single zone Evohome I guess). I get the temperature readout and get th…
-
EvertorN said: Justjomi said: It indeed show how to install, but not inspiring tips how to build an app yourself with examples and screenshots so more backers give it a try. Maybe nice people who have successfully build an app, share e…
-
I've just published version 0.3.2 on GitHub: https://github.com/ralfvd/nl.bevlogenheid.evohome It contains: Settings: system settings and logging ( not all logging is shown yet ) Devices: you can add and view your thermostats ( * ) ( current tem…
-
I've run the first release myself now for a couple of days, and see no issues. Unfortunately, the way I connect to Evohome is not the preferred way within Homey ( I don't use the pairing option ), so this version will not be submitted to the App sto…
-
I've tested the first release of the Evohome app, and it is now available on Github. As said, it is pretty rough code, so it might break things left and right. Find the source on : https://github.com/ralfvd/nl.bevlogenheid.evohome Run it locally …
-
@boerremk I actually already received your script and used it as inspiration and reference for my current development. I am almost done with the first version, I will test it on my own Homey next week to make sure I don't brick the Homey and then…
-
Status update 26 May 2016 I've successfully managed to update the quick action settings ( e.g. turn the heating off ) . I am now 'Homey-fying' the application, so it can be run from within Homey (and not with my userid and password hardcoded ;-) ).…
-
I have two working. Or better put: had; I did a complete wipe of my Homey recently, so I need to re-add them. But given all the comments in this post, it seems inconsistent across users.
-
Update 23 May: I am able to retrieve the locationID of a Evohome, which is necessary to issue commands towards Evohome. Next up is implementing the quick actions (like Economy mode, Heating off etc) and cleaning up the code so it is more readable a…
-
Gerjan said: @aloft, OK Thanks! It has just been approved, so your Homey should update within a couple of hours. Or de-install and re-install the app if you don't have timers yet. Good luck!
-
0.1.0 Has been released in the app store! So if you are running 0.8.35 , check whether CountDown is updated to 0.1.0 and your timers can be saved again. It adds a condition card, with which you can check if a timer is (not) running.
-
Reflow said: Perhaps its better to put the code on github so more people can contribute. I would like to try and see if i can get it to work as well It is not github proof yet ;-) hardcoded passwords etc. But as soon as I typed the pre…
-
I looked at the code, and although it is fairly straight forward, my NodeJS knowledge isn't that perfect. I am having some issues grasping the asynchronous way of working in NodeJS. So far, I am able to successfully start a session to Evohome and …
-
Gerjan said: Rocodamelshe said: Kaku motion detector cannot do 2 minutes me guess? Only 5S, 1M, 5M, 10M countdown app would be the right solution, but app broke in .35...... To bad a countdown timer is not available in the fl…
-
AndyWilde said: Version on the app store is not working but the GIT version is. Great Work The app store version is still pending approval from Athom.
-
BasVanDenBosch said: You're fast All kudos to @Uranday ; he found the issue in BetterLogic within minutes, I merely typed very fast to update CountDown's code.