konnected-io / konnected-security

Konnected connects wired sensors and switches to SmartThings, Home Assistant, Hubitat and OpenHAB
https://konnected.io
Apache License 2.0
416 stars 322 forks source link

Instruction to build the firmware #85

Closed buzzdev closed 2 years ago

buzzdev commented 5 years ago

Hello, could you please post instruction how to build the firmware? Thank you

jjok commented 5 years ago

Have you had a look at the build-firmware script?

https://github.com/konnected-io/konnected-security/blob/master/scripts/build-firmware

buzzdev commented 5 years ago

No i didn't. Thank you for pointing it out.

jjok commented 5 years ago

Maybe see if you can add a new section to the README if you work out how to do it?

git clone ...
cd konnected-security
./scripts/build-firmware

It looks like you need docker installed to do the build, so it's worth mentioning that.