You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add txt writer
- use containerized Postgres
- use contenerized Mongo
- add Mongo Writer
- cli commands (and mqtt-hook) to replay parts of the raw data back into Queue (from, to, topic)
- (all at once, synced, fast forward)
so I can make a button "replay last hour/day" in IoT OnOff
- save the secrets somewhere
- try to use a free HiveMQ queue
mosquitto_sub -h c4c85de7f7654c8a838f3b2f8a10d5d0.s1.eu.hivemq.cloud -p 8883 -u secret -P secret -t my/test/topic -d
mosquitto_pub -h c4c85de7f7654c8a838f3b2f8a10d5d0.s1.eu.hivemq.cloud -p 8883 -u secret -P secret -t 'my/test/topic' -m 'Hello'
The text was updated successfully, but these errors were encountered: