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.
RamonBaas
About
- Username
- RamonBaas
- Joined
- -
- Visits
- 848
- Last Active
- Roles
- Member
Comments
-
@ArenBreur Thanks, additional fixes applied. Looks like you can turn off Alectov3 and Conrad.
-
@ArenBreur Sorry about that. One line was missing, added it now. Really annoying that I cannot test it myself .
-
Ok, I've added decoding for Alecto v1. However, I'm assuming it still won't work. Looking at the two bit-streams the data doesn't make sense (and CRC looks invalid).
-
@ArenBreur Great! You did receive an AlectoV1 message, so the protocol definition does seem to work. Let me see if I can make sense of that sequence and add some decoding.
-
Since one of my apps seemed to be using memory like crazy I've looking more into this in the last week. With the help of @JeroenVollenbrock I was able to install and run the heapdump module to look into possible leaks. Although there are some leaks…
-
@ArenBreur I've got multiple protocols selected and it doesn't crash. So curious so see the crash log. If you turn on AlectoV1 you need to run it in debug mode (turn debug on in the code and run with --run), as there is nothing implemented regardin…
-
Why would you say it is not maintained? The version on github is newer than what has been in the app store.
-
@ArenBreur Oops, thanks, fixed!
-
@ArenBreur Keeps crashing? Can you send me the error? You need the AlectoV1 branch to test that protocol.
-
Small update on the weather sensor app. Just pushed an update to the AlectoV1 branch. * Code has been completely refactored. This makes it easier for the garbage collector to claim back memory. Hence you won't see such a high memory usage compared …
-
@Jeroenvano Everybody can install it locally, not just developers
-
@Justjomi Where do you get this error? In the console? That doesn't look like an app issue. Otherwise PM me and we can try to sort it out.
-
@Justjomi See https://forum.athom.com/discussion/1448/how-to-cli-install-method
-
@luccie_007 It still works, I still have it running myself .
-
@jtebbens I also noticed the high memory usage - it starts at ~25 Mb and can grow to over 300 Mb. When I asked on Slack the response was that this is 'normal'. I'm not to sure it is normal, but I also cannot see what in the application would use all…
-
@caseda Thanks for jumping to my scarcasm . But you are fully right that the number of devices needs to be brought down and combined. (BTW: in general the Homey model of a different device per physical device doesn't scale well, leading to lots of d…
-
Let's just hope Fibaro doesn't come up with v3 versions of each...
-
@RemcoHannink & @MarcoWijk Thanks for trying. If someone is able to catch the signal ( api('POST', '/manager/microcontroller/record', console.log)) and provide the timings let me know.
-
@RemcoHannink In (Tortoise)Git you can use 'Switch/Checkout...' (command line `git checkout )` or you can just download the files through GitHub in a zip.
-
@MarcoWijk It was a long shot that this would work straight away, but thanks for trying. I'll need a real sensor to get it to work (or someone else needs to contribute the code). Not sure what sensor you have, but Alecto v2 operates on 868 MHz, see …
-
Can someone with Alecto v1 sensors try out this branch: https://github.com/nlrb/com.weather-sensors/tree/AlectoV1RemcoHanninkMarcoWijk). It doesn't decode anything yet, but I tried to create a signal definition based on the spec. Curious whether it …
-
RemcoHannink said: Ramon, I tried your new code, but with the Alecto V3 protocol enabled, it still does not pickup my Ventus W044 sensors which use the Alecto V1 protocol. Gr. Remco Yes, that makes sense.
-
@MarcoWijk I believe you would need support for the v1 Alecto protocol. I could try to add this based on the spec, but I cannot test it. I would rather be able to test it myself - that makes the development much easier. Regarding the sof (Start Of …
-
Be aware that mobile phones have advanced hardware and software for effects as Acoustic Echo Cancellation (AEC), Noise Suppression (NS) and Automatic Gain Control (AGC). Looks like Homey has the hardware, but it is not tuned and lacking the advanced…
-
Was already able to add Alecto v3 today, now included.
-
@RemcoHannink Thanks for the information Remco. The Nodo sniffer has some useful code (was still looking for the CRC). Will check next weekend if I can complete Alecto v3.
-
@MarcoWijk As you made me curious about the Alecto protocol I bought a WS-1100 (cheapest Alecto I could find). However, the reading from this sensor give 47 bits of data. I'm not sure if it is the same as the sensors you have. I'm able to decode the…
-
@wingie: code has been updated.
-
@wingie Indeed if you change the settings these are not applied until the app restarts. I'll add that it works right after changing a setting.
-
@wingie Good to hear it works for you BTW: just did a small update, so you could do a `git pull`.