Convert tasmota mqtt notation to wirenboard notation
libjsoncpp-dev libmosquittopp-dev
- git clone git@github.com:avp-avp/tasmota2wb.git
- cd tasmota2wb
- git submodule init
- git submodule update
- autoreconf -fvi
- ./configure
- make
You need Wirenboard development env from https://github.com/contactless/wirenboard
Run build command with devenv chroot
- export WBDEV_TARGET=wb6
- ../wbdev chroot autoreconf -fvi
- ../wbdev chroot ./configure
- ../wbdev chroot make
- scp tasmota2wb.service root@<ip of wirenboard>:/etc/systemd/system/
- scp tasmota2wb/tasmota2wb root@<ip of wirenboard>:/usr/bin/tasmota2wb
- scp tasmota2wb.json root@<ip of wirenboard>:/etc/tasmota2wb.conf
- ssh root@<ip of wirenboard> "service tasmota2wb start"