Re: [weewx-user] Problem after downgrading

2024-03-19 Thread George Nimrodel
Hello Pierre-Yves

and thanks for the suggestion.

It worked and with some more tweaks to the driver the station is 
functioning normally.



On Monday, March 18, 2024 at 5:39:31 PM UTC+2 Pierre-Yves wrote:

> Hello George,
> Maybe try:
> sudo usermod -aG i2c weewx
> and 
> sudo usermod -aG gpio weewx"
>
> I my case, that fixed the problems I had with the BME280 and as3935 
> extensions
> PY
> Le lundi 18 mars 2024 à 15:52:57 UTC+1, George Nimrodel a écrit :
>
>> I'm making progress...
>>
>> The last upgrade/downgrade relocated my device's driver (BCRobotics) and 
>> extensions file to a new User folder.
>>
>>  I returned them to the primary User folder. However, upon doing so, I 
>> encountered the same error I experienced when I upgraded to version 5.0.2.
>>
>> Subsequently, I attempted another upgrade to version 5.0.2, and the error 
>> persisted:
>>
>> Mar 18 16:23:41 edessa /weewxd.py[414]: BCRobo: MainThread: W1ThermSensor 
>> setup fine.
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: Caught OSError: 
>> [Errno 13] Permission denied: '/dev/i2c-1'
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  Traceback (most recent call last):
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/share/weewx/weewxd.py", line 160, in main
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  engine = weewx.engine.StdEngine(config_dict)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/share/weewx/weewx/engine.py", line 77, in __init__
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  self.setupStation(config_dict)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/share/weewx/weewx/engine.py", line 104, in setupStation
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  __import__(driver)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/etc/weewx/bin/user/BCRobotics.py", line 80, in 
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:   i2c 
>> = busio.I2C(board.SCL, board.SDA)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/local/lib/python3.7/dist-packages/busio.py", line 32, in __init__
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  self.init(scl, sda, frequency)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/local/lib/python3.7/dist-packages/busio.py", line 107, in init
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  self._i2c = _I2C(portId, mode=_I2C.MASTER, baudrate=frequency)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/local/lib/python3.7/dist-packages/adafruit_blinka/microcontroller/generic_linux/i2c.py",
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  self._i2c_bus = smbus.SMBus(bus_num)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/local/lib/python3.7/dist-packages/Adafruit_PureIO/smbus.py", line 
>> 125, in __init__
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  self.open(bus)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__: File 
>> "/usr/local/lib/python3.7/dist-packages/Adafruit_PureIO/smbus.py", line 
>> 151, in open
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  self._device = open("/dev/i2c-{0}".format(bus), "r+b", buffering=0)
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:  
>>  PermissionError: [Errno 13] Permission denied: '/dev/i2c-1'
>> Mar 18 16:23:41 edessa weewxd[414]: CRITICAL __main__:   Waiting 
>> 10 seconds then retrying... 
>>
>> I added the weewx user to the group defined on the device.
>>
>> Station is running but I still get errors from some sensors:
>>
>> Mar 18 16:47:51 edessa /weewxd.py[416]: BCRobo: MainThread: Error setting 
>> up GPIO 17: No access to /dev/mem.  Try running as root!
>>
>> Another thing I don't understand is how the station reverted to Simulator 
>> mode despite keeping the .conf file intact.
>>
>> On Monday, March 18, 2024 at 3:18:47 PM UTC+2 George Nimrodel wrote:
>>
>>> Hello again,
>>>
>>> even after debug=1 I don't see any more information:
>>>
>>> Mar 18 14:49:45 edessa systemd[1]: Started WeeWX.
>>> Mar 18 14:49:48 edessa weewxd[411]: Traceback (most recent call last):
>>> Mar 18 14:49:48 edessa weewxd[411]:   File "/usr/share/weewx/weewxd", 
>>> line 29, in 
>>> Mar 18 14:49:48 edessa weewxd[411]: import user.extensions
>>> Mar 18 14:49:48 edessa weewxd[411]: ModuleNotFoundError: No module named 
>>> 'user.extensions'
>>> Mar 18 14:49:48 edessa systemd[1]: weewx.service: Main process exited, 
>>> code=exited, status=1/FAILURE
>>> Mar 18 14:49:48 edessa systemd[1]: weewx.service: Failed with result 
>>> 'exit-code'.
>>>
>>> On Monday, March 18, 2024 at 1:13:31

[weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
And for example, when I want to view my CumulusMX Dashboard, I call for: 
"http://192.168.0.40:8998/";

On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:

> Hi, I believe I've successfully installed weewx. The manual says: 
>
> 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.
> /var/www/html/weewx/index.html
> Can anyone help me how to call for this index from another computer on the 
> same network? I'm connected to my Raspberry over SSH and cannot open the 
> browser there. Thank you.
> [image: Screenshot 2024-03-19 at 21.03.34.png]
>
> On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:
>
>> Hi, I would love to switch from Cumulus MX template to weewx. How can I 
>> become a tester to get the latest installation files please? Thank you. 
>> Sidney
>
>

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


Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread 'Rainer Lang' via weewx-user
if you have a webserver installed, entering 
http://ip-address-of-the-weewx-server/weewx will show you the last 
created Seasons skin


On 19.03.2024 21:06, Sidney wrote:

Hi, I believe I've successfully installed weewx. The manual says:

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.


/var/www/html/weewx/index.html
Can anyone help me how to call for this index from another computer on 
the same network? I'm connected to my Raspberry over SSH and cannot 
open the browser there. Thank you.

Screenshot 2024-03-19 at 21.03.34.png

On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:

Hi, I would love to switch from Cumulus MX template to weewx. How
can I become a tester to get the latest installation files please?
Thank you. Sidney

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


--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/1f8f40ab-89a6-4e44-92c2-dc62bf19b70c%40gmail.com.


Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread 'Rainer Lang' via weewx-user
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)


