Relay ESPNOW messages to and from an MQTT broker.
Supported Events:
avail
io
Supported Commands
action
:device.reset
action
:io.publish
action
:di.counter.reset
cfg
https://github.com/ChuckMash/ESPythoNOW
cd ~
git clone https://$(cat ~/secret.ghuser):$(cat ~/secret.ghpat)@github.com/SharcTech/espnow-relay.git
git -C ~/espnow-relay pull
export BUILD_VERSION=2.0.1
docker build -f ~/espnow-relay/Dockerfile --tag=ladder99/espnow-relay:latest --tag=ladder99/espnow-relay:$BUILD_VERSION ~/espnow-relay
cat ~/secret.dhpass| docker login --username ladder99 --password-stdin
docker push ladder99/espnow-relay --all-tags
docker logout
docker compose \
-f ~/espnow-relay/docker-compose.yml \
up -d --force-recreate
wget -q --no-cache -O - \
https://github.com/siemens/edgeshark/raw/main/deployments/wget/docker-compose.yaml \
| DOCKER_DEFAULT_PLATFORM= docker compose -f - up