[weewx-user] Re: Weewx "off line"

2019-12-01 Thread Teva MERVIN
*syslog :*

Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I Using pc time 
adjusting archive record time by -251 sec 2019-12-02 10:15:00 +11 
(1575242100) => 2019-12-02 10:10:49 +11 (1575241849) 
Dec  2 10:11:50 Nas weewx[1784]: manager: Added record 2019-12-02 10:10:49 
+11 (1575241849) to database 'weewx.sdb' 
Dec  2 10:11:50 Nas weewx[1784]: engine: Main loop exiting. Shutting engine 
down. 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: Thread-8: I USB polling device 
thread exiting 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I USB polling thread 
expired 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: Thread-7: I Watchdog received 
shutdown 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: Thread-7: I Watchdog thread 
exiting 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I Watchdog thread 
expired 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I Received packet 
count live:2951 archive:20 control:188 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I Received bytes:592 
sent bytes:40 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I Packet archive queue 
len:0 live queue len:8 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: W Exiting with packets 
still in live queue cnt:8 
Dec  2 10:11:50 Nas weewx[1784]: wmr200: MainThread: I Driver gracefully 
exiting 
Dec  2 10:11:50 Nas weewx[1784]: engine: Caught unrecoverable exception in 
engine: 
Dec  2 10:11:50 Nas weewx[1784]:   Non-positive value for record 
field 'interval': 0 
Dec  2 10:11:50 Nas weewx[1784]:   Traceback (most recent call 
last): 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 894, in main 
Dec  2 10:11:50 Nas weewx[1784]:   engine.run() 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 160, in run 
Dec  2 10:11:50 Nas weewx[1784]:  
 self.dispatchEvent(weewx.Event(weewx.STARTUP)) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
Dec  2 10:11:50 Nas weewx[1784]:   callback(event) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 520, in startup 
Dec  2 10:11:50 Nas weewx[1784]:  
 self._catchup(self.engine.console.genStartupRecords) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 635, in _catchup 
Dec  2 10:11:50 Nas weewx[1784]:   origin='hardware')) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
Dec  2 10:11:50 Nas weewx[1784]:   callback(event) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
Dec  2 10:11:50 Nas weewx[1784]:  
 dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
Dec  2 10:11:50 Nas weewx[1784]:  
 self._addSingleRecord(record, cursor, log_level) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
Dec  2 10:11:50 Nas weewx[1784]:   _weight = 
self._calc_weight(record) 
Dec  2 10:11:50 Nas weewx[1784]: File 
"/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
Dec  2 10:11:50 Nas weewx[1784]:   raise 
ValueError("Non-positive value for record field 'interval': %s" % 
(record['interval'], )) 
Dec  2 10:11:50 Nas weewx[1784]:   ValueError: Non-positive value 
for record field 'interval': 0 
Dec  2 10:11:50 Nas weewx[1784]:   Exiting.





Le mardi 19 novembre 2019 16:36:37 UTC+11, Teva MERVIN a écrit :
>
> Hello.
> I have a problem that I can not identify.
> It happens at least once a day, and I have to restart weewx.
> Do you have ideas?
>
> root@Nas:~# service weewx status
> ● weewx.service - LSB: weewx weather system 
>   Loaded: loaded (/etc/init.d/weewx; generated) 
>   Active: active (exited) since Sun 2019-11-17 19:09:21 +11; 1 day 21h 
> ago 
> Docs: man:systemd-sysv-generator(8) 
>  Process: 2094 ExecStart=/etc/init.d/weewx start (code=exited, 
> status=0/SUCCESS) 
>
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
> nov. 19 13:34:26 Nas weewx[2110]:  
>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
> nov. 19 13:34:26 Nas weewx[2110]:  
>  self._addSingleRecord(record, cursor, log_level) 
> nov. 

[weewx-user] Re: Weewx "off line"

2019-11-20 Thread Teva MERVIN
OK tk.

Le mardi 19 novembre 2019 16:36:37 UTC+11, Teva MERVIN a écrit :
>
> Hello.
> I have a problem that I can not identify.
> It happens at least once a day, and I have to restart weewx.
> Do you have ideas?
>
> root@Nas:~# service weewx status
> ● weewx.service - LSB: weewx weather system 
>   Loaded: loaded (/etc/init.d/weewx; generated) 
>   Active: active (exited) since Sun 2019-11-17 19:09:21 +11; 1 day 21h 
> ago 
> Docs: man:systemd-sysv-generator(8) 
>  Process: 2094 ExecStart=/etc/init.d/weewx start (code=exited, 
> status=0/SUCCESS) 
>
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
> nov. 19 13:34:26 Nas weewx[2110]:  
>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
> nov. 19 13:34:26 Nas weewx[2110]:  
>  self._addSingleRecord(record, cursor, log_level) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
> nov. 19 13:34:26 Nas weewx[2110]:   _weight = 
> self._calc_weight(record) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
> nov. 19 13:34:26 Nas weewx[2110]:   raise 
> ValueError("Non-positive value for record field 'interval': %s" % 
> (record['interval'], )) 
> nov. 19 13:34:26 Nas weewx[2110]:   ValueError: Non-positive 
> value for record field 'interval': 0 
> nov. 19 13:34:26 Nas weewx[2110]:   Exiting.
>
> Thank you.
>

