After about 5 minutes (the exact length of time depends on your archive interval), copy the following and paste into a web browser. You should see your station information and data.
if you have a webserver installed, entering
http://ip-address-of-the-weewx-server/weewx will show you the
last created Seasons skin
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d38aec43-a3c5-4d55-af04-78ac2c7fa02en%40googlegroups.com.
correct, but weewx (its Seasons skin)
doesn't have a realtime dashboard (except you install the mqtt
based Belchertown skin).
The update interval is defined in weewx.conf and could go down
to one minute instead of five minutes (in theory - in practice
to be found out if the reports can complete in that short time)
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/559472bb-05d0-419b-a38e-0a6d2331596dn%40googlegroups.com.
@Sidney - I think you are confusing a few
things and are comparing apples with pears.
You may not be aware of the functionality of and the need to
have a webserver (program).
CumulusMX has an inbuilt webserver, but not one which is
available to users other than the CMX users.
So when you can reach CMX via a defined port and the URL of your
weewx server e.g. IP:8998 this doesn't mean that a generally
available webserver is installed.
So, as Vince already mentioned, a webserver
like nginx or apache2 needs to be installed for you to see the
weewx skin via a browser via the URL.
You can of course open /var/www/html/weewx/index.html in a web
browser by loading it into the browser, but to reach it via the
URL ip-address/weewx a webserver is needed which has access to
the html-root (default /var/www/html) and subdirectories and
replies to your http request.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/75cbe7d3-f1e3-438a-b482-ec508129ac82n%40googlegroups.com.
I'm not sure if you have understood the weewx concepts ...
What would be the use of changing skins -
except you don't like the Seasons skin ....
But before you do this, you better get weewx running with the
default Seasons skin.
Once running, you can add or switch skins.
You probably want to use data from your station - then you have to change your station, not the skin
You need to install the driver for your station ...
So you have to install the respective weewx
driver for your station which would then replace the Simulator
station.
What's your station ? Brand, model ?
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/17189c0b-485e-4b71-a001-a43af223e3b8n%40googlegroups.com.
try reading (and applying)
https://weewx.com/docs/5.0/hardware/vantage/
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/b6c1acda-fa61-4170-9b92-eba5fdea1fcfn%40googlegroups.com.
in addition, look up
https://weewx.com/docs/5.0/utilities/weectl-station/#create-a-new-station-data-directory
there you find the example how to create a
Vantage station (of course the values for altitude, longitude,
latitude have to be replaced by your values)
weectl station create --no-prompt --driver=weewx.drivers.vantage \
--altitude="400,foot" --latitude=45.1 --longitude=-105.9 \
--location="My Special Station"
root@kralovice:~# weectl device --info
Using configuration file /etc/weewx/weewx.conf
Using driver weewx.drivers.vantage.
Using Vantage driver version 3.6.2 (weewx.drivers.vantage)
Traceback (most recent call last):
File "/usr/share/weewx/weewx/drivers/vantage.py", line 354, in openPort
self.socket.connect((self.host, self.port))
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/weewx/weectl.py", line 74, in <module>
main()
File "/usr/share/weewx/weectl.py", line 42, in main
weectllib.device_actions.device()
File "/usr/share/weewx/weectllib/device_actions.py", line 91, in device
configurator.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 71, in configure
self.do_options(options, parser, config_dict, not options.noprompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 2238, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/vantage.py", line 536, in __init__
self.port.openPort()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 359, in openPort
raise weewx.WeeWxIOError(ex)
weewx.WeeWxIOError: timed out
root@kralovice:~# weectl device --info
Using configuration file /etc/weewx/weewx.conf
Using driver weewx.drivers.vantage.
Using Vantage driver version 3.6.2 (weewx.drivers.vantage)
Traceback (most recent call last):
File "/usr/share/weewx/weewx/drivers/vantage.py", line 354, in openPort
self.socket.connect((self.host, self.port))
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/share/weewx/weectl.py", line 74, in <module>
main()
File "/usr/share/weewx/weectl.py", line 42, in main
weectllib.device_actions.device()
File "/usr/share/weewx/weectllib/device_actions.py", line 91, in device
configurator.configure(config_dict)
File "/usr/share/weewx/weewx/drivers/__init__.py", line 71, in configure
self.do_options(options, parser, config_dict, not options.noprompt)
File "/usr/share/weewx/weewx/drivers/vantage.py", line 2238, in do_options
station = Vantage(**config_dict[DRIVER_NAME])
File "/usr/share/weewx/weewx/drivers/vantage.py", line 536, in __init__
self.port.openPort()
File "/usr/share/weewx/weewx/drivers/vantage.py", line 359, in openPort
raise weewx.WeeWxIOError(ex)
weewx.WeeWxIOError: timed out