Required is a MQTT client. I use this: https://github.com/shirou/mqttcli
The scenario is the feature requested by issue #26.
To start the scenario run:
docker-compose --env-file shelly.env upTo publish a message run:
mqttcli pub --host localhost -p 1883 -t shellies/living-room/sensor/temperature '15'The default scenario
To start the scenario run:
docker-compose --env-file dht22.env upTo publish a message run:
mqttcli pub --host localhost -p 1883 -t v1/devices/me/test -m '{"temperature":"12", "humidity":21}'