Merge branch 'master' into bs5
This commit is contained in:
commit
0fe9bb146d
2
.github/workflows/pio-build.yaml
vendored
2
.github/workflows/pio-build.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
git config --global advice.detachedHead false
|
git config --global advice.detachedHead false
|
||||||
|
|
||||||
- name: Run PlatformIO
|
- 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
|
- uses: EndBug/add-and-commit@v7 # You can change this to use a specific version. https://github.com/marketplace/actions/add-commit
|
||||||
with:
|
with:
|
||||||
|
BIN
src_docs/source/images/gravitymon.gif
Normal file
BIN
src_docs/source/images/gravitymon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 MiB |
@ -7,7 +7,11 @@ Welcome to GravityMon's documentation!
|
|||||||
######################################
|
######################################
|
||||||
|
|
||||||
.. note::
|
.. 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
|
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
|
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
|
||||||
|
@ -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
|
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`.
|
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
|
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**
|
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
|
.. image:: images/wifi.png
|
||||||
:width: 200
|
:width: 200
|
||||||
:alt: Wifi page
|
: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.
|
||||||
|
@ -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 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 additional http error codes to troubleshooting documentation
|
||||||
* Added tooltips to all fields in user interface
|
* 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: 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"
|
* BUG: Field name for wifi strenght changed from "rssi" to "RSSI"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user