-- 
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/7f003d3c-c0a4-4f0f-b3d6-ff4cefd3295b%40googlegroups.com.


Re: [weewx-user] Re: Weewx "off line"

2019-11-20 Thread Teva MERVIN
Thank you for your help.
What do I do with this manager.py file?

Le jeudi 21 novembre 2019 00:52:15 UTC+11, Thomas Keffer a écrit :
>
> En attendant, voici une version de manager.py qui ignorera simplement les 
> enregistrements contenant de mauvaises valeurs 'intervalle' au lieu de 
> s'arrêter. Ce n'est pas un remède, mais au moins les résultats seront 
> plus robustes. Essaie.
>
> -tk
>
> Le mercredi 20 novembre 2019 à 05h35,  Thomas Keffer < tke 
> ... @ gmail.com  > a écrit:
>
>> J'ai ré-ouvert le numéro 375. J'espère que Chris aura du temps pour 
>> enquêter.
>>
>> -tk
>>
>> Le mercredi 20 novembre 2019 à 01h08 Teva MERVIN < mte ... @ gmail.com 
>>  > a écrit:
>>
>>> oui je l'ai utilisé.
>>>
>>> https://github.com/weewx/weewx/issues/375
>>>
>>> Le mercredi 20 novembre 2019 14:19:37 UTC+11, Andrew Milner a écrit :
>>>>
>>>> d'après l'une des discussions, il y avait une version du pilote censée 
>>>> résoudre ce problème - avez-vous utilisé cette version du pilote wmr?
>>>>
>>>>
>>>>
>>>> Le mercredi 20 novembre 2019, Teva MERVIN a écrit:
>>>>>
>>>>> Quelques détails de mon installation:
>>>>>
>>>>> - Debian server 5.2.17-1
>>>>> - Weewx 3.9.2-0
>>>>> - Base de données: sqlite
>>>>> - Peau: Météo34
>>>>> - Station: Oregon WMR200
>>>>>
>>>>> Le mardi 19 novembre 2019 16:36:37 UTC+11, Teva MERVIN a écrit :
>>>>>>
>>>>>> Hello.
>>>>>> I have a problem that I can not identify.
>>>>>> It happens at least once a day, and I have to restart weewx.
>>>>>> Do you have ideas?
>>>>>>
>>>>>> root@Nas:~# service weewx status
>>>>>> ● weewx.service - LSB: weewx weather system 
>>>>>>   Loaded: loaded (/etc/init.d/weewx; generated) 
>>>>>>   Active: active (exited) since Sun 2019-11-17 19:09:21 +11; 1 day 
>>>>>> 21h ago 
>>>>>> Docs: man:systemd-sysv-generator(8) 
>>>>>>  Process: 2094 ExecStart=/etc/init.d/weewx start (code=exited, 
>>>>>> status=0/SUCCESS) 
>>>>>>
>>>>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>>>>> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]:  
>>>>>>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>>>>> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]:  
>>>>>>  self._addSingleRecord(record, cursor, log_level) 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>>>>> "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]:   _weight = 
>>>>>> self._calc_weight(record) 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>>>>> "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
>>>>>> nov. 19 13:34:26 Nas weewx[2110]:   raise 
>>>>>> ValueError("Non-positive value for record field 'interval': %s" % 
>>>>>> (record['interval'], )) 
>>>>>> nov. 19 13:34:26 Nas weewx [2110]:  ValueError: valeur non 
>>>>>> positive pour le champ d'enregistrement 'intervalle': 0 nov. 19 
>>>>>> 13:34:26 Nas weewx [2110]:  Sortie. 
>>>>>>
>>>>>>
>>>>>> Merci.
>>>>>>
>>>>> - 
>>> Vous avez reçu ce message car vous êtes abonné au groupe "weewx-user" de 
>>> Google Groupes. 
>>> Pour vous désabonner de ce groupe et ne plus recevoir de courrier 
>>> électronique, envoyez un courrier électronique à weewx ... @ 
>>> googlegroups.com  . 
>>> Pour afficher cette discussion sur Internet, consultez la page 
>>> https://groups.google.com/d/ 
>>> msgid / weewx-user / 79c90acf- 06a3-4bf2-80d3-06023c177025% 
>>> 40googlegroups.com 
>>> <https://groups.google.com/d/msgid/weewx-user/79c90acf-06a3-4bf2-80d3-06023c177025%40googlegroups.com?utm_medium=email_source=footer>
>>>  
>>> .
>>>
>>

-- 
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/83b29f0a-10b1-40c9-b779-69a6a1e040af%40googlegroups.com.


[weewx-user] Re: Weewx "off line"

2019-11-20 Thread Teva MERVIN
yes I used it.

https://github.com/weewx/weewx/issues/375

