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.
Comments
Regarding the sof (Start Of Frame), that is not required in this case. For the v3 protocol the data is all regular 0 and 1 bits. For the v1 it would be benficial, as that has a separate sync bit at the start of the message.
@Pils: Best thing is to wait a couple of minutes when the app has been installed. Then you can see in the app settings page which sensors have been found. They usually transmit ~ once a minute. When you remove and reinsert the battery, it will send the message right away. The signal recognition for weaker signals still needs to be improved in the Homey firmware.
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
How can I check out this branch? I can only check out the master, Iam not that good with git. I will try this code with my Ventus W044 sensors.
Now installed the master version. That runs, but hasn't found anything yet.
Can I test anything for the alecta V1 version?
And it's running.
now just wait and see
thanks for the quick fix
After running 12 minutes it crashed :
It didn't find anything, maybe 12 minutes is to short, some devices send only once every 15 minutes.
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 regarding decoding that signal. So it won't show in the front-end.
Range is still an issue with Homey, so the sensors shouldn't be to far away. I am able to receive the different protocols though.
I ran it in debug mode . it found nothing but it did crash.
I ran your latest AlectoV1 plugin, it crashes directly after finding an AlectoV1 sensor.
Gr. Remco
Deze code uit Nodo ken je al?