diff --git a/.github/workflows/pio-build.yaml b/.github/workflows/pio-build.yaml index f4cc7ef..27d12f2 100644 --- a/.github/workflows/pio-build.yaml +++ b/.github/workflows/pio-build.yaml @@ -36,7 +36,7 @@ jobs: git config --global advice.detachedHead false - name: Run PlatformIO - run: pio run -e gravity-release -e gravity-perf -e gravity32-release + run: pio run -e gravity-release -e gravity-perf -e gravity32-release -e gravity32-perf - uses: EndBug/add-and-commit@v7 # You can change this to use a specific version. https://github.com/marketplace/actions/add-commit with: diff --git a/src_docs/source/images/gravitymon.gif b/src_docs/source/images/gravitymon.gif new file mode 100644 index 0000000..c09fbcc Binary files /dev/null and b/src_docs/source/images/gravitymon.gif differ diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index 10c33db..bb39ac9 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -7,8 +7,12 @@ Welcome to GravityMon's documentation! ###################################### .. note:: - This documentation reflects **v0.9**. Last updated 2022-03-14 - + This documentation reflects **v0.9**. Last updated 2022-04-23 + +.. image:: images/gravitymon.gif + :width: 800 + :alt: User Inteface Walkthrough + GravityMon is used to measure gravity and temperature during fermentation of beer and report the progress. The graph below is an example on how the fermentation process can be tracked. This is from my last brew that was over on a few days. The graph is rendered using Fermentrack. diff --git a/src_docs/source/installation.rst b/src_docs/source/installation.rst index 0a51354..275b922 100644 --- a/src_docs/source/installation.rst +++ b/src_docs/source/installation.rst @@ -110,14 +110,32 @@ Configuring WIFI ================ When the device is flashed it will need to have WIFI configuration in order to work. If you have used other software on -the device its possible that wifi settings exist. +the device its possible that wifi settings already exist. If this is not configured in the device it will create an wirless access point called `GravMon`. The default password is `password`. Connect to this AP and enter the SSID and password you want to use. If the web page dont open automatically you can enter the following adress in the browser: **http://192.168.4.1** +Before pressing save on the network infomration, make a note of the devicename that is shown on the screen, this will be the name that is used +in the next step to access the configuration pages. The link would look like this: **http://gravitymon56EA34.local** + .. image:: images/wifi.png :width: 200 :alt: Wifi page + +.. _setup_ip: + +Finding the device adress +========================= + +Once the wifi network settings have been added then the device will reboot and connect to your network. If the blue led is flashing then it's up and running and is ready to be configured. + +If your computer supports mDNS the adress you saw before can be used in your web browser to connect to the device. Windows does not have the best support for mDNS so if you are having issues +with finding the network name you can try the following: + +* Check your wireless router for the IP adress and use that to connect instead, for example; http://192.168.1.56 +* Download an IP scanner / Port Scanner on your Windows computer or mobile device and use that to find what devices are listening on port 80. + +Once you can access the user interface then proceed to the next step. diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index eb26834..bf6c46d 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -14,6 +14,7 @@ v1.0.0 * Added advanced settings to configuration for adjusting some internal values (gyro reads, accepted formula deviation, moving detection). * Added additional http error codes to troubleshooting documentation * Added tooltips to all fields in user interface +* Installation instructions updated on how to find the device after wifi has been configured. * BUG: Fixed issue in formula calculation in case there were a gap in the data series * BUG: Field name for wifi strenght changed from "rssi" to "RSSI"