Can you post a picture with the alarm panel and this in the same picture with the wiring?
Thanks for the help.
This is of course, a temp wiring u til I get it working. Then Will solder all wires neatly.
you should be using D6 for clock and D7 for data (There was a typo in the readme). Currently you are using D5 for clock and D6 for data - your labelling seems wrong.
Ha! Amazing! Thank you. It now works! Really appreciate your work on this code as well as the extra help!
I’m glad it works! Enjoy…
Hello all,
I uploaded the code on esp
Added mqtt from hacs and copied the example yaml files under config folder.
When I try to include this yaml files I had an error as platform required , but as I see the platform parameter already in alarm yaml files
I tried to add alarm panel on dashboard and it found the alarm entity while adding the panel but it seems unavailable (esp not connected to crow yet .awaiting for shifters)
I guess second part is about not connecting it yet… but can somebody help me on including the alarm yaml files shared in GitHub…
And is there any screenshots you can share with the panel while running this integration
I am thrilled for having succeeded in doing this project, even if I am not an engineer. Just enthusiasm and determination.
The information shared here and in the github would be sufficient for those familiar with the topic, but to me, it required good doses of googling as I was unfamiliar with several terms.
A big thank you to MadDoctor, (ou doctor maluco) for having shared his work and for being so supportive to the people here.
If anyone less techy attempts to do it, here is a short guide from the eyes of a non-engineer:
i) buy: 1 Wemos mini D1 (microcontroller with Wifi integrated), a Step dow (device that will allow you to source 12V from Crow board and then reduce it to 5V), bidirectional Logic Level Converter (to allow to run 3.3V and 5V in parallel)
ii) to program the Wemos mini D1 (flash), user Visual Studio Code with PlatformIO extention. Download the zip file of MadDoc from his GitHub and add it to the patformIO. Fix a little glitch (add .toString() - see issue " compile error with arduinoIDE" in the github) and compile. In platformio.ini add your board and COM. in main.cpp, add your wifi/password and mqtt server/password and upload.
iii) for soldering, well… you need to know the basics. I share my diagram here (hand written, sorry).
iv) connection to Crow board: follow the diagram. Ensure you have tunned the step down to output 5V else, things will fry.
Just a little correction - the ground of the esp (wemos) should be connected to the groung of the rest of the system.
(and as a side note, I couldn’t be further from being an engineer, workwise! )
Good catch maddoctor; I had uploaded a preliminary picture of the diagram by mistake. I have now replaced it by the correct one.
And… if you are not an engineer (at least by training), then it is absolutely impressive what you can do.
Thanks to you, I can now control my Crow which I was on the verge of ditching since it was totally analogic to my standards and with this project, suddenly, it became smart too.
Hello Everyone,
I try to deploy this but i think this is no longer supported from HA.
I have some errors on HA config file
property supported feature is not allowed
anyone can help with this ?