... | ... | @@ -6,12 +6,17 @@ The device It has a power switch and a USB-C connector for charging. It also has |
|
|
<img src="img/C_joystick.jpg" width="800" align="center"/>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
The FreeDSM provides the information in 5 different ways:
|
|
|
|
|
|
1. On the LCD display itself you can see the measurement information.
|
|
|
|
|
|
2. Through the web browser, on the main screen you will get complete information.
|
|
|
3. The firmware is based on Tasmota, so it integrates easily with any IoT installation. To send the data to, for example, your own HomeAssistant, you would have to configure the MQTT server with your web browser, with the option "Configuration" -> "Configure MQTT"
|
|
|
4. FreeDSM sends the information to the web platform of the project that developed it (https://dsm.citic.udc.es). You can register to create an account, view the data, export it and compare it with our natural sky model (Gambons).
|
|
|
|
|
|
3. The firmware is based on Tasmota, so it integrates easily with any IoT installation. To send the data to, for example, your own HomeAssistant, you would have to configure the MQTT server with your web browser, with the option "Configuration" -> "Configure MQTT".
|
|
|
|
|
|
4. FreeDSM sends the information to the web platform of the project that developed the device (https://dsm.citic.udc.es). You can register to create an account, view the data, export it and compare it with our natural sky model (Gambons).
|
|
|
|
|
|
5. Additionally, there is a mode that we have called DEBUG to send the data in JSON format to any HTTP server you want to install. To enable it, using the web browser, go to "Consoles" -> "Manage File system", enable "Show hidden files" and you will see a ".debug" file in the list. Click on the white icon and you will be able to edit it including the information of your HTTP server that will receive the data, the port and a field (1/0) to send or not the data when the light sensor is saturated (0 mpsas).
|
|
|
|
|
|
<div align="center">
|
... | ... | @@ -60,11 +65,24 @@ After starting up we will see the information on the display (these values |
|
|
|
|
|
# Settings and options
|
|
|
|
|
|
When starting FreeDSM, after displaying the logo, a "Settings" option appears. Pressing the joystick will take you to the options.
|
|
|
There are two menus where we can change settings or display additional information:
|
|
|
|
|
|
1. When starting FreeDSM, after displaying the logo, a "Settings" option appears. Pressing the joystick will take you to the options.
|
|
|
|
|
|
<div align="center">
|
|
|
<img src="img/C_loading.jpg" width="400" align="center"/>
|
|
|
<img src="img/C_settings.jpg" width="400" align="center"/>
|
|
|
</div>
|
|
|
|
|
|
Here you can disable the sending of data to the Gaia4Sustainability project platform (please do not disable it), because you can also register and view your data at https://dsm.citic.udc.es. You can also enable the storage of captures in the device's memory (a .TXT file that follows the JSON structure).To save the configuration, select "SAVE" in the upper part of the menu. |
|
|
\ No newline at end of file |
|
|
Here you can disable the sending of data to the Gaia4Sustainability project platform (please do not disable it), because you can also register and view your data at https://dsm.citic.udc.es. You can also enable the storage of captures in the device's memory (a .TXT file that follows the JSON structure).To save the configuration, select "SAVE" in the upper part of the menu.
|
|
|
|
|
|
It is possible to download these .TXT JSON files through the photometer's web interface with any web browser, using the IP that the device has assigned in our network. To do this, select "Console" -> "Manage File system" and click on the file to start the download.
|
|
|
|
|
|
2. During normal operation of the photometer, we can select the gear (also press the joystick) and we will enter a menu with several options.
|
|
|
|
|
|
<div align="center">
|
|
|
<img src="img/C_gear.jpg" width="400" align="center"/>
|
|
|
<img src="img/C_gearmenu.jpg" width="400" align="center"/>
|
|
|
</div>
|
|
|
|
|
|
In this menu we can see the name of the device, see the IP assigned to us by the Access Point (AP), restart the FreeDSM or reset the WiFi configuration, so that when restarting it will behave as in the case of a "First Boot". |