On 19.03.2024 21:07, Sidney wrote:
And for example, when I want to view my CumulusMX Dashboard, I call 
for: "http://192.168.0.40:8998/";


On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:

Hi, I believe I've successfully installed weewx. The manual says:

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.

/var/www/html/weewx/index.html
Can anyone help me how to call for this index from another
computer on the same network? I'm connected to my Raspberry over
SSH and cannot open the browser there. Thank you.
Screenshot 2024-03-19 at 21.03.34.png

On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:

Hi, I would love to switch from Cumulus MX template to weewx.
How can I become a tester to get the latest installation files
please? Thank you. Sidney

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


--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4e3449ba-c530-45e6-a553-7dd6b4441416%40gmail.com.


Re: [weewx-user] WS3500 - Only getting Station Name and Time/Date ???

2024-03-19 Thread Stefano
Hello,

Anybody facing something similar ? I'm only getting "unrecognized parameter
b'mac: '" and "unrecognized parameter
fields=timezone,utc_offset,dst,date_sunrise,date_sunset'", "ignored
parameter stationtype=EasyWeatherV1.5.2".

Thank you for your help.

On Tue, Mar 12, 2024 at 10:33 PM silverstone777 
wrote:

> I struggled a bit with the initial setup, but I finally managed to get a
> custom Docker/Podman image running (
> https://github.com/felddy/weewx-docker/ did NOT work for me).
>
> After all of the struggle, I am now at a point where I am getting *some*
> data, but *none* of the actual useful stuff. I am only getting Station Name
> and Time/Data, but no actual sensor data.
>
> Basically what I'm getting is limited to this
> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: POST:
> b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw data:
> b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
> Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized parameter
> b'mac=E8:DB:84:E4:92:6C
> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: ignored parameter
> stationtype=EasyWeatherV1.5.2
> Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized parameter
> fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw packet: {'dateTime':
> 1710276445, 'usUnits': 1}
> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: mapped packet:
> {'dateTime': 1710276445, 'usUnits': 1}
>
> Some of the error messages are generated while I tried to access the
> built-in webserver, although the webpage always returns:
> {"errcode":"0","errmsg":"ok","UTC_offset":"-18000"}
>
> Is this a known issue or lack of configuration ?
> weewx version 4.10.2
>
> In the WSView Plus app I setup the System to use Ecowitt Custom Protocol,
> my Server IP Address as well as the Port 8080. I am NOT sure however if the
> PATH is correct (I left the default value). Should I have removed
> everything and left the PATH blank in the WSView Plus app ?
>
> Thank you for your help :).
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/407d41da-fa7f-4b74-8561-86d280bfb875n%40googlegroups.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CANhf2e7h9Yo%3D1EUYt8Tp8NY8a_igrrGcbcqoXsY2j1yWy6tKuQ%40mail.gmail.com.


Re: [weewx-user] WS3500 - Only getting Station Name and Time/Date ???

2024-03-19 Thread 'Rainer Lang' via weewx-user

can you post your weewx.conf entries of the [Interceptor] stanza ?
Also a screecopy of your WS View Plus customized server entries would be 
helpful.


I have just run out of my crystal balls ...
And a WS3500 is what ?  A Sainlogic WS3500, an Ecowitt WH2910 clone ?
The more precise you are in your statements, the better we can 
understand your point.


On 19.03.2024 21:17, Stefano wrote:

Hello,

Anybody facing something similar ? I'm only getting "unrecognized 
parameter b'mac: '" and "unrecognized parameter 
fields=timezone,utc_offset,dst,date_sunrise,date_sunset'", "ignored 
parameter stationtype=EasyWeatherV1.5.2".


Thank you for your help.

On Tue, Mar 12, 2024 at 10:33 PM silverstone777 
 wrote:


I struggled a bit with the initial setup, but I finally managed to
get a custom Docker/Podman image running
(https://github.com/felddy/weewx-docker/ did NOT work for me).

After all of the struggle, I am now at a point where I am getting
*some* data, but *none* of the actual useful stuff. I am only
getting Station Name and Time/Data, but no actual sensor data.

Basically what I'm getting is limited to this
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: POST:

b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw data:

b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized
parameter b'mac=E8:DB:84:E4:92:6C
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: ignored parameter
stationtype=EasyWeatherV1.5.2
Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized
parameter fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw packet:
{'dateTime': 1710276445, 'usUnits': 1}
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: mapped packet:
{'dateTime': 1710276445, 'usUnits': 1}

Some of the error messages are generated while I tried to access
the built-in webserver, although the webpage always returns:
{"errcode":"0","errmsg":"ok","UTC_offset":"-18000"}

Is this a known issue or lack of configuration ?
weewx version 4.10.2

In the WSView Plus app I setup the System to use Ecowitt Custom
Protocol, my Server IP Address as well as the Port 8080. I am NOT
sure however if the PATH is correct (I left the default value).
Should I have removed everything and left the PATH blank in the
WSView Plus app ?

Thank you for your help :).

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/weewx-user/407d41da-fa7f-4b74-8561-86d280bfb875n%40googlegroups.com