Le mercredi 20 novembre 2019 14:19:37 UTC+11, Andrew Milner a écrit :
>
> it was my understanding from one of the threads that there was a version 
> of the driver supposed to address this issue - have you used that version 
> of the wmr driver??
>
>
>
> On Wednesday, 20 November 2019 04:00:18 UTC+2, Teva MERVIN wrote:
>>
>> Some details of my installation:
>>
>> - Debian server 5.2.17-1
>> - Weewx 3.9.2-0
>> - Database: sqlite
>> - Skin: Weather34
>> - Station: Oregon WMR200
>>
>> Le mardi 19 novembre 2019 16:36:37 UTC+11, Teva MERVIN a écrit :
>>>
>>> Hello.
>>> I have a problem that I can not identify.
>>> It happens at least once a day, and I have to restart weewx.
>>> Do you have ideas?
>>>
>>> root@Nas:~# service weewx status
>>> ● weewx.service - LSB: weewx weather system 
>>>   Loaded: loaded (/etc/init.d/weewx; generated) 
>>>   Active: active (exited) since Sun 2019-11-17 19:09:21 +11; 1 day 21h 
>>> ago 
>>> Docs: man:systemd-sysv-generator(8) 
>>>  Process: 2094 ExecStart=/etc/init.d/weewx start (code=exited, 
>>> status=0/SUCCESS) 
>>>
>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
>>> nov. 19 13:34:26 Nas weewx[2110]:  
>>>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
>>> nov. 19 13:34:26 Nas weewx[2110]:  
>>>  self._addSingleRecord(record, cursor, log_level) 
>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>> "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
>>> nov. 19 13:34:26 Nas weewx[2110]:   _weight = 
>>> self._calc_weight(record) 
>>> nov. 19 13:34:26 Nas weewx[2110]: File 
>>> "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
>>> nov. 19 13:34:26 Nas weewx[2110]:   raise 
>>> ValueError("Non-positive value for record field 'interval': %s" % 
>>> (record['interval'], )) 
>>> nov. 19 13:34:26 Nas weewx[2110]:   ValueError: Non-positive 
>>> value for record field 'interval': 0 
>>> nov. 19 13:34:26 Nas weewx[2110]:   Exiting.
>>>
>>> Thank you.
>>>
>>

-- 
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/79c90acf-06a3-4bf2-80d3-06023c177025%40googlegroups.com.


[weewx-user] Re: Weewx "off line"

2019-11-19 Thread Teva MERVIN
Some details of my installation:

- Debian server 5.2.17-1
- Weewx 3.9.2-0
- Database: sqlite
- Skin: Weather34
- Station: Oregon WMR200

Le mardi 19 novembre 2019 16:36:37 UTC+11, Teva MERVIN a écrit :
>
> Hello.
> I have a problem that I can not identify.
> It happens at least once a day, and I have to restart weewx.
> Do you have ideas?
>
> root@Nas:~# service weewx status
> ● weewx.service - LSB: weewx weather system 
>   Loaded: loaded (/etc/init.d/weewx; generated) 
>   Active: active (exited) since Sun 2019-11-17 19:09:21 +11; 1 day 21h 
> ago 
> Docs: man:systemd-sysv-generator(8) 
>  Process: 2094 ExecStart=/etc/init.d/weewx start (code=exited, 
> status=0/SUCCESS) 
>
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
> nov. 19 13:34:26 Nas weewx[2110]:  
>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
> nov. 19 13:34:26 Nas weewx[2110]:  
>  self._addSingleRecord(record, cursor, log_level) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
> nov. 19 13:34:26 Nas weewx[2110]:   _weight = 
> self._calc_weight(record) 
> nov. 19 13:34:26 Nas weewx[2110]: File 
> "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
> nov. 19 13:34:26 Nas weewx[2110]:   raise 
> ValueError("Non-positive value for record field 'interval': %s" % 
> (record['interval'], )) 
> nov. 19 13:34:26 Nas weewx[2110]:   ValueError: Non-positive 
> value for record field 'interval': 0 
> nov. 19 13:34:26 Nas weewx[2110]:   Exiting.
>
> Thank you.
>

-- 
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/0c93a1ce-4fd0-4741-8068-8fb8f42af1bc%40googlegroups.com.


[weewx-user] Weewx "off line"

2019-11-18 Thread Teva MERVIN
Hello.
I have a problem that I can not identify.
It happens at least once a day, and I have to restart weewx.
Do you have ideas?

root@Nas:~# service weewx status
● weewx.service - LSB: weewx weather system 
  Loaded: loaded (/etc/init.d/weewx; generated) 
  Active: active (exited) since Sun 2019-11-17 19:09:21 +11; 1 day 21h ago 
Docs: man:systemd-sysv-generator(8) 
 Process: 2094 ExecStart=/etc/init.d/weewx start (code=exited, 
status=0/SUCCESS) 

nov. 19 13:34:26 Nas weewx[2110]: File 
"/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
nov. 19 13:34:26 Nas weewx[2110]:  
 dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
