|
|
FreeDSM is accessible through its own web server. You can check the IP address in your router or, physically, access the configuration option of the device and select "AP information" (it will show the IP in use in the LCD screen). Simply use your favorite web browser and connect to that IP via HTTP.
|
|
|
|
|
|
FreeDSM provides the information in 5 different ways:
|
|
|
The device It has a power switch and a USB-C connector for charging. It also has a LCD screen and a Joystick to control the menus.
|
|
|
|
|
|
<div align="center">
|
|
|
<img src="img/C_joystick.jpg" width="450" 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.
|
... | ... | @@ -9,7 +15,7 @@ FreeDSM provides the information in 5 different ways: |
|
|
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">
|
|
|
<img src="img/C_debug.jpg" width="450" align="center"/>
|
|
|
<img src="img/C_debug.jpg" width="800" align="center"/>
|
|
|
</div>
|
|
|
|
|
|
# First boot
|
... | ... | |