.

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CANhf2e7h9Yo%3D1EUYt8Tp8NY8a_igrrGcbcqoXsY2j1yWy6tKuQ%40mail.gmail.com 
.


--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/24bc7c63-e5f1-4d1b-92bb-d9c1e1a079db%40gmail.com.


Re: [weewx-user] WS3500 - Only getting Station Name and Time/Date ???

2024-03-19 Thread Stefano
Hi,

Let me have a look tomorrow evening so in approx 24h I hope...

It is a Sainlogic WS3500 👍.

Thank you for your help.

On Tue, Mar 19, 2024, 21:23 'Rainer Lang' via weewx-user <
weewx-user@googlegroups.com> wrote:

> can you post your weewx.conf entries of the [Interceptor] stanza ?
> Also a screecopy of your WS View Plus customized server entries would be
> helpful.
>
> I have just run out of my crystal balls ...
> And a WS3500 is what ?  A Sainlogic WS3500, an Ecowitt WH2910 clone ?
> The more precise you are in your statements, the better we can understand
> your point.
> On 19.03.2024 21:17, Stefano wrote:
>
> Hello,
>
> Anybody facing something similar ? I'm only getting "unrecognized
> parameter b'mac: '" and "unrecognized parameter
> fields=timezone,utc_offset,dst,date_sunrise,date_sunset'", "ignored
> parameter stationtype=EasyWeatherV1.5.2".
>
> Thank you for your help.
>
> On Tue, Mar 12, 2024 at 10:33 PM silverstone777 
> wrote:
>
>> I struggled a bit with the initial setup, but I finally managed to get a
>> custom Docker/Podman image running (
>> https://github.com/felddy/weewx-docker/ did NOT work for me).
>>
>> After all of the struggle, I am now at a point where I am getting *some*
>> data, but *none* of the actual useful stuff. I am only getting Station Name
>> and Time/Data, but no actual sensor data.
>>
>> Basically what I'm getting is limited to this
>> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: POST:
>> b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
>> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw data:
>> b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
>> Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized parameter
>> b'mac=E8:DB:84:E4:92:6C
>> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: ignored parameter
>> stationtype=EasyWeatherV1.5.2
>> Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized parameter
>> fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
>> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw packet: {'dateTime':
>> 1710276445, 'usUnits': 1}
>> Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: mapped packet:
>> {'dateTime': 1710276445, 'usUnits': 1}
>>
>> Some of the error messages are generated while I tried to access the
>> built-in webserver, although the webpage always returns:
>> {"errcode":"0","errmsg":"ok","UTC_offset":"-18000"}
>>
>> Is this a known issue or lack of configuration ?
>> weewx version 4.10.2
>>
>> In the WSView Plus app I setup the System to use Ecowitt Custom Protocol,
>> my Server IP Address as well as the Port 8080. I am NOT sure however if the
>> PATH is correct (I left the default value). Should I have removed
>> everything and left the PATH blank in the WSView Plus app ?
>>
>> Thank you for your help :).
>>
>> --
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/407d41da-fa7f-4b74-8561-86d280bfb875n%40googlegroups.com
>> 
>> .
>>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CANhf2e7h9Yo%3D1EUYt8Tp8NY8a_igrrGcbcqoXsY2j1yWy6tKuQ%40mail.gmail.com
> 
> .
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/24bc7c63-e5f1-4d1b-92bb-d9c1e1a079db%40gmail.com
> 
> .
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CANhf2e5ph7suUQtbjgVQXgDYA9Yfqe8X7ecQgP8Td1NC7x4-bA%40mail.gmail.com.


Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread vince
You didn't provide enough detail to really understand your setup.   Does 
Cumulus MX have some software it runs that responds on port 8998 ?

Did you even install a normal webserver such as nginx or apache ?   If not, 
see the wiki (link) 

 for 
how to do install one and hook it together with weewx.

On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:

> Thank you for a quick response. web server is for sure installed as I do 
> see Cumulus web server:
> [image: Screenshot 2024-03-19 at 21.20.46.png]
> When I try to go to http://192.168.0.40/weewx I'm getting  This site 
> can’t be reached. Sorry for probably a silly question. Appreciate your 
> support. THank you. 
>
> On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:
>
>> 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)
>> On 19.03.2024 21:07, Sidney wrote:
>>
>> And for example, when I want to view my CumulusMX Dashboard, I call for: 
>> "http://192.168.0.40:8998/"; 
>>
>> On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:
>>
>>> Hi, I believe I've successfully installed weewx. The manual says: 
>>>
>>> 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.
>>> /var/www/html/weewx/index.html
>>> Can anyone help me how to call for this index from another computer on 
>>> the same network? I'm connected to my Raspberry over SSH and cannot open 
>>> the browser there. Thank you.
>>> [image: Screenshot 2024-03-19 at 21.03.34.png]
>>>
>>> On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:
>>>
 Hi, I would love to switch from Cumulus MX template to weewx. How can I 
 become a tester to get the latest installation files please? Thank you. 
 Sidney