nov. 19 13:34:26 Nas weewx[2110]: File 
"/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
nov. 19 13:34:26 Nas weewx[2110]:  
 self._addSingleRecord(record, cursor, log_level) 
nov. 19 13:34:26 Nas weewx[2110]: File 
"/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
nov. 19 13:34:26 Nas weewx[2110]:   _weight = 
self._calc_weight(record) 
nov. 19 13:34:26 Nas weewx[2110]: File 
"/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
nov. 19 13:34:26 Nas weewx[2110]:   raise 
ValueError("Non-positive value for record field 'interval': %s" % 
(record['interval'], )) 
nov. 19 13:34:26 Nas weewx[2110]:   ValueError: Non-positive value 
for record field 'interval': 0 
nov. 19 13:34:26 Nas weewx[2110]:   Exiting.

Thank you.

-- 
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/4d546249-2f80-4fbd-b4d0-a40dee7bd8b5%40googlegroups.com.


[weewx-user] Re: No data update

2019-03-04 Thread Teva MERVIN
Hello, I still have the same problem despite this change.
Here are the logs:

root@Nas:~# service weewx status
● weewx.service - LSB: weewx weather system
   Loaded: loaded (/etc/init.d/weewx; generated)
   Active: active (exited) since Tue 2019-03-05 07:30:25 +11; 11h ago
 Docs: man:systemd-sysv-generator(8)
  Process: 7572 ExecStart=/etc/init.d/weewx start (code=exited, 
status=0/SUCCESS)

mars 05 08:04:53 Nas weewx[7587]: File 
"/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record
mars 05 08:04:53 Nas weewx[7587]:   
dbmanager.addRecord(event.record, accumulator=self.old_accumulator)
mars 05 08:04:53 Nas weewx[7587]: File 
"/usr/share/weewx/weewx/manager.py", line 246, in addRecord
mars 05 08:04:53 Nas weewx[7587]:   
self._addSingleRecord(record, cursor, log_level)
mars 05 08:04:53 Nas weewx[7587]: File 
"/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord
mars 05 08:04:53 Nas weewx[7587]:   _weight = 
self._calc_weight(record)
mars 05 08:04:53 Nas weewx[7587]: File 
"/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight
mars 05 08:04:53 Nas weewx[7587]:   raise 
ValueError("Non-positive value for record field 'interval': %s" % 
(record['interval'], ))
mars 05 08:04:53 Nas weewx[7587]:   ValueError: Non-positive value 
for record field 'interval': 0
mars 05 08:04:53 Nas weewx[7587]:   Exiting.

Le samedi 16 février 2019 11:52:11 UTC+11, Teva MERVIN a écrit :
>
> Hello, I have problems with weewx.
> Can you help me ?
>
> Feb 16 10:15:41 Nas weewx[22639]:   Non-positive value for record 
> field 'interval': 0 
> Feb 16 10:15:41 Nas weewx[22639]:   Traceback (most recent call 
> last): 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 890, in main 
> Feb 16 10:15:41 Nas weewx[22639]:   engine.run() 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 160, in run 
> Feb 16 10:15:41 Nas weewx[22639]:  
>  self.dispatchEvent(weewx.Event(weewx.STARTUP)) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
> Feb 16 10:15:41 Nas weewx[22639]:   callback(event) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 520, in startup 
> Feb 16 10:15:41 Nas weewx[22639]:  
>  self._catchup(self.engine.console.genStartupRecords) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 635, in _catchup 
> Feb 16 10:15:41 Nas weewx[22639]:   origin='hardware')) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
> Feb 16 10:15:41 Nas weewx[22639]:   callback(event) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
> Feb 16 10:15:41 Nas weewx[22639]:  
>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
> Feb 16 10:15:41 Nas weewx[22639]:  
>  self._addSingleRecord(record, cursor, log_level) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
> Feb 16 10:15:41 Nas weewx[22639]:   _weight = 
> self._calc_weight(record) 
> Feb 16 10:15:41 Nas weewx[22639]: File 
> "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
> Feb 16 10:15:41 Nas weewx[22639]:   raise 
> ValueError("Non-positive value for record field 'interval': %s" % 
> (record['interval'], )) 
> Feb 16 10:15:41 Nas weewx[22639]:   ValueError: Non-positive value 
> for record field 'interval': 0 
> Feb 16 10:15:41 Nas weewx[22639]:   Exiting.
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] No data update

2019-02-15 Thread Teva MERVIN
It's an Oregon WMR 200.

tk

