Merge branch 'master' into dev

This commit is contained in:
Magnus Persson 2022-04-27 22:19:14 +02:00
commit e30e3b2cb5
5 changed files with 29 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@ -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

View File

@ -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.

View File

@ -3,6 +3,8 @@
Releases Releases
######## ########
* Installation instructions updated on how to find the device after wifi has been configured.
v0.9.0 v0.9.0
------ ------
* Added one http push target that uses HTTP GET. This can be used with ubidots or blynk api's. * Added one http push target that uses HTTP GET. This can be used with ubidots or blynk api's.

View File

@ -50,8 +50,8 @@ The implementation is basically a http request with the following format templat
**Option 2** - iSpindle Endpoint **Option 2** - iSpindle Endpoint
This opion makes use of the standard http (1 or 2) endpoints in the push section. The brewfather iSpindle endpoint This opion makes use of the standard http (1 or 2) endpoints in the push section. If you are using SG then the device name needs to end with [SG] or brewfather will assume
has the following format: that the data is in plato. The brewfather iSpindle endpoint has the following format:
.. code-block:: .. code-block::