This windows client is used on home-dashboard
Purpose of the client is to report sensor values to Home Dashboard-backend.
This program has has 2 modes, service mode and single-run mode. In service mode, program is installed as windows service.
For help, see WindowsSensorClient.exe --help
WindowsSensorClient.exe --install-service
Service is installed with name Home Dashboard Monitor
Start service from service.msc
or other way.
WindowsSensorClient.exe --uninstall-service
WindowsSensorClient.exe --single-run
or
WindowsSensorClient.exe -s
In this mode, temperature is read and sent once and then program exits.
Change values in .config file when running the softare (App.config when compiling)
- BackEndAddress Address of backend server root (ex. http://localhost:1337)
- Username Credentials for backend
- Password Credentials for backend
- SensorId Identification so values can be added for right sensor.
The MIT License (MIT)