Le samedi 16 février 2019 12:08:59 UTC+11, Thomas Keffer a écrit :
>
> What kind of weather station?
>
> -tk
>
> On Fri, Feb 15, 2019 at 4:52 PM Teva MERVIN  > wrote:
>
>> Hello, I have problems with weewx.
>> Can you help me ?
>>
>> Feb 16 10:15:41 Nas weewx[22639]:   Non-positive value for record 
>> field 'interval': 0 
>> Feb 16 10:15:41 Nas weewx[22639]:   Traceback (most recent call 
>> last): 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 890, in main 
>> Feb 16 10:15:41 Nas weewx[22639]:   engine.run() 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 160, in run 
>> Feb 16 10:15:41 Nas weewx[22639]:  
>>  self.dispatchEvent(weewx.Event(weewx.STARTUP)) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
>> Feb 16 10:15:41 Nas weewx[22639]:   callback(event) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 520, in startup 
>> Feb 16 10:15:41 Nas weewx[22639]:  
>>  self._catchup(self.engine.console.genStartupRecords) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 635, in _catchup 
>> Feb 16 10:15:41 Nas weewx[22639]:   origin='hardware')) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
>> Feb 16 10:15:41 Nas weewx[22639]:   callback(event) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
>> Feb 16 10:15:41 Nas weewx[22639]:  
>>  dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
>> Feb 16 10:15:41 Nas weewx[22639]:  
>>  self._addSingleRecord(record, cursor, log_level) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
>> Feb 16 10:15:41 Nas weewx[22639]:   _weight = 
>> self._calc_weight(record) 
>> Feb 16 10:15:41 Nas weewx[22639]: File 
>> "/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
>> Feb 16 10:15:41 Nas weewx[22639]:   raise 
>> ValueError("Non-positive value for record field 'interval': %s" % 
>> (record['interval'], )) 
>> Feb 16 10:15:41 Nas weewx[22639]:   ValueError: Non-positive 
>> value for record field 'interval': 0 
>> Feb 16 10:15:41 Nas weewx[22639]:   Exiting.
>>
>> -- 
>> 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 .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] No data update

2019-02-15 Thread Teva MERVIN
Hello, I have problems with weewx.
Can you help me ?

Feb 16 10:15:41 Nas weewx[22639]:   Non-positive value for record 
field 'interval': 0 
Feb 16 10:15:41 Nas weewx[22639]:   Traceback (most recent call 
last): 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 890, in main 
Feb 16 10:15:41 Nas weewx[22639]:   engine.run() 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 160, in run 
Feb 16 10:15:41 Nas weewx[22639]:  
 self.dispatchEvent(weewx.Event(weewx.STARTUP)) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
Feb 16 10:15:41 Nas weewx[22639]:   callback(event) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 520, in startup 
Feb 16 10:15:41 Nas weewx[22639]:  
 self._catchup(self.engine.console.genStartupRecords) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 635, in _catchup 
Feb 16 10:15:41 Nas weewx[22639]:   origin='hardware')) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 224, in dispatchEvent 
Feb 16 10:15:41 Nas weewx[22639]:   callback(event) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/engine.py", line 601, in new_archive_record 
Feb 16 10:15:41 Nas weewx[22639]:  
 dbmanager.addRecord(event.record, accumulator=self.old_accumulator) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/manager.py", line 246, in addRecord 
Feb 16 10:15:41 Nas weewx[22639]:  
 self._addSingleRecord(record, cursor, log_level) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/manager.py", line 1212, in _addSingleRecord 
Feb 16 10:15:41 Nas weewx[22639]:   _weight = 
self._calc_weight(record) 
Feb 16 10:15:41 Nas weewx[22639]: File 
"/usr/share/weewx/weewx/manager.py", line 1582, in _calc_weight 
Feb 16 10:15:41 Nas weewx[22639]:   raise 
ValueError("Non-positive value for record field 'interval': %s" % 
(record['interval'], )) 
Feb 16 10:15:41 Nas weewx[22639]:   ValueError: Non-positive value 
for record field 'interval': 0 
Feb 16 10:15:41 Nas weewx[22639]:   Exiting.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Problem with CRT 0.18

2018-12-07 Thread Teva MERVIN
Hi, I have a problem with CRT 0.18. The realtime.txt file seems to me 
incorrect.
How come he is so many NULL ?

- Debian server
- weewx 3.8.2
- skin Weather34 - WE(131018)

-- 
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.
For more options, visit https://groups.google.com/d/optout.
07/12/18 12:05:30 NULL NULL NULL 0.3 NULL NULL NULL 6.3 NULL --- NULL m/s C mb 
mm 6781.4 NULL 8.4 651.8 1.0 26.9 67 NULL NULL 30.6 11:44 23.1 01:09 1.5 08:49 
2.5 09:41 1015.0 10:01 1011.0 02:46 3.8.2 0 1.5 NULL NULL NULL NULL NULL 190 
0.0 0 1 0 S NULL m NULL 7.0 NULL 0
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer 
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.8.2

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = La Saoui - Bourail - Nouvelle-Calédonie

# Latitude and longitude in decimal degrees
latitude = -21.5669
longitude = 165.49736

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 9, meter

# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be used.
station_type = WMR200

# If you have a website, you may specify an URL
station_url = http://192.168.1.20/weewx
#belchertown_root_url = http://192.168.1.20/weewx
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1

# Start of week (0=Monday, 6=Sunday)
week_start = 0

##

[WMR200]
# This section is for the Oregon Scientific WMR200