>>>
>>> -- 
>>
>> 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
>>  
>> 
>> .
>>
>>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/7129bb57-21df-4129-a50b-37c5a1d8a912n%40googlegroups.com.


Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
Thank you, Vince. 
Seems I'm a bit lost in it and will be exploring it to find the trouble.

On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:

> You didn't provide enough detail to really understand your setup.   Does 
> Cumulus MX have some software it runs that responds on port 8998 ?
>
> Did you even install a normal webserver such as nginx or apache ?   If 
> not, see the wiki (link) 
> 
>  for 
> how to do install one and hook it together with weewx.
>
> On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:
>
>> Thank you for a quick response. web server is for sure installed as I do 
>> see Cumulus web server:
>> [image: Screenshot 2024-03-19 at 21.20.46.png]
>> When I try to go to http://192.168.0.40/weewx I'm getting  This site 
>> can’t be reached. Sorry for probably a silly question. Appreciate your 
>> support. THank you. 
>>
>> On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:
>>
>>> 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)
>>> On 19.03.2024 21:07, Sidney wrote:
>>>
>>> And for example, when I want to view my CumulusMX Dashboard, I call for: 
>>> "http://192.168.0.40:8998/"; 
>>>
>>> On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:
>>>
 Hi, I believe I've successfully installed weewx. The manual says: 

 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.
 /var/www/html/weewx/index.html
 Can anyone help me how to call for this index from another computer on 
 the same network? I'm connected to my Raspberry over SSH and cannot open 
 the browser there. Thank you.
 [image: Screenshot 2024-03-19 at 21.03.34.png]

 On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:

> Hi, I would love to switch from Cumulus MX template to weewx. How can 
> I become a tester to get the latest installation files please? Thank you. 
> Sidney

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

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/75cbe7d3-f1e3-438a-b482-ec508129ac82n%40googlegroups.com.


Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
And to explain... I got the Raspberry unit which was already running 
Cumulus MX software and now I'm trying to use weewx. But as I'm seeing for 
the first time, it seems a bit tough.

On Tuesday, March 19, 2024 at 11:43:25 PM UTC+1 Sidney wrote:

> Thank you, Vince. 
> Seems I'm a bit lost in it and will be exploring it to find the trouble.
>
> On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:
>
>> You didn't provide enough detail to really understand your setup.   Does 
>> Cumulus MX have some software it runs that responds on port 8998 ?
>>
>> Did you even install a normal webserver such as nginx or apache ?   If 
>> not, see the wiki (link) 
>> 
>>  for 
>> how to do install one and hook it together with weewx.
>>
>> On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:
>>
>>> Thank you for a quick response. web server is for sure installed as I do 
>>> see Cumulus web server:
>>> [image: Screenshot 2024-03-19 at 21.20.46.png]
>>> When I try to go to http://192.168.0.40/weewx I'm getting  This site 
>>> can’t be reached. Sorry for probably a silly question. Appreciate your 
>>> support. THank you. 
>>>
>>> On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:
>>>
 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)
 On 19.03.2024 21:07, Sidney wrote:

 And for example, when I want to view my CumulusMX Dashboard, I call 
 for: "http://192.168.0.40:8998/"; 

 On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:

> Hi, I believe I've successfully installed weewx. The manual says: 
>
> 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.
> /var/www/html/weewx/index.html
> Can anyone help me how to call for this index from another computer on 
> the same network? I'm connected to my Raspberry over SSH and cannot open 
> the browser there. Thank you.
> [image: Screenshot 2024-03-19 at 21.03.34.png]
>
> On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:
>
>> Hi, I would love to switch from Cumulus MX template to weewx. How can 
>> I become a tester to get the latest installation files please? Thank 
>> you. 
>> Sidney
>
> -- 

 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
  
 
 .



-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/b58c40f6-513c-45d1-a1ab-0b0291a03812n%40googlegroups.com.


Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread 'Rainer Lang' via weewx-user
@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.


On 19.03.2024 23:43, Sidney wrote:

Thank you, Vince.
Seems I'm a bit lost in it and will be exploring it to find the trouble.

On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:

You didn't provide enough detail to really understand your setup.
  Does Cumulus MX have some software it runs that responds on port
8998 ?

Did you even install a normal webserver such as nginx or apache ?
  If not, see the wiki (link)


 for
how to do install one and hook it together with weewx.

On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:

Thank you for a quick response. web server is for sure
installed as I do see Cumulus web server:
Screenshot 2024-03-19 at 21.20.46.png
When I try to go to http://192.168.0.40/weewx I'm
getting  This site can’t be reached. Sorry for probably a
silly question. Appreciate your support. THank you.

On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:

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)

On 19.03.2024 21:07, Sidney wrote:

And for example, when I want to view my CumulusMX
Dashboard, I call for: "http://192.168.0.40:8998/";


On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:

Hi, I believe I've successfully installed weewx. The
manual says:

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.

/var/www/html/weewx/index.html
Can anyone help me how to call for this index from
another computer on the same network? I'm connected
to my Raspberry over SSH and cannot open the browser
there. Thank you.
Screenshot 2024-03-19 at 21.03.34.png

On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney
wrote:

Hi, I would love to switch from Cumulus MX
template to weewx. How can I become a tester to
get the latest installation files please? Thank
you. Sidney

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

