make mosquitto-up
Open another terminal and run the app with the simple config
go run ./cmd/calibrator/main.go --path test/input/simple_config.yml
Publish to the sensor topic
go run ./cmd/cli/main.go --t 17.0
Publish to the thermostat topic
go run ./cmd/cli/main.go --c 0.0 --th 16.33 --topic topic/thermostat --isth true