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.
gruijter_dev
About
- Username
- gruijter_dev
- Joined
- Visits
- 1,298
- Last Active
- Roles
- Member
Comments
-
New release (0.9.10) just posted for app store approval. It fixes for firmware 0.9+, and also adds gas usage (of the previous hour) and tariff (peak/off-peak) in the mobile device card. If you are in a hurry you can get it from the Git.
-
@sossienl: It seems that firmware 0.9+ breaks some stuff, including custum capabilities that I was testing with. I will have to rewrite the app to make it work again with the new firmware. Did you manage to test the app with the previous firmware? I…
-
New version 0.9.9 has just been released in the appstore. It adds device settings where you can set powerlimits of the ledring screensaver. @sossienl: Could you test if this version solves your app crash?
-
Superfast approval by @Emile (Thx!). V0.0.7 is now available from the appstore.
-
The App is released in the app store. This is the version that crashes for @Esmiranda (but works perfect for my own kids ). An update for the appstore is on its way... Experimental users can already try v0.0.7 from GitHub.
-
@Esmiranda: I sent you a PM
-
The stack trace you posted shows that Magister is providing a different datastructure for your daughter then what I get from my son's school. If I find some time tonight I will try to write some code to prevent the app from crashing when it receives…
-
The insights are only created when new grades are entered in Magister by the teachers. So after first install you have to wait for a grade to arrive
-
@esmiranda: Maybe a bit to ask, but if I could use your daughters login I could find out where the problem lies. Maybe you could give me a temporary password? But I fully understand if you don't want to give me the login details (but if you do, send…
-
You can start by following the steps mentioned here: https://developers.athom.com/library/getting-started/ (you only need steps 2, 3 and 5). To execute step 5 you have to first download my app from GitHub. Then you can do step 5 with the following …
-
Hello @Esmiranda . It is pending approval from Athom. I have asked @Emile to speed this up, but I guess they have to find time to do the approval. It would be very cool if you could already test before summervacation ! If you know how to test from …
-
Thanks! I hope it is useful. Do you have a magister account to test with?
-
Some screenshots:
-
From the xml I received from sossienl I have found that he has no gasmeter. This is definitely causing the crash. For experimental users I have uploaded a new version to github that hopefully fixes this. Please check it out and let me know if it wor…
-
@sossienl could you send me the raw xml output?
-
I uploaded an experimental version 0.9.9 on GitHub. It includes a settings screen where you can set the ledring limits. If you check it out let me know how it works for you!
-
gruijter_dev said: @Tim_Brass : Yes, this would be possible. I actually did some testing with it already, but with the present Homey firmware I run into some issues. I therefore want to wait for the next firmware release before looking at this …
-
@Tim_Brass
-
@Tim_Brass : Yes, this would be possible. I actually did some testing with it already, but with the present Homey firmware I run into some issues. I therefore want to wait for the next firmware release before looking at this again. Furthermore, the…
-
Good to hear that it works!
-
@BasVanDenBosch : Mmm. I just tested it myself, but everything still works fine on .32 firmware. I however noticed that I have to reboot Homey every once in a while to get stuff working consistently. This is probably caused by the Homey firmware whi…
-
@Tim_Brass . Thx for the feedback! Helps me improve the app for everyone. Could you provide some more info? Eg. What firmmware release are you on, did you do a clean install or an upgrade, did it work before , is it a consistant crash or just so…
-
Version 0.9.8 is just released in the app store. It adds some major new functionality and support for new upcoming Homey firmware: v0.9.8 2016.06.13 Fixed bug that made app not work correctly for firmware 0.8.37+. Added trigger cards and tokens for…
-
@Webster , @BasVanDenBosch , I think I found a bug that was causing the insights and flowcards issues. I uploaded again to GitHub. Please let me know if this fixes things for you.
-
@BasVanDenBosch, @Webster , Yes, the issues you both have must be caused by the new test firmware from Homey (.38). I have de-installed and tested the Smile app again myself to check (GitHub version), but on my stable/official release 0.8.32 every…
-
@aloft : This means the bug is still present where you need to disable/enable the app after install to get the Insights working... That is, for your official release from the app store.
-
@Reflow: I had the same thing at first. I solved it this morning by breefly disabling and enabling the app again in Homey Settings.
-
New version just uploaded to GitHub for experimental users. (v0.9.8 - 11_06). Changes: * Trigger cards and tokens for power change and tariff change. * Condition card for tariff change. * A very cool ledring screensaver that shows actual power use /…
-
@Webster, @aloft, I will also add extra code to check the validity of the data every time it reads the smile (which is every 10 seconds). If the data is corrupt the device will be reported offline to Homey. I will release this update within a few d…
-
@aloft: well, actually during pairing I am checking for certain data structures to be present. So if the xml output is indeed it should not pair! I think it shows an empty xml if you tried to login before with the wrong password. You could close y…