.


--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/75cbe7d3-f1e3-438a-b482-ec508129ac82n%40googlegroups.com 
.


--
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+unsubscr...@googlegroups.com.

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
I do follow now. Thank you for the explanation. I'm now trying to install a 
web server to get the page load on the local network. Let's see whats next 
then. Thanks again.

On Tuesday, March 19, 2024 at 11:54:09 PM UTC+1 Rainer Lang wrote:

> @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.
> On 19.03.2024 23:43, Sidney wrote:
>
> Thank you, Vince.  
> Seems I'm a bit lost in it and will be exploring it to find the trouble.
>
> On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:
>
>> You didn't provide enough detail to really understand your setup.   Does 
>> Cumulus MX have some software it runs that responds on port 8998 ? 
>>
>> Did you even install a normal webserver such as nginx or apache ?   If 
>> not, see the wiki (link) 
>> 
>>  for 
>> how to do install one and hook it together with weewx.
>>
>> On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:
>>
>>> Thank you for a quick response. web server is for sure installed as I do 
>>> see Cumulus web server: 
>>> [image: Screenshot 2024-03-19 at 21.20.46.png]
>>> When I try to go to http://192.168.0.40/weewx I'm getting  This site 
>>> can’t be reached. Sorry for probably a silly question. Appreciate your 
>>> support. THank you. 
>>>
>>> On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:
>>>
 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)
 On 19.03.2024 21:07, Sidney wrote:

 And for example, when I want to view my CumulusMX Dashboard, I call 
 for: "http://192.168.0.40:8998/"; 

 On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:

> Hi, I believe I've successfully installed weewx. The manual says: 
>
> 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.
> /var/www/html/weewx/index.html
> Can anyone help me how to call for this index from another computer on 
> the same network? I'm connected to my Raspberry over SSH and cannot open 
> the browser there. Thank you.
> [image: Screenshot 2024-03-19 at 21.03.34.png]
>
> On Sunday, March 17, 2024 at 8:09:30 PM UTC+1 Sidney wrote:
>
>> Hi, I would love to switch from Cumulus MX template to weewx. How can 
>> I become a tester to get the latest installation files please? Thank 
>> you. 
>> Sidney
>
> -- 

 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
  
 
 .

 -- 
> 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/75cbe7d3-f1e3-438a-b482-ec508129ac82n%40googlegroups.com
>  
> 
> .
>
>

-- 
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+unsubscr...@googlegrou

Re: [weewx-user] WS3500 - Only getting Station Name and Time/Date ???

2024-03-19 Thread 'Rainer Lang' via weewx-user
Normally, if all the rules are followed, weewx reading data from a 
WH2910 console via interceptor driver is straightforward.

But who knows how you have configured your console and weewx.
Therefore the weewx.conf and customized server entry screenshot is needed.

Apart from that, I recommend to upgrade your WS3500 WiFi firmware to the 
latest version 1.6.7 - version 1.5.2 is stone-age.
When you click on the device list entry in the WS View Plus app, a 
firmware upgrade should be offered.


On 19.03.2024 21:33, Stefano wrote:

Hi,

Let me have a look tomorrow evening so in approx 24h I hope...

It is a Sainlogic WS3500 👍.

Thank you for your help.

On Tue, Mar 19, 2024, 21:23 'Rainer Lang' via weewx-user 
 wrote:


can you post your weewx.conf entries of the [Interceptor] stanza ?
Also a screecopy of your WS View Plus customized server entries
would be helpful.

I have just run out of my crystal balls ...
And a WS3500 is what ?  A Sainlogic WS3500, an Ecowitt WH2910 clone ?
The more precise you are in your statements, the better we can
understand your point.

On 19.03.2024 21:17, Stefano wrote:

Hello,

Anybody facing something similar ? I'm only getting "unrecognized
parameter b'mac: '" and "unrecognized parameter
fields=timezone,utc_offset,dst,date_sunrise,date_sunset'",
"ignored parameter stationtype=EasyWeatherV1.5.2".

Thank you for your help.

On Tue, Mar 12, 2024 at 10:33 PM silverstone777
 wrote:

I struggled a bit with the initial setup, but I finally
managed to get a custom Docker/Podman image running
(https://github.com/felddy/weewx-docker/ did NOT work for me).

After all of the struggle, I am now at a point where I am
getting *some* data, but *none* of the actual useful stuff. I
am only getting Station Name and Time/Data, but no actual
sensor data.

Basically what I'm getting is limited to this
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: POST:

b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw data:

b'mac=E8:DB:84:E4:92:6C&stationtype=EasyWeatherV1.5.2&fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized
parameter b'mac=E8:DB:84:E4:92:6C
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: ignored
parameter stationtype=EasyWeatherV1.5.2
Mar 12 20:47:25 weewx[4] INFO user.interceptor: unrecognized
parameter
fields=timezone,utc_offset,dst,date_sunrise,date_sunset'
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: raw packet:
{'dateTime': 1710276445, 'usUnits': 1}
Mar 12 20:47:25 weewx[4] DEBUG user.interceptor: mapped
packet: {'dateTime': 1710276445, 'usUnits': 1}

Some of the error messages are generated while I tried to
access the built-in webserver, although the webpage always
returns:
{"errcode":"0","errmsg":"ok","UTC_offset":"-18000"}

Is this a known issue or lack of configuration ?
weewx version 4.10.2

In the WSView Plus app I setup the System to use Ecowitt
Custom Protocol, my Server IP Address as well as the Port
8080. I am NOT sure however if the PATH is correct (I left
the default value). Should I have removed everything and left
the PATH blank in the WSView Plus app ?

Thank you for your help :).

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/weewx-user/407d41da-fa7f-4b74-8561-86d280bfb875n%40googlegroups.com