# The station model, e.g., WMR200, WMR200A, Radio Shack W200
model = WMR200

# The driver to use:
driver = weewx.drivers.wmr200

##

#   This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not 

[weewx-user] Problem with CRT 0.18

2018-12-07 Thread Teva MERVIN
Hi, I have a problem with CRT 0.18. The realtime.txt file seems to me 
incorrect.
How come he is so many NULL ?

-- 
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.
For more options, visit https://groups.google.com/d/optout.
07/12/18 12:05:30 NULL NULL NULL 0.3 NULL NULL NULL 6.3 NULL --- NULL m/s C mb 
mm 6781.4 NULL 8.4 651.8 1.0 26.9 67 NULL NULL 30.6 11:44 23.1 01:09 1.5 08:49 
2.5 09:41 1015.0 10:01 1011.0 02:46 3.8.2 0 1.5 NULL NULL NULL NULL NULL 190 
0.0 0 1 0 S NULL m NULL 7.0 NULL 0


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-06 Thread Teva MERVIN
That's it, it works;)
my files were crappy (different units in the weewx.conf and skin.conf)
I also had a big problem with: 
[[[Extras]]]
   belchertown_root_url = http://192.168.1.20/weewx/belchertown
It's now settled.
I put the updated files

Le vendredi 7 décembre 2018 11:42:50 UTC+11, Philip Kutzenco a écrit :
>
> In your weew.conf file (which you attached earlier), HTML_ROOT shoud be 
> the same under the [[Belchertown]] stanza and the [Highcharts_Belchertown]] 
> stanza. Yours are different. I think they should also be pointing to the 
> weewx/belchertown folder (though I'm not sure).
>
> I don't know if that would fix it, but give it a try.
> phil
>
> On Thursday, December 6, 2018 at 7:08:26 PM UTC-5, Teva MERVIN wrote:
>
> I use the apt-get.
> my web structure /var/www/html/weewx/belchertown
> All the files and directories are created (about / index.html ), but 
> not the index.html from the beginning
>
> I have this as an error message (message1.txt)
> Le vendredi 7 décembre 2018 10:57:01 UTC+11, Philip Kutzenco a écrit :
>
> I think that normally the Apache server should be serving up the files 
> located in public_html/belchertown. On my weewx system, that is 
> /home/weewx/public_html/belchertown. Did you install weewx with setup.py or 
> apt-get. That will determine where that directory actually is (I used 
> setup.py).
>
> What are the files in that directory? There should be an in
>
> ...

-- 
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.
For more options, visit https://groups.google.com/d/optout.
###
# SKIN CONFIGURATION FILE #
# Copyright (c) 2010 Tom Keffer#
###

[Extras]

# General Site Defaults
belchertown_root_url = "http://192.168.1.20;
logo_image = ""
site_title = "Mon site météo"
radar_html = ""
footer_copyright_text = "Mon site météo"

# Enabled by default since majority of the theme is wrapped around the 
charts
highcharts_enabled = 1
highcharts_graph_1 = "temperatureplot"
highcharts_graph_2 = "windplot"
highcharts_graph_3 = "rainplot"
highcharts_graph_4 = "winddirplot"
highcharts_graph_5 = "barometerplot"
highcharts_graph_6 = "radiationplot"
highcharts_show_windchill = 1
highcharts_show_heatindex = 1
highcharts_show_apptemp = 0

# If you've extended your weewx database to include the below, you can 
enable them
show_apptemp = 0
show_windrun = 0

# Default page headers
graphs_page_header = "Weather Observation Graphs"
records_page_header = "Weather Observation Records"
reports_page_header = "Weather Observation Reports"
about_page_header = "About This Weather Station"

# MQTT Defaults
mqtt_enabled = 0
mqtt_host = ""
mqtt_port = 1883
mqtt_ssl = 0
mqtt_topic = ""
disconnect_live_website_visitor = 180

# Forecast defaults
forecast_enabled = 0
darksky_secret_key = ""
darksky_units = "auto"
darksky_lang = "en"
forecast_stale = 3540

# Earthquake defaults
earthquake_enabled = 0
earthquake_maxradiuskm = 1000
earthquake_stale = 10740

# Social Share Button Defaults
facebook_enabled = 0
twitter_enabled = 0
twitter_owner = ""
twitter_hashtags = "weewx #weather"

# Google Analytics
#googleAnalyticsId = UA-12345678-1


###

[Units]
# This section is for managing the selection and formatting of units.

[[Groups]]
# For each group of measurements, this section sets what units to
# use for it.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'

group_altitude = meter # Options are 'foot' or 
'meter'
group_degree_day   = degree_C_day # Options are 'degree_F_day' 
or 'degree_C_day'
group_direction= degree_compass
group_moisture = centibar
group_percent  = percent
group_pressure = hPa # Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
group_radiation= watt_per_meter_squared
group_rain = mm # Options are 'inch', 'cm', or 
'mm'
group_rainrate = mm_per_hour 

Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-06 Thread Teva MERVIN
I use the apt-get.
my web structure /var/www/html/weewx/belchertown
All the files and directories are created (about / index.html ), but 
not the index.html from the beginning

I have this as an error message (message1.txt)
Le vendredi 7 décembre 2018 10:57:01 UTC+11, Philip Kutzenco a écrit :
>
> I think that normally the Apache server should be serving up the files 
> located in public_html/belchertown. On my weewx system, that is 
> /home/weewx/public_html/belchertown. Did you install weewx with setup.py or 
> apt-get. That will determine where that directory actually is (I used 
> setup.py).
>
> What are the files in that directory? There should be an index.html file 
> (among all of the others) there.
> phil
>
> On Thursday, December 6, 2018 at 5:53:38 PM UTC-5, Teva MERVIN wrote:
>
> The web page is raw, without html, as on the file belchertown01.png
> I did not touch the skin.conf.
> I put it in an attached file.
>
> Le vendredi 7 décembre 2018 09:37:42 UTC+11, Colin Larsen a écrit :
>
> In what way does it not work properly? Do you have no web pages at all or 
> partial page? Have you set up skin.conf Belchertown? Can you post that 
> please.
>
> Colin
>
>
> On Fri, 7 Dec 2018, 10:53 Teva MERVIN 
> Hello, and sorry for my approximate english ;)
>
> I'm t
>
> ...