.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/weewx-user/CANhf2e7h9Yo%3D1EUYt8Tp8NY8a_igrrGcbcqoXsY2j1yWy6tKuQ%40mail.gmail.com

.
-- 
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+unsubscr...@googlegroups.com.
  

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread 'Rainer Lang' via weewx-user

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 ?

On 20.03.2024 00:35, Sidney wrote:

I was able to instal nginx. yay! Thanks for advising me.
Screenshot 2024-03-20 at 0.26.53.png
I'm now trying:
change the skin and get out of simulation to real data. Unfortunately, 
I have no luck with it.

I'm using the following:

# Stop the daemonsudosystemctlstopweewx # Reconfigure to use your 
hardwareweectlstationreconfigure # Delete the old 
databaserm/var/lib/weewx/weewx.sdb # Start the 
daemonsudosystemctlstartweewx
But seems it does not reflect my selected meteo station and keeps 
using Simulation.


The same with skin which I try to change in*etc/weewx/weewx.conf *but 
it does not reflect anything.


I'm sorry for these questions, your support is very helpful.
On Tuesday, March 19, 2024 at 11:58:18 PM UTC+1 Sidney wrote:

I do follow now. Thank you for the explanation. I'm now trying to
install a web server to get the page load on the local network.
Let's see whats next then. Thanks again.

On Tuesday, March 19, 2024 at 11:54:09 PM UTC+1 Rainer Lang wrote:

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

On 19.03.2024 23:43, Sidney wrote:

Thank you, Vince.
Seems I'm a bit lost in it and will be exploring it to find
the trouble.

On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:

You didn't provide enough detail to really understand
your setup.   Does Cumulus MX have some software it runs
that responds on port 8998 ?

Did you even install a normal webserver such as nginx or
apache ?   If not, see the wiki (link)


 for
how to do install one and hook it together with weewx.

On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:

Thank you for a quick response. web server is for
sure installed as I do see Cumulus web server:
Screenshot 2024-03-19 at 21.20.46.png
When I try to go to http://192.168.0.40/weewx I'm
getting  This site can’t be reached. Sorry for
probably a silly question. Appreciate your support.
THank you.

On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer
Lang wrote:

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)

On 19.03.2024 21:07, Sidney wrote:

And for example, when I want to view my
CumulusMX Dashboard, I call for:
"http://192.168.0.40:8998/";


On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1
Sidney wrote:

Hi, I believe I've successfully installed
weewx. The manual says:

After about 5 minutes (the exact length of
time depends on your archive interval), copy
  

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
Type: Davis Vantage Pro2/Vue 
Station model: WeatherDuino 4Pro DB 
Connection: TCP/IP 
IP: http://192.168.0.39

Thank you Rainer. 
On Wednesday, March 20, 2024 at 12:42:51 AM UTC+1 Rainer Lang wrote:

> 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 ?
> On 20.03.2024 00:35, Sidney wrote:
>
> I was able to instal nginx. yay! Thanks for advising me. 
> [image: Screenshot 2024-03-20 at 0.26.53.png]
> I'm now trying:
> change the skin and get out of simulation to real data. Unfortunately, I 
> have no luck with it.
> I'm using the following:
>
> # Stop the daemon sudo systemctl stop weewx # Reconfigure to use your 
> hardware weectl station reconfigure # Delete the old database rm 
> /var/lib/weewx/weewx.sdb 
> # Start the daemon sudo systemctl start weewx 
> But seems it does not reflect my selected meteo station and keeps using 
> Simulation. 
>
> The same with skin which I try to change in* etc/weewx/weewx.conf *but it 
> does not reflect anything.
>
> I'm sorry for these questions, your support is very helpful.
> On Tuesday, March 19, 2024 at 11:58:18 PM UTC+1 Sidney wrote:
>
>> I do follow now. Thank you for the explanation. I'm now trying to install 
>> a web server to get the page load on the local network. Let's see whats 
>> next then. Thanks again.
>>
>> On Tuesday, March 19, 2024 at 11:54:09 PM UTC+1 Rainer Lang wrote:
>>
>>> @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.
>>> On 19.03.2024 23:43, Sidney wrote:
>>>
>>> Thank you, Vince.  
>>> Seems I'm a bit lost in it and will be exploring it to find the trouble.
>>>
>>> On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:
>>>
 You didn't provide enough detail to really understand your setup.   
 Does Cumulus MX have some software it runs that responds on port 8998 ? 

 Did you even install a normal webserver such as nginx or apache ?   If 
 not, see the wiki (link) 
 
  for 
 how to do install one and hook it together with weewx.

 On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:

> Thank you for a quick response. web server is for sure installed as I 
> do see Cumulus web server: 
> [image: Screenshot 2024-03-19 at 21.20.46.png]
> When I try to go to http://192.168.0.40/weewx I'm getting  This site 
> can’t be reached. Sorry for probably a silly question. Appreciate your 
> support. THank you. 
>
> On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:
>
>> 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)
>> On 19.03.2024 21:07, Sidney wrote:
>>
>> And for example, when I want to view my CumulusMX Dashboard, I call 
>> for: "http://192.168.0.40:8998/"; 
>>
>> On Tuesday, March 19, 2024 at 9:06:32 PM UTC+1 Sidney wrote:
>>
>>> Hi, I believe I've successfully installed weewx. The manual says: 
>>>
>>> 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.
>>> /var/www/html/weewx/index.html
>>> Can anyone help me

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread 'Rainer Lang' via weewx-user

try reading (and applying) https://weewx.com/docs/5.0/hardware/vantage/

On 20.03.2024 01:07, Sidney wrote:

Type: Davis Vantage Pro2/Vue
Station model: WeatherDuino 4Pro DB
Connection: TCP/IP
IP: http://192.168.0.39

Thank you Rainer.
On Wednesday, March 20, 2024 at 12:42:51 AM UTC+1 Rainer Lang wrote:

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 ?

On 20.03.2024 00:35, Sidney wrote:

I was able to instal nginx. yay! Thanks for advising me.
Screenshot 2024-03-20 at 0.26.53.png
I'm now trying:
change the skin and get out of simulation to real data.
Unfortunately, I have no luck with it.
I'm using the following:

# Stop the daemonsudosystemctlstopweewx # Reconfigure to use your
hardwareweectlstationreconfigure # Delete the old
databaserm/var/lib/weewx/weewx.sdb # Start the
daemonsudosystemctlstartweewx
But seems it does not reflect my selected meteo station and keeps
using Simulation.

The same with skin which I try to change in*etc/weewx/weewx.conf
*but it does not reflect anything.

I'm sorry for these questions, your support is very helpful.
On Tuesday, March 19, 2024 at 11:58:18 PM UTC+1 Sidney wrote:

I do follow now. Thank you for the explanation. I'm now
trying to install a web server to get the page load on the
local network. Let's see whats next then. Thanks again.

On Tuesday, March 19, 2024 at 11:54:09 PM UTC+1 Rainer Lang
wrote:

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

On 19.03.2024 23:43, Sidney wrote:

Thank you, Vince.
Seems I'm a bit lost in it and will be exploring it to
find the trouble.

On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:

You didn't provide enough detail to really
understand your setup.   Does Cumulus MX have some
software it runs that responds on port 8998 ?

Did you even install a normal webserver such as
nginx or apache ?   If not, see the wiki (link)


 for
how to do install one and hook it together with weewx.

On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7
Sidney wrote:

Thank you for a quick response. web server is
for sure installed as I do see Cumulus web server:
Screenshot 2024-03-19 at 21.20.46.png
When I try to go to http://192.168.0.40/weewx
I'm getting  This site can’t be reached. Sorry
for probably a silly question. Appreciate your
support. THank you.

On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1
Rainer Lang wrote:

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
  

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread 'Rainer Lang' via weewx-user

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


the result should be a properly configured weewx.conf

On 20.03.2024 01:20, Rainer Lang wrote:


try reading (and applying) https://weewx.com/docs/5.0/hardware/vantage/

On 20.03.2024 01:07, Sidney wrote:

Type: Davis Vantage Pro2/Vue
Station model: WeatherDuino 4Pro DB
Connection: TCP/IP
IP: http://192.168.0.39

Thank you Rainer.
On Wednesday, March 20, 2024 at 12:42:51 AM UTC+1 Rainer Lang wrote:

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 ?

On 20.03.2024 00:35, Sidney wrote:

I was able to instal nginx. yay! Thanks for advising me.
Screenshot 2024-03-20 at 0.26.53.png
I'm now trying:
change the skin and get out of simulation to real data.
Unfortunately, I have no luck with it.
I'm using the following:

# Stop the daemonsudosystemctlstopweewx # Reconfigure to use
your hardwareweectlstationreconfigure # Delete the old
databaserm/var/lib/weewx/weewx.sdb # Start the
daemonsudosystemctlstartweewx
But seems it does not reflect my selected meteo station and
keeps using Simulation.

The same with skin which I try to change in*etc/weewx/weewx.conf
*but it does not reflect anything.

I'm sorry for these questions, your support is very helpful.
On Tuesday, March 19, 2024 at 11:58:18 PM UTC+1 Sidney wrote:

I do follow now. Thank you for the explanation. I'm now
trying to install a web server to get the page load on the
local network. Let's see whats next then. Thanks again.

On Tuesday, March 19, 2024 at 11:54:09 PM UTC+1 Rainer Lang
wrote:

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

On 19.03.2024 23:43, Sidney wrote:

Thank you, Vince.
Seems I'm a bit lost in it and will be exploring it to
find the trouble.

On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince
wrote:

You didn't provide enough detail to really
understand your setup.   Does Cumulus MX have some
software it runs that responds on port 8998 ?

Did you even install a normal webserver such as
nginx or apache ? If not, see the wiki (link)


 for
how to do install one and hook it together with weewx.

On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7
Sidney wrote:

Thank you for a quick response. web server is
for sure installed as I do see Cumulus web server:
Screenshot 2024-03-19 at 21.20.46.png
When I try to go to http://192.168.0.40/weewx
I'm getting  This site can’t be reached. Sorry
for probably a silly question. Appreciate your
support. THank you.

On Tuesday, March 19, 

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
Thank you. I'm on it. Getting some issues error messages unfortunately. Do 
you please have an idea what's wrong?

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 

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 

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

On Wednesday, March 20, 2024 at 1:33:24 AM UTC+1 Rainer Lang wrote:

> 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"
>
> the result should be a properly configured weewx.conf
>
> On 20.03.2024 01:20, Rainer Lang wrote:
>
> try reading (and applying) https://weewx.com/docs/5.0/hardware/vantage/
> On 20.03.2024 01:07, Sidney wrote:
>
> Type: Davis Vantage Pro2/Vue  
> Station model: WeatherDuino 4Pro DB 
> Connection: TCP/IP 
> IP: http://192.168.0.39
>
> Thank you Rainer. 
> On Wednesday, March 20, 2024 at 12:42:51 AM UTC+1 Rainer Lang wrote:
>
>> 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 ?
>> On 20.03.2024 00:35, Sidney wrote:
>>
>> I was able to instal nginx. yay! Thanks for advising me. 
>> [image: Screenshot 2024-03-20 at 0.26.53.png]
>> I'm now trying:
>> change the skin and get out of simulation to real data. Unfortunately, I 
>> have no luck with it.
>> I'm using the following:
>>
>> # Stop the daemon sudo systemctl stop weewx # Reconfigure to use your 
>> hardware weectl station reconfigure # Delete the old database rm 
>> /var/lib/weewx/weewx.sdb 
>> # Start the daemon sudo systemctl start weewx 
>> But seems it does not reflect my selected meteo station and keeps using 
>> Simulation. 
>>
>> The same with skin which I try to change in* etc/weewx/weewx.conf *but 
>> it does not reflect anything.
>>
>> I'm sorry for the

Re: [weewx-user] Re: Cumulus MX -> weewx

2024-03-19 Thread Sidney
Done.

On Wednesday, March 20, 2024 at 1:33:24 AM UTC+1 Rainer Lang wrote:

> 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"
>
> the result should be a properly configured weewx.conf
>
> On 20.03.2024 01:20, Rainer Lang wrote:
>
> try reading (and applying) https://weewx.com/docs/5.0/hardware/vantage/
> On 20.03.2024 01:07, Sidney wrote:
>
> Type: Davis Vantage Pro2/Vue  
> Station model: WeatherDuino 4Pro DB 
> Connection: TCP/IP 
> IP: http://192.168.0.39
>
> Thank you Rainer. 
> On Wednesday, March 20, 2024 at 12:42:51 AM UTC+1 Rainer Lang wrote:
>
>> 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 ?
>> On 20.03.2024 00:35, Sidney wrote:
>>
>> I was able to instal nginx. yay! Thanks for advising me. 
>> [image: Screenshot 2024-03-20 at 0.26.53.png]
>> I'm now trying:
>> change the skin and get out of simulation to real data. Unfortunately, I 
>> have no luck with it.
>> I'm using the following:
>>
>> # Stop the daemon sudo systemctl stop weewx # Reconfigure to use your 
>> hardware weectl station reconfigure # Delete the old database rm 
>> /var/lib/weewx/weewx.sdb 
>> # Start the daemon sudo systemctl start weewx 
>> But seems it does not reflect my selected meteo station and keeps using 
>> Simulation. 
>>
>> The same with skin which I try to change in* etc/weewx/weewx.conf *but 
>> it does not reflect anything.
>>
>> I'm sorry for these questions, your support is very helpful.
>> On Tuesday, March 19, 2024 at 11:58:18 PM UTC+1 Sidney wrote:
>>
>>> I do follow now. Thank you for the explanation. I'm now trying to 
>>> install a web server to get the page load on the local network. Let's see 
>>> whats next then. Thanks again.
>>>
>>> On Tuesday, March 19, 2024 at 11:54:09 PM UTC+1 Rainer Lang wrote:
>>>
 @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.
 On 19.03.2024 23:43, Sidney wrote:

 Thank you, Vince.  
 Seems I'm a bit lost in it and will be exploring it to find the trouble.

 On Tuesday, March 19, 2024 at 10:57:24 PM UTC+1 vince wrote:

> You didn't provide enough detail to really understand your setup.   
> Does Cumulus MX have some software it runs that responds on port 8998 ? 
>
> Did you even install a normal webserver such as nginx or apache ?   If 
> not, see the wiki (link) 
> 
>  for 
> how to do install one and hook it together with weewx.
>
> On Tuesday, March 19, 2024 at 1:23:58 PM UTC-7 Sidney wrote:
>
>> Thank you for a quick response. web server is for sure installed as I 
>> do see Cumulus web server: 
>> [image: Screenshot 2024-03-19 at 21.20.46.png]
>> When I try to go to http://192.168.0.40/weewx I'm getting  This site 
>> can’t be reached. Sorry for probably a silly question. Appreciate your 
>> support. THank you. 
>>
>> On Tuesday, March 19, 2024 at 9:12:41 PM UTC+1 Rainer Lang wrote:
>>
>>> correct, but weewx (its Seasons skin) doesn't have a realtime 
>>> dashboard (except you install the mqtt based Belchertown skin)