-- 
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.
For more options, visit https://groups.google.com/d/optout.


messages1
Description: Binary data


Re: [weewx-user] Re: Belchertown skin for weewx now available!

2018-12-06 Thread Teva MERVIN
The web page is raw, without html, as on the file belchertown01.png
I did not touch the skin.conf.
I put it in an attached file.

Le vendredi 7 décembre 2018 09:37:42 UTC+11, Colin Larsen a écrit :
>
> In what way does it not work properly? Do you have no web pages at all or 
> partial page? Have you set up skin.conf Belchertown? Can you post that 
> please.
>
> Colin
>
>
> On Fri, 7 Dec 2018, 10:53 Teva MERVIN  
> wrote:
>
>> Hello, and sorry for my approximate english ;)
>>
>> I'm trying to install your skin, I have:
>> - 1 single debian server 4.18.10-2
>> - Apache2 2.4.37-1
>> - weewx v3.8.2
>>
>> and I have problems installing weewx-belchertown-0.8.tar.gz
>> I think I have correctly followed your procedure, but the belchertown web 
>> page does not display correctly
>> See attach : belchertown01
>>
>> I am attaching my file weewx.conf
>>
>> What is the problem ?
>> Thank you for your job's.
>>
>> -- 
>> 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 .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.
###
# SKIN CONFIGURATION FILE #
# Copyright (c) 2010 Tom Keffer#
###

[Extras]

# General Site Defaults
belchertown_root_url = ""
logo_image = ""
site_title = "My Weather Website"
radar_html = ""
footer_copyright_text = "My Weather Website"

# Enabled by default since majority of the theme is wrapped around the 
charts
highcharts_enabled = 1
highcharts_graph_1 = "temperatureplot"
highcharts_graph_2 = "windplot"
highcharts_graph_3 = "rainplot"
highcharts_graph_4 = "winddirplot"
highcharts_graph_5 = "barometerplot"
highcharts_graph_6 = "radiationplot"
highcharts_show_windchill = 1
highcharts_show_heatindex = 1
highcharts_show_apptemp = 0

# If you've extended your weewx database to include the below, you can 
enable them
show_apptemp = 0
show_windrun = 0

# Default page headers
graphs_page_header = "Weather Observation Graphs"
records_page_header = "Weather Observation Records"
reports_page_header = "Weather Observation Reports"
about_page_header = "About This Weather Station"

# MQTT Defaults
mqtt_enabled = 0
mqtt_host = ""
mqtt_port = 1883
mqtt_ssl = 0
mqtt_topic = ""
disconnect_live_website_visitor = 180

# Forecast defaults
forecast_enabled = 0
darksky_secret_key = ""
darksky_units = "auto"
darksky_lang = "en"
forecast_stale = 3540

# Earthquake defaults
earthquake_enabled = 0
earthquake_maxradiuskm = 1000
earthquake_stale = 10740

# Social Share Button Defaults
facebook_enabled = 0
twitter_enabled = 0
twitter_owner = ""
twitter_hashtags = "weewx #weather"

# Google Analytics
#googleAnalyticsId = UA-12345678-1


###

[Units]
# This section is for managing the selection and formatting of units.

[[Groups]]
# For each group of measurements, this section sets what units to
# use for it.
# NB: The unit is always in the singular. I.e., 'mile_per_hour',
# NOT 'miles_per_hour'

group_altitude = foot # Options are 'foot' or 
'meter'
group_degree_day   = degree_F_day # Options are 'degree_F_day' 
or 'degree_C_day'
group_direction= degree_compass
group_moisture = centibar
group_percent  = percent
group_pressure = inHg # Options are 'inHg', 'mmHg', 
'mbar', or 'hPa'
group_radiation= watt_per_meter_squared
group_rain = inch # Options are 'inch', 'cm', 
or 'mm'
group_rainrate = inch_per_hour# Options are 
'inch_per_hour', 'cm_per_hour', or 'mm_per_hour'
group_speed= mile_per_hour  

[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-06 Thread Teva MERVIN
Hello, and sorry for my approximate english ;)

I'm trying to install your skin, I have:
- 1 single debian server 4.18.10-2
- Apache2 2.4.37-1
- weewx v3.8.2

and I have problems installing weewx-belchertown-0.8.tar.gz
I think I have correctly followed your procedure, but the belchertown web 
page does not display correctly
See attach : belchertown01

I am attaching my file weewx.conf

What is the problem ?
Thank you for your job's.

-- 
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.
For more options, visit https://groups.google.com/d/optout.
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer 
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.8.2

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = La Saoui - Bourail - Nouvelle-Calédonie

# Latitude and longitude in decimal degrees
latitude = -21.5669
longitude = 165.49736

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 9, meter

# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be used.
station_type = WMR200

# If you have a website, you may specify an URL
station_url = http://192.168.1.20/weewx
#belchertown_root_url = http://192.168.1.20/weewx
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1

# Start of week (0=Monday, 6=Sunday)
week_start = 0

##

[WMR200]
# This section is for the Oregon Scientific WMR200

# The station model, e.g., WMR200, WMR200A, Radio Shack W200
model = WMR200

# The driver to use:
driver = weewx.drivers.wmr200

##

#   This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all 

[weewx-user] Re: Belchertown skin for weewx now available!

2018-12-06 Thread Teva MERVIN
Hello, and sorry for my approximate english ;)

I'm trying to install your skin, I have:
- 1 single debian server 4.18.10-2
- Apache2 2.4.37-1
- weewx v3.8.2

and I have problems installing weewx-belchertown-0.8.tar.gz
I think I have correctly followed your procedure, but the belchertown web 
page does not display correctly
See attach : belchertown01

I am attaching my file weewx.conf

What is the problem ?
Thank you for your job's.

-- 
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.
For more options, visit https://groups.google.com/d/optout.
# WEEWX CONFIGURATION FILE
#
# Copyright (c) 2009-2015 Tom Keffer 
# See the file LICENSE.txt for your rights.

##

# This section is for general configuration information.

# Set to 1 for extra debug info, otherwise comment it out or set to zero
debug = 1

# Root directory of the weewx data file hierarchy for this station
WEEWX_ROOT = /

# How long to wait before timing out a socket (FTP, HTTP) connection
socket_timeout = 20

# Do not modify this. It is used when installing and updating weewx.
version = 3.8.2

##

#   This section is for information about the station.

[Station]

# Description of the station location
location = La Saoui - Bourail - Nouvelle-Calédonie

# Latitude and longitude in decimal degrees
latitude = -21.5669
longitude = 165.49736

# Altitude of the station, with unit it is in. This is downloaded from
# from the station if the hardware supports it.
altitude = 9, meter

# Set to type of station hardware. There must be a corresponding stanza
# in this file with a 'driver' parameter indicating the driver to be used.
station_type = WMR200

# If you have a website, you may specify an URL
station_url = http://192.168.1.20/weewx
#belchertown_root_url = http://192.168.1.20/weewx
# The start of the rain year (1=January; 10=October, etc.). This is
# downloaded from the station if the hardware supports it.
rain_year_start = 1

# Start of week (0=Monday, 6=Sunday)
week_start = 0

##

[WMR200]
# This section is for the Oregon Scientific WMR200

# The station model, e.g., WMR200, WMR200A, Radio Shack W200
model = WMR200

# The driver to use:
driver = weewx.drivers.wmr200

##

#   This section is for uploading data to Internet sites

[StdRESTful]

[[StationRegistry]]
# To register this weather station with weewx, set this to true
register_this_station = false

[[AWEKAS]]
# This section is for configuring posts to AWEKAS.

# If you wish to do this, set the option 'enable' to true,
# and specify a username and password.
# To guard against parsing errors, put the password in quotes.
enable = false
username = replace_me
password = replace_me

[[CWOP]]
# This section is for configuring posts to CWOP.

# If you wish to do this, set the option 'enable' to true,
# and specify the station ID (e.g., CW1234).
enable = false
station = replace_me

# If this is an APRS (radio amateur) station, uncomment
# the following and replace with a passcode (e.g., 12345).
#passcode = replace_me (APRS stations only)

[[PWSweather]]
# This section is for configuring posts to PWSweather.com.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[WOW]]
# This section is for configuring posts to WOW.

# If you wish to do this, set the option 'enable' to true,
# and specify a station and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

[[Wunderground]]
# This section is for configuring posts to the Weather Underground.

# If you wish to do this, set the option 'enable' to true,
# and specify a station (e.g., 'KORHOODR3') and password.
# To guard against parsing errors, put the password in quotes.
enable = false
station = replace_me
password = replace_me

# Set the following to True to have weewx use the WU "Rapidfire"
# protocol. Not all