[weewx-user] Re: Json error

2023-04-06 Thread Adnan Mumtaz
You are right!! i didnt notice that the darksky is expired, i am still on 
   
   - Belchertown Skin Version: 1.0.1, is it necessary to upgrade to use 
   Aerius weather APIs


On Thursday, 6 April 2023 at 23:54:47 UTC+3 jterr...@gmail.com wrote:

> If you are not running the last version (v.1.3) of Belchertown skin, it 
> may be due to the fact that the forecast data from Darksky are no more 
> available and that the json of these forecast data is empty.
>
>
> Le jeudi 6 avril 2023 à 05:00:58 UTC+2, Adnan Mumtaz a écrit :
>
> I am using the belchertown script since a long time, and without any 
> changes in the system all of a sudden i am seeing this error in logs and 
> the skin is not uploading properly, can anyone assist
>
> Apr 6 05:20:47 Riyadh_WS weewx[25067]: reportengine: Caught unrecoverable 
> exception in generator 'weewx.cheetahgenerator.CheetahGenerator'
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  No JSON object could be decoded
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  Traceback (most recent call 
> last):
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/reportengine.py", line 204, in run
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  obj.start()
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/reportengine.py", line 300, in start
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  self.run()
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/cheetahgenerator.py", line 160, in run
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ngen = 
> self.generate(gen_dict[section_name], self.gen_ts)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/cheetahgenerator.py", line 234, in generate
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ngen += 
> self.generate(section[subsection], gen_ts)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/cheetahgenerator.py", line 234, in generate
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ngen += 
> self.generate(section[subsection], gen_ts)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in generate
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  default_binding)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/weewx/cheetahgenerator.py", line 374, in _getSearchList
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  searchList += 
> obj.get_extension_list(timespan, db_lookup)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/share/weewx/user/belchertown.py", line 548, in get_extension_list
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  data = json.load( read_file )
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File "/usr/lib/python2.7/json/
> *init*.py", line 291, in load
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  **kw)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File "/usr/lib/python2.7/json/
> *init*.py", line 339, in loads
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  return 
> _default_decoder.decode(s)
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/lib/python2.7/json/decoder.py", line 364, in decode
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  obj, end = self.raw_decode(s, 
> idx=_w(s, 0).end())
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
> "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  raise ValueError("No JSON 
> object could be decoded")
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ValueError: No JSON object 
> could be decoded
> Apr 6 05:20:47 Riyadh_WS weewx[25067]:  Generator terminated
>
>

-- 
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/efa5becd-4d13-4104-92c0-bc4261e37dc3n%40googlegroups.com.


[weewx-user] Json error

2023-04-05 Thread Adnan Mumtaz


I am using the belchertown script since a long time, and without any 
changes in the system all of a sudden i am seeing this error in logs and 
the skin is not uploading properly, can anyone assist

Apr 6 05:20:47 Riyadh_WS weewx[25067]: reportengine: Caught unrecoverable 
exception in generator 'weewx.cheetahgenerator.CheetahGenerator'
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  No JSON object could be decoded
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  Traceback (most recent call 
last):
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/reportengine.py", line 204, in run
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  obj.start()
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/reportengine.py", line 300, in start
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  self.run()
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/cheetahgenerator.py", line 160, in run
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ngen = 
self.generate(gen_dict[section_name], self.gen_ts)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/cheetahgenerator.py", line 234, in generate
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ngen += 
self.generate(section[subsection], gen_ts)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/cheetahgenerator.py", line 234, in generate
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ngen += 
self.generate(section[subsection], gen_ts)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/cheetahgenerator.py", line 322, in generate
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  default_binding)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/weewx/cheetahgenerator.py", line 374, in _getSearchList
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  searchList += 
obj.get_extension_list(timespan, db_lookup)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/share/weewx/user/belchertown.py", line 548, in get_extension_list
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  data = json.load( read_file )
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File "/usr/lib/python2.7/json/
*init*.py", line 291, in load
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  **kw)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File "/usr/lib/python2.7/json/
*init*.py", line 339, in loads
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  return 
_default_decoder.decode(s)
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/lib/python2.7/json/decoder.py", line 364, in decode
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  obj, end = self.raw_decode(s, 
idx=_w(s, 0).end())
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  File 
"/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  raise ValueError("No JSON 
object could be decoded")
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  ValueError: No JSON object 
could be decoded
Apr 6 05:20:47 Riyadh_WS weewx[25067]:  Generator terminated

-- 
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/1a749810-9fca-4c18-bd19-18e0a4ae836dn%40googlegroups.com.


[weewx-user] Re: Changes with Belchertown skin & DarkSky

2020-03-31 Thread Adnan Mumtaz
Congratulations Pat

On Tuesday, 31 March 2020 21:03:49 UTC+3, Pat wrote:
>
> Hi everyone, I'm a bit tied up and offline with the birth of my new 
> daughter, but I got news today that DarkSky has been acquired by Apple. For 
> existing API users, API will remain online until 2021, but they are not 
> accepting any new sign ups. 
>
> That's the sad reality of using free hosted services - they can be shut 
> down without a moments notice. 
>
> I'll research a new method for local conditions and forecasts. If anyone 
> knows of any that are free and has a public API, please let me know! 
>
> ( Maybe it's a good thing I haven't released 1.1 yet! ) 
>

-- 
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/9f5bc6cd-eda6-44da-ac8b-bb679eba5df1%40googlegroups.com.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-11 Thread Adnan Mumtaz
Hi Pat,

I am at v1.0, in order to upgrade to 1.0.1 will i have to remove it 
completely and re-install like I did for 1.0?

Thanks
Adnan

On Sunday, 9 June 2019 21:48:54 UTC+3, Pat wrote:
>
> All, version 1.0.1 has been released. This is a bug fix and maintenance 
> update. 
>
> You can download 1.0.1 here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> Work on 1.1 has already begun! 
>
>

-- 
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/d699393e-0bfd-45c2-a641-37f2b85f3353%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-08 Thread Adnan Mumtaz
Yes very warm :/ in the coming weeks we can grill burgers on our cars :)  
Isn't it like Arizona?

On Saturday, 8 June 2019 08:50:08 UTC+3, Colin Larsen wrote:
>
> Happy to help - it's pretty warm there!
>
> On Sat, 8 Jun 2019, 17:32 Adnan Mumtaz, > 
> wrote:
>
>> Thanks a lot Colin, it worked.
>>
>> On Saturday, 8 June 2019 08:08:12 UTC+3, Colin Larsen wrote:
>>>
>>> Adnan, look for a line in your skin.conf/weewx.conf (depending on where 
>>> you have things specified) like this one. Add observations in the order 
>>> that you like to see them
>>>
>>> station_observations = barometer, dewpoint, outHumidity, cloudbase, 
>>> rainWithRainRate, UV, radiation
>>>
>>>
>>>
>>>
>>>
>>> On Sat, Jun 8, 2019 at 4:37 PM Adnan Mumtaz  wrote:
>>>
>>>> Hi,
>>>>
>>>> Superb looking skin, thanks a lot Pat. I was able to upgrade it, 
>>>> everything is working fine except for some reason the following are not 
>>>> appearing on the main page
>>>>
>>>> Visibility
>>>> Cloud Base
>>>> UV Index
>>>> Radiation
>>>>
>>>> http://www.riyadhweather.com/
>>>>
>>>> On Saturday, 1 June 2019 19:57:56 UTC+3, Pat wrote:
>>>>>
>>>>> Belchertown skin 1.0 is released!
>>>>>
>>>>> This update contains a lot of updates and changes including *an 
>>>>> entire rewrite of the Highcharts system* which allows you to make 
>>>>> almost any graph you want for almost any time span you want. You can see 
>>>>> some examples of the charts you can make on the BelchertownWeather.com 
>>>>> website graphs page <https://belchertownweather.com/graphs/?graph=all>
>>>>> .
>>>>>
>>>>> You can add/remove/change/reorder any chart, change colors, add 
>>>>> observation plots, categorize for all time. Almost anything you want to 
>>>>> do 
>>>>> is available! The skin comes with the standard 4 charts ready to go, but 
>>>>> there's extensive Belchertown Charts Documentation 
>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation>
>>>>>  
>>>>> which can help you get started. 
>>>>>
>>>>> In addition to the Charts there's now a dark mode (which has an 
>>>>> auto-switching mode based on sunset/sunrise), more flexibility for 
>>>>> translations, user customized station observation table which is updated 
>>>>> in 
>>>>> real time if the MQTT Websockets are enabled, and a lot more. Check the 
>>>>> release notes for all the details! 
>>>>>
>>>>> You can download the latest release here 
>>>>> <https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.0/weewx-belchertown-release-1.0.tar.gz>,
>>>>>  
>>>>> and read all of the details on the changes here: 
>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>
>>>>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
>>>>> uninstall everything and reinstall new. This is due to the Chart system 
>>>>> being fully rewritten and the potential for conflicts. Please read 
>>>>> this upgrade guide if you are upgrading from an older version of 
>>>>> Belchertown skin 
>>>>> <https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0>
>>>>> . 
>>>>>
>>>>> Thanks to all the beta testers and translators over the last couple of 
>>>>> months help me iron out all the kinks and shape the skin in a way that 
>>>>> can 
>>>>> be translated a little easier! 
>>>>>
>>>>> Attached are some examples of the charts that can be made. If you find 
>>>>> any issues, you can reply here or open an issue on the Belchertown 
>>>>> skin GitHub page <https://github.com/poblabs/weewx-belchertown>. 
>>>>>
>>>> -- 
>>>> 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...@googlegroups.com.
>>>> To view this discussion on the web visit 

Re: [weewx-user] Re: Belchertown skin 1.0 released!

2019-06-07 Thread Adnan Mumtaz
Thanks a lot Colin, it worked.

On Saturday, 8 June 2019 08:08:12 UTC+3, Colin Larsen wrote:
>
> Adnan, look for a line in your skin.conf/weewx.conf (depending on where 
> you have things specified) like this one. Add observations in the order 
> that you like to see them
>
> station_observations = barometer, dewpoint, outHumidity, cloudbase, 
> rainWithRainRate, UV, radiation
>
>
>
>
>
> On Sat, Jun 8, 2019 at 4:37 PM Adnan Mumtaz  > wrote:
>
>> Hi,
>>
>> Superb looking skin, thanks a lot Pat. I was able to upgrade it, 
>> everything is working fine except for some reason the following are not 
>> appearing on the main page
>>
>> Visibility
>> Cloud Base
>> UV Index
>> Radiation
>>
>> http://www.riyadhweather.com/
>>
>> On Saturday, 1 June 2019 19:57:56 UTC+3, Pat wrote:
>>>
>>> Belchertown skin 1.0 is released!
>>>
>>> This update contains a lot of updates and changes including *an entire 
>>> rewrite of the Highcharts system* which allows you to make almost any 
>>> graph you want for almost any time span you want. You can see some examples 
>>> of the charts you can make on the BelchertownWeather.com website graphs 
>>> page <https://belchertownweather.com/graphs/?graph=all>.
>>>
>>> You can add/remove/change/reorder any chart, change colors, add 
>>> observation plots, categorize for all time. Almost anything you want to do 
>>> is available! The skin comes with the standard 4 charts ready to go, but 
>>> there's extensive Belchertown Charts Documentation 
>>> <https://github.com/poblabs/weewx-belchertown/wiki/Belchertown-Charts-Documentation>
>>>  
>>> which can help you get started. 
>>>
>>> In addition to the Charts there's now a dark mode (which has an 
>>> auto-switching mode based on sunset/sunrise), more flexibility for 
>>> translations, user customized station observation table which is updated in 
>>> real time if the MQTT Websockets are enabled, and a lot more. Check the 
>>> release notes for all the details! 
>>>
>>> You can download the latest release here 
>>> <https://github.com/poblabs/weewx-belchertown/releases/download/weewx-belchertown-1.0/weewx-belchertown-release-1.0.tar.gz>,
>>>  
>>> and read all of the details on the changes here: 
>>> https://github.com/poblabs/weewx-belchertown/releases
>>>
>>> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
>>> uninstall everything and reinstall new. This is due to the Chart system 
>>> being fully rewritten and the potential for conflicts. Please read this 
>>> upgrade guide if you are upgrading from an older version of Belchertown 
>>> skin 
>>> <https://github.com/poblabs/weewx-belchertown/wiki/Upgrading-to-Belchertown-skin-1.0>
>>> . 
>>>
>>> Thanks to all the beta testers and translators over the last couple of 
>>> months help me iron out all the kinks and shape the skin in a way that can 
>>> be translated a little easier! 
>>>
>>> Attached are some examples of the charts that can be made. If you find 
>>> any issues, you can reply here or open an issue on the Belchertown skin 
>>> GitHub page <https://github.com/poblabs/weewx-belchertown>. 
>>>
>> -- 
>> 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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/a6b80885-b537-4114-9a3d-3ae697a28e38%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/a6b80885-b537-4114-9a3d-3ae697a28e38%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/4ad77290-4ebf-41a8-bcff-791a895857ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[weewx-user] Re: Belchertown skin 1.0 released!

2019-06-07 Thread Adnan Mumtaz
Hi,

Superb looking skin, thanks a lot Pat. I was able to upgrade it, everything 
is working fine except for some reason the following are not appearing on 
the main page

Visibility
Cloud Base
UV Index
Radiation

http://www.riyadhweather.com/

On Saturday, 1 June 2019 19:57:56 UTC+3, Pat wrote:
>
> Belchertown skin 1.0 is released!
>
> This update contains a lot of updates and changes including *an entire 
> rewrite of the Highcharts system* which allows you to make almost any 
> graph you want for almost any time span you want. You can see some examples 
> of the charts you can make on the BelchertownWeather.com website graphs 
> page .
>
> You can add/remove/change/reorder any chart, change colors, add 
> observation plots, categorize for all time. Almost anything you want to do 
> is available! The skin comes with the standard 4 charts ready to go, but 
> there's extensive Belchertown Charts Documentation 
> 
>  
> which can help you get started. 
>
> In addition to the Charts there's now a dark mode (which has an 
> auto-switching mode based on sunset/sunrise), more flexibility for 
> translations, user customized station observation table which is updated in 
> real time if the MQTT Websockets are enabled, and a lot more. Check the 
> release notes for all the details! 
>
> You can download the latest release here 
> ,
>  
> and read all of the details on the changes here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
> *Note: You cannot upgrade from Belchertown 0.9 and older*. You must 
> uninstall everything and reinstall new. This is due to the Chart system 
> being fully rewritten and the potential for conflicts. Please read this 
> upgrade guide if you are upgrading from an older version of Belchertown skin 
> 
> . 
>
> Thanks to all the beta testers and translators over the last couple of 
> months help me iron out all the kinks and shape the skin in a way that can 
> be translated a little easier! 
>
> Attached are some examples of the charts that can be made. If you find any 
> issues, you can reply here or open an issue on the Belchertown skin 
> GitHub page . 
>

-- 
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/a6b80885-b537-4114-9a3d-3ae697a28e38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [weewx-user] Re: Raspberry PI and Davis Vantage Pro2 question

2019-04-14 Thread Adnan Mumtaz
Whats the difference if one buys the USB data logger instead of serial, 
will it also work? I am considering to purchase a Davis Vantage Pro2, 
reading different posts here on how to connect it with weewx , still lost

On Friday, 3 November 2017 16:52:52 UTC+3, Dave Webb KB1PVH wrote:
>
> See attached.
>
> Dave-KB1PVH
>
>
> Sent from my Galaxy S7
>
> On Nov 3, 2017 9:51 AM, "Dave Webb KB1PVH" > 
> wrote:
>
>> If you already have the Davis serial logger all you need is a serial to 
>> USB adapter to plug into the Pi. 
>>
>> Dave-KB1PVH
>>
>>
>> Sent from my Galaxy S7
>>
>> On Nov 3, 2017 9:49 AM, "Gerardo Doro" > 
>> wrote:
>>
>>> Seriously? Do I need only this cable?
>>>
>>> -- 
>>> 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...@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.


Re: [weewx-user] Ambient Weather WS-2902A

2019-04-09 Thread Adnan Mumtaz
So the idea of running Observer IP module, it wont work too? I can place it 
up near the roof and pull a network cable from there to my apartment, I 
want to understand what changes I will need to make to make it work from my 
existing setup

On Tuesday, 9 April 2019 23:51:26 UTC+3, Scott Grayban wrote:
>
> So it must be pretty thick concrete to restrict signal. Nothing we can do 
> help on that.
>
> On Tuesday, April 9, 2019 at 1:39:12 PM UTC-7, Adnan Mumtaz wrote:
>>
>> Its all concrete here, right now I am on the top floor and the station is 
>> above me on roof and I get full signals only in the room which is under the 
>> roof where the station is installed.
>>
>> On Tuesday, 9 April 2019 21:47:25 UTC+3, Scott Grayban wrote:
>>>
>>> My WS is 40 feet up and 55 feet away from my console and my signal is 
>>> strong.
>>>
>>> Unless your roof is metal and the walls are metal you shouldn't have any 
>>> problems.
>>>
>>> On Tuesday, April 9, 2019 at 11:42:00 AM UTC-7, Tom Robertson wrote:
>>>>
>>>> Why do you say you will not be able to get the signals from the roof to 
>>>> your station? The third floor will probably be less than 40 feet from the 
>>>> ground.  My wireless Davis station sends signals much farther than 40 feet 
>>>> and through several walls.
>>>> -
>>>> Tom
>>>>
>>>> On Apr 9, 2019, at 1:22 PM, Adnan Mumtaz  wrote:
>>>>
>>>> Hi Scott, you had been very helpful earlier, I am getting into a 
>>>>>>>>>>>> situation soon, moving my apartment and in the new apartment I 
>>>>>>>>>>>> will be on 
>>>>>>>>>>>> the ground floor and the station will be at the 3rd floor which is 
>>>>>>>>>>>> the 
>>>>>>>>>>>> roof, there is no way I will get signals from the station to the 
>>>>>>>>>>>> display 
>>>>>>>>>>>> base screen, hence I have planned to buy ObserverIP module and 
>>>>>>>>>>>> keep it near 
>>>>>>>>>>>> the station on the 3rd floor and pull a network cable from 
>>>>>>>>>>>> ObserverIP  to 
>>>>>>>>>>>> my apartment  to connect it to my home network, I will also need 
>>>>>>>>>>>> standalone 
>>>>>>>>>>>> hygrometer module for barometer readings since I my base station 
>>>>>>>>>>>> wont be 
>>>>>>>>>>>> working any more and the barometer is inside the display screen. 
>>>>>>>>>>>> Right now 
>>>>>>>>>>>> my setup is jsut like yours, what modifications you suggest I will 
>>>>>>>>>>>> need to 
>>>>>>>>>>>> do to make the observerIP work. 
>>>>>>>>>>>
>>>>>>>>>>>
>>>> If nothing works out the only solution will be to invest in a cabled 
>>>> Davis station which will be not easy on my pocket specially the shipping 
>>>> and custom charges.
>>>>
>>>> Will appreciate your response at your ease.
>>>>
>>>> Thank you,
>>>> Adnan
>>>>
>>>> -- 
>>>> 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...@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.


Re: [weewx-user] Ambient Weather WS-2902A

2019-04-09 Thread Adnan Mumtaz
Its all concrete here, right now I am on the top floor and the station is 
above me on roof and I get full signals only in the room which is under the 
roof where the station is installed.

On Tuesday, 9 April 2019 21:47:25 UTC+3, Scott Grayban wrote:
>
> My WS is 40 feet up and 55 feet away from my console and my signal is 
> strong.
>
> Unless your roof is metal and the walls are metal you shouldn't have any 
> problems.
>
> On Tuesday, April 9, 2019 at 11:42:00 AM UTC-7, Tom Robertson wrote:
>>
>> Why do you say you will not be able to get the signals from the roof to 
>> your station? The third floor will probably be less than 40 feet from the 
>> ground.  My wireless Davis station sends signals much farther than 40 feet 
>> and through several walls.
>> -
>> Tom
>>
>> On Apr 9, 2019, at 1:22 PM, Adnan Mumtaz  wrote:
>>
>> Hi Scott, you had been very helpful earlier, I am getting into a 
>>>>>>>>>> situation soon, moving my apartment and in the new apartment I will 
>>>>>>>>>> be on 
>>>>>>>>>> the ground floor and the station will be at the 3rd floor which is 
>>>>>>>>>> the 
>>>>>>>>>> roof, there is no way I will get signals from the station to the 
>>>>>>>>>> display 
>>>>>>>>>> base screen, hence I have planned to buy ObserverIP module and keep 
>>>>>>>>>> it near 
>>>>>>>>>> the station on the 3rd floor and pull a network cable from 
>>>>>>>>>> ObserverIP  to 
>>>>>>>>>> my apartment  to connect it to my home network, I will also need 
>>>>>>>>>> standalone 
>>>>>>>>>> hygrometer module for barometer readings since I my base station 
>>>>>>>>>> wont be 
>>>>>>>>>> working any more and the barometer is inside the display screen. 
>>>>>>>>>> Right now 
>>>>>>>>>> my setup is jsut like yours, what modifications you suggest I will 
>>>>>>>>>> need to 
>>>>>>>>>> do to make the observerIP work. 
>>>>>>>>>
>>>>>>>>>
>> If nothing works out the only solution will be to invest in a cabled 
>> Davis station which will be not easy on my pocket specially the shipping 
>> and custom charges.
>>
>> Will appreciate your response at your ease.
>>
>> Thank you,
>> Adnan
>>
>> -- 
>> 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...@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.


Re: [weewx-user] Ambient Weather WS-2902A

2019-04-09 Thread Adnan Mumtaz

>
> Hi Scott, you had been very helpful earlier, I am getting into a situation 
 soon, moving my apartment and in the new apartment I will be on the 
 ground 
 floor and the station will be at the 3rd floor which is the roof, 
 there is 
 no way I will get signals from the station to the display base screen, 
 hence I have planned to buy ObserverIP module and keep it near the 
 station 
 on the 3rd floor and pull a network cable from ObserverIP  to my 
 apartment  
 to connect it to my home network, I will also need standalone 
 hygrometer 
 module for barometer readings since I my base station wont be working 
 any 
 more and the barometer is inside the display screen. Right now my 
 setup is 
 jsut like yours, what modifications you suggest I will need to do to 
 make 
 the observerIP work. 
>>>
>>>
If nothing works out the only solution will be to invest in a cabled Davis 
station which will be not easy on my pocket specially the shipping and 
custom charges.

Will appreciate your response at your ease.

Thank you,
Adnan

-- 
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] Re: Belchertown skin 0.9 now available

2019-03-19 Thread Adnan Mumtaz
Noticed that  during haze/dusty weather the skin shows Foggy, 

On Monday, 18 March 2019 01:57:11 UTC+3, Pat wrote:
>
> Thanks I'll look into it
>
> On Sunday, March 17, 2019 at 5:26:17 PM UTC-4, Adnan Mumtaz wrote:
>>
>> https://www.airvisual.com/air-pollution-data-api
>>
>>
>> On Sunday, 17 March 2019 20:54:21 UTC+3, Pat wrote:
>>>
>>> Do you have a source where we can get air quality data?
>>>
>>> On Sunday, March 17, 2019 at 1:03:37 PM UTC-4, Adnan Mumtaz wrote:
>>>>
>>>> Wow :) I will definitely then wait for 1.0. 
>>>>
>>>> Will try to use the beta.
>>>>
>>>> Thanks a million once again. 
>>>>
>>>> One suggestion, if instead of Earth Quake you can add an option of Air 
>>>> Quality would be great, we have more issues of air quality than earth 
>>>> quakes :)
>>>>
>>>> On Sunday, 17 March 2019 19:25:09 UTC+3, Pat wrote:
>>>>>
>>>>> Skin version 1.0 offers an entire new way to customize charts. From 
>>>>> re-ordering, to adding custom observations, to multiple yAxis. 
>>>>>
>>>>> If you're OK with staying on a skin version that works for you, then 
>>>>> that would be great. That way I don't have to release a 0.9.2 when 1.0 is 
>>>>> only a couple of weeks away. 
>>>>>
>>>>> If you want to test 1.0 now, you can download the development branch 
>>>>> zip file 
>>>>> <https://github.com/poblabs/weewx-belchertown/tree/development> of 
>>>>> the skin. Be warned it's *very beta* with little documentation right 
>>>>> now. The only documentation is in skin.conf currently. And I'm pushing 
>>>>> updates to the skin daily. If you test it, and find something wrong, let 
>>>>> me 
>>>>> know so I can update it :)
>>>>>
>>>>> On Sunday, March 17, 2019 at 12:15:16 PM UTC-4, Adnan Mumtaz wrote:
>>>>>>
>>>>>> Hi ,
>>>>>>
>>>>>> Many thanks for your hardwork, I upgraded to the latest Belchertown 
>>>>>> template 0.9.1 after upgrading weewx, everything seems working fine, I 
>>>>>> can 
>>>>>> see intemp showing in temp chart, I tried to disable intemp from the 
>>>>>> weewx.conf and after doing that the temp chart goes upside down it shows 
>>>>>> years instead of hours and doesnt show graph, i also tried to change the 
>>>>>> rainplot to humidity after doing that Rain chart as well as Solar chart 
>>>>>> disappeared, I dont see any errors in the syslog, I reverted back all 
>>>>>> the 
>>>>>> changes though . Mayb you can simulate these in your test environment?
>>>>>>
>>>>>> thank you,
>>>>>> Adnan
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Friday, 1 March 2019 03:50:34 UTC+3, Pat wrote:
>>>>>>>
>>>>>>> I've just released Belchertown skin 0.9. You can read the updates 
>>>>>>> and download it here: 
>>>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>>>
>>>>>>> A lot of work went into this release. I've learned a lot through 
>>>>>>> feedback on the skin. 
>>>>>>>
>>>>>>> This release fixes a major bug with the rain charts which were 
>>>>>>> taking a very long time to generate. This release also brings a lot of 
>>>>>>> updates to locale formats. 
>>>>>>>
>>>>>>> *There's 1 breaking change if you are upgrading*. Please take 
>>>>>>> special note to a few MQTT variable names which have changed to 
>>>>>>> mqtt_websockets_. This is to reduce confusion and offer clarity on 
>>>>>>> new user installations. 
>>>>>>>
>>>>>>> Please let me know if you've upgraded and share your site. I'd love 
>>>>>>> to see it out there!
>>>>>>>
>>>>>>>

-- 
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] Re: Belchertown skin 0.9 now available

2019-03-17 Thread Adnan Mumtaz
https://www.airvisual.com/air-pollution-data-api


On Sunday, 17 March 2019 20:54:21 UTC+3, Pat wrote:
>
> Do you have a source where we can get air quality data?
>
> On Sunday, March 17, 2019 at 1:03:37 PM UTC-4, Adnan Mumtaz wrote:
>>
>> Wow :) I will definitely then wait for 1.0. 
>>
>> Will try to use the beta.
>>
>> Thanks a million once again. 
>>
>> One suggestion, if instead of Earth Quake you can add an option of Air 
>> Quality would be great, we have more issues of air quality than earth 
>> quakes :)
>>
>> On Sunday, 17 March 2019 19:25:09 UTC+3, Pat wrote:
>>>
>>> Skin version 1.0 offers an entire new way to customize charts. From 
>>> re-ordering, to adding custom observations, to multiple yAxis. 
>>>
>>> If you're OK with staying on a skin version that works for you, then 
>>> that would be great. That way I don't have to release a 0.9.2 when 1.0 is 
>>> only a couple of weeks away. 
>>>
>>> If you want to test 1.0 now, you can download the development branch 
>>> zip file <https://github.com/poblabs/weewx-belchertown/tree/development> 
>>> of the skin. Be warned it's *very beta* with little documentation right 
>>> now. The only documentation is in skin.conf currently. And I'm pushing 
>>> updates to the skin daily. If you test it, and find something wrong, let me 
>>> know so I can update it :)
>>>
>>> On Sunday, March 17, 2019 at 12:15:16 PM UTC-4, Adnan Mumtaz wrote:
>>>>
>>>> Hi ,
>>>>
>>>> Many thanks for your hardwork, I upgraded to the latest Belchertown 
>>>> template 0.9.1 after upgrading weewx, everything seems working fine, I can 
>>>> see intemp showing in temp chart, I tried to disable intemp from the 
>>>> weewx.conf and after doing that the temp chart goes upside down it shows 
>>>> years instead of hours and doesnt show graph, i also tried to change the 
>>>> rainplot to humidity after doing that Rain chart as well as Solar chart 
>>>> disappeared, I dont see any errors in the syslog, I reverted back all the 
>>>> changes though . Mayb you can simulate these in your test environment?
>>>>
>>>> thank you,
>>>> Adnan
>>>>
>>>>
>>>>
>>>> On Friday, 1 March 2019 03:50:34 UTC+3, Pat wrote:
>>>>>
>>>>> I've just released Belchertown skin 0.9. You can read the updates and 
>>>>> download it here: 
>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>
>>>>> A lot of work went into this release. I've learned a lot through 
>>>>> feedback on the skin. 
>>>>>
>>>>> This release fixes a major bug with the rain charts which were taking 
>>>>> a very long time to generate. This release also brings a lot of updates 
>>>>> to 
>>>>> locale formats. 
>>>>>
>>>>> *There's 1 breaking change if you are upgrading*. Please take special 
>>>>> note to a few MQTT variable names which have changed to 
>>>>> mqtt_websockets_. This is to reduce confusion and offer clarity on 
>>>>> new user installations. 
>>>>>
>>>>> Please let me know if you've upgraded and share your site. I'd love to 
>>>>> see it out there!
>>>>>
>>>>>

-- 
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] Re: Belchertown skin 0.9 now available

2019-03-17 Thread Adnan Mumtaz
Wow :) I will definitely then wait for 1.0. 

Will try to use the beta.

Thanks a million once again. 

One suggestion, if instead of Earth Quake you can add an option of Air 
Quality would be great, we have more issues of air quality than earth 
quakes :)

On Sunday, 17 March 2019 19:25:09 UTC+3, Pat wrote:
>
> Skin version 1.0 offers an entire new way to customize charts. From 
> re-ordering, to adding custom observations, to multiple yAxis. 
>
> If you're OK with staying on a skin version that works for you, then that 
> would be great. That way I don't have to release a 0.9.2 when 1.0 is only a 
> couple of weeks away. 
>
> If you want to test 1.0 now, you can download the development branch zip 
> file <https://github.com/poblabs/weewx-belchertown/tree/development> of 
> the skin. Be warned it's *very beta* with little documentation right now. 
> The only documentation is in skin.conf currently. And I'm pushing updates 
> to the skin daily. If you test it, and find something wrong, let me know so 
> I can update it :)
>
> On Sunday, March 17, 2019 at 12:15:16 PM UTC-4, Adnan Mumtaz wrote:
>>
>> Hi ,
>>
>> Many thanks for your hardwork, I upgraded to the latest Belchertown 
>> template 0.9.1 after upgrading weewx, everything seems working fine, I can 
>> see intemp showing in temp chart, I tried to disable intemp from the 
>> weewx.conf and after doing that the temp chart goes upside down it shows 
>> years instead of hours and doesnt show graph, i also tried to change the 
>> rainplot to humidity after doing that Rain chart as well as Solar chart 
>> disappeared, I dont see any errors in the syslog, I reverted back all the 
>> changes though . Mayb you can simulate these in your test environment?
>>
>> thank you,
>> Adnan
>>
>>
>>
>> On Friday, 1 March 2019 03:50:34 UTC+3, Pat wrote:
>>>
>>> I've just released Belchertown skin 0.9. You can read the updates and 
>>> download it here: https://github.com/poblabs/weewx-belchertown/releases
>>>
>>> A lot of work went into this release. I've learned a lot through 
>>> feedback on the skin. 
>>>
>>> This release fixes a major bug with the rain charts which were taking a 
>>> very long time to generate. This release also brings a lot of updates to 
>>> locale formats. 
>>>
>>> *There's 1 breaking change if you are upgrading*. Please take special 
>>> note to a few MQTT variable names which have changed to mqtt_websockets_. 
>>> This is to reduce confusion and offer clarity on new user installations. 
>>>
>>> Please let me know if you've upgraded and share your site. I'd love to 
>>> see it out there!
>>>
>>>

-- 
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] Re: Belchertown skin 0.9 now available

2019-03-17 Thread Adnan Mumtaz
Hi ,

Many thanks for your hardwork, I upgraded to the latest Belchertown 
template 0.9.1 after upgrading weewx, everything seems working fine, I can 
see intemp showing in temp chart, I tried to disable intemp from the 
weewx.conf and after doing that the temp chart goes upside down it shows 
years instead of hours and doesnt show graph, i also tried to change the 
rainplot to humidity after doing that Rain chart as well as Solar chart 
disappeared, I dont see any errors in the syslog, I reverted back all the 
changes though . Mayb you can simulate these in your test environment?

thank you,
Adnan



On Friday, 1 March 2019 03:50:34 UTC+3, Pat wrote:
>
> I've just released Belchertown skin 0.9. You can read the updates and 
> download it here: https://github.com/poblabs/weewx-belchertown/releases
>
> A lot of work went into this release. I've learned a lot through feedback 
> on the skin. 
>
> This release fixes a major bug with the rain charts which were taking a 
> very long time to generate. This release also brings a lot of updates to 
> locale formats. 
>
> *There's 1 breaking change if you are upgrading*. Please take special 
> note to a few MQTT variable names which have changed to mqtt_websockets_. 
> This is to reduce confusion and offer clarity on new user installations. 
>
> Please let me know if you've upgraded and share your site. I'd love to see 
> it out there!
>
>

-- 
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] Re: Belchertown Skin 0.8.2 Released

2019-02-11 Thread Adnan Mumtaz
Tried both options by removing Hi/Lo and using sofware as preferred 
calculation with both the number didnt change.

On Monday, 11 February 2019 10:24:07 UTC+3, Andrew Milner wrote:
>
> It is more than likely a result of multiplying a loop value to get an 
> hourly value.  Best 'solution' is to NOT use loop Hi/Lo for daily data by 
> setting weewx.conf accordingly.  An alternative (or as well) is to use 
> software preferred for rain rate and let weewx calculate the rate using its 
> sliding window.
>
>
>
> On Monday, 11 February 2019 08:48:29 UTC+2, Adnan Mumtaz wrote:
>>
>> Experienced first good rain since I installed the WS, I see the highest 
>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>> http://www.riyadhweather.com
>>
>> On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>>>
>>> The internationalization would be very interesting. That way we would 
>>> not have to change the code with each update. Thank you for your work.
>>>
>>> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>>>>
>>>> Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
>>>> soon. Many bug fixes.
>>>>
>>>> To change the chart names, check the files within 
>>>> skins/Highcharts_Belchertown/json
>>>>
>>>> I haven't had a chance to look into internationalization yet. Hopefully 
>>>> soon.
>>>>
>>>>
>>>>
>>>> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
>>>> wrote:
>>>>>
>>>>> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
>>>>> everything into German. I am currently stuck at renaming the graphs. 
>>>>> Where 
>>>>> do I need to change the titles of the diagrams and also the names of the 
>>>>> single lines?
>>>>>
>>>>>
>>>>> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>>>>>
>>>>>> The skin is showing the alerts that are downloaded from DarkSky. I 
>>>>>> have no more developer notes than that. If there's too many alerts, you 
>>>>>> can 
>>>>>> reach out to DarkSky themselves to ask about it. 
>>>>>>
>>>>>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>>>>>>
>>>>>>> I just implemented this skin and its fantastic
>>>>>>>
>>>>>>> I do however seem to be getting to many weather warnings..
>>>>>>>
>>>>>>> Currently showing 4 weather warnings for my area.. but there is 
>>>>>>> currently only one active on darksky
>>>>>>>
>>>>>>> https://stormy.ie/weather/live/
>>>>>>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>>>>>>> https://www.met.ie/warnings
>>>>>>>
>>>>>>> Each time the MET seems to update it.. I get another weather warning 
>>>>>>> on my site.. any ideas?
>>>>>>>
>>>>>>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>>>>>>>
>>>>>>>> I've just released version 0.8.2 of the Belchertown skin which 
>>>>>>>> fixes the New Year bug some of you are seeing. It also adds some other 
>>>>>>>> features. 
>>>>>>>>
>>>>>>>>
>>>>>>>> Download and install instructions here: 
>>>>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>>>>
>>>>>>>>
>>>>>>>> * Fixed an error where the skin would fail when the date rolls to 
>>>>>>>> the New Year due to no data being in certain tables in the database 
>>>>>>>> yet. 
>>>>>>>> * Added the ability to show any weather alerts provided by the 
>>>>>>>> DarkSky API. Weather alerts are off by default, use 
>>>>>>>> forecast_alert_enabled 
>>>>>>>> in weewx.conf skin options to enable it.
>>>>>>>> * New option to show cloudbase. You must have your database schema 
>>>>>>>> extended for the cloudbase observation to be calculated by weewx. 
>>>>>>>> Check the 
>>>>>>>> Belchertown skin wiki for details.
>>>>>>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>>>>>>> barometer.
>>>>>>>> * Updated Google Analytics page to be in header based on Google 
>>>>>>>> recommendations. 
>>>>>>>> * Updated Google Analytics to a more recent script block. 
>>>>>>>> * Added a Google Analytics page view per MQTT update as per Google 
>>>>>>>> Recommendations on background updates. 
>>>>>>>>
>>>>>>>>

-- 
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] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Adnan Mumtaz
Thanks Deborah, You are right I didnt notice that Live Data is calculating 
in cm, looks like I will need to override the MQTT to calculate in cm, its 
set as METRIC with no additional parameters

On Monday, 11 February 2019 10:20:06 UTC+3, Deborah Pickett wrote:
>
> On Monday, February 11, 2019 at 5:48:29 PM UTC+11, Adnan Mumtaz wrote:
>>
>> Experienced first good rain since I installed the WS, I see the highest 
>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>> http://www.riyadhweather.com
>>
>
> Small bug: The rain in the box to the left of the radar image shows 3.8 mm 
> while I load the page, then once it connects to live data, it changes to 
> 0.38 mm.  Perhaps something is incorrectly counting the rainfall as cm.
>
> (Page looks great, by the way.)
>
>

-- 
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] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Adnan Mumtaz
Will try software and see how it shows

On Monday, 11 February 2019 10:24:07 UTC+3, Andrew Milner wrote:
>
> It is more than likely a result of multiplying a loop value to get an 
> hourly value.  Best 'solution' is to NOT use loop Hi/Lo for daily data by 
> setting weewx.conf accordingly.  An alternative (or as well) is to use 
> software preferred for rain rate and let weewx calculate the rate using its 
> sliding window.
>
>
>
> On Monday, 11 February 2019 08:48:29 UTC+2, Adnan Mumtaz wrote:
>>
>> Experienced first good rain since I installed the WS, I see the highest 
>> rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
>> know how it calculated 1680 mm/hr, dont know if this is correct. 
>> http://www.riyadhweather.com
>>
>> On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>>>
>>> The internationalization would be very interesting. That way we would 
>>> not have to change the code with each update. Thank you for your work.
>>>
>>> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>>>>
>>>> Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
>>>> soon. Many bug fixes.
>>>>
>>>> To change the chart names, check the files within 
>>>> skins/Highcharts_Belchertown/json
>>>>
>>>> I haven't had a chance to look into internationalization yet. Hopefully 
>>>> soon.
>>>>
>>>>
>>>>
>>>> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
>>>> wrote:
>>>>>
>>>>> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
>>>>> everything into German. I am currently stuck at renaming the graphs. 
>>>>> Where 
>>>>> do I need to change the titles of the diagrams and also the names of the 
>>>>> single lines?
>>>>>
>>>>>
>>>>> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:
>>>>>>
>>>>>> The skin is showing the alerts that are downloaded from DarkSky. I 
>>>>>> have no more developer notes than that. If there's too many alerts, you 
>>>>>> can 
>>>>>> reach out to DarkSky themselves to ask about it. 
>>>>>>
>>>>>> On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>>>>>>>
>>>>>>> I just implemented this skin and its fantastic
>>>>>>>
>>>>>>> I do however seem to be getting to many weather warnings..
>>>>>>>
>>>>>>> Currently showing 4 weather warnings for my area.. but there is 
>>>>>>> currently only one active on darksky
>>>>>>>
>>>>>>> https://stormy.ie/weather/live/
>>>>>>> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
>>>>>>> https://www.met.ie/warnings
>>>>>>>
>>>>>>> Each time the MET seems to update it.. I get another weather warning 
>>>>>>> on my site.. any ideas?
>>>>>>>
>>>>>>> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>>>>>>>
>>>>>>>> I've just released version 0.8.2 of the Belchertown skin which 
>>>>>>>> fixes the New Year bug some of you are seeing. It also adds some other 
>>>>>>>> features. 
>>>>>>>>
>>>>>>>>
>>>>>>>> Download and install instructions here: 
>>>>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>>>>
>>>>>>>>
>>>>>>>> * Fixed an error where the skin would fail when the date rolls to 
>>>>>>>> the New Year due to no data being in certain tables in the database 
>>>>>>>> yet. 
>>>>>>>> * Added the ability to show any weather alerts provided by the 
>>>>>>>> DarkSky API. Weather alerts are off by default, use 
>>>>>>>> forecast_alert_enabled 
>>>>>>>> in weewx.conf skin options to enable it.
>>>>>>>> * New option to show cloudbase. You must have your database schema 
>>>>>>>> extended for the cloudbase observation to be calculated by weewx. 
>>>>>>>> Check the 
>>>>>>>> Belchertown skin wiki for details.
>>>>>>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>>>>>>> barometer.
>>>>>>>> * Updated Google Analytics page to be in header based on Google 
>>>>>>>> recommendations. 
>>>>>>>> * Updated Google Analytics to a more recent script block. 
>>>>>>>> * Added a Google Analytics page view per MQTT update as per Google 
>>>>>>>> Recommendations on background updates. 
>>>>>>>>
>>>>>>>>

-- 
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] Re: Belchertown Skin 0.8.2 Released

2019-02-10 Thread Adnan Mumtaz
Experienced first good rain since I installed the WS, I see the highest 
rate 1680 mm/hr and total rain rate 3.8 mm which is correct, but i dont 
know how it calculated 1680 mm/hr, dont know if this is correct. 
http://www.riyadhweather.com

On Saturday, 2 February 2019 19:38:03 UTC+3, Juan Antonio Mosquera wrote:
>
> The internationalization would be very interesting. That way we would not 
> have to change the code with each update. Thank you for your work.
>
> El sábado, 2 de febrero de 2019, 13:57:13 (UTC+1), Pat escribió:
>>
>> Thanks. I'm working on skin version 0.9 now which I'm hoping to release 
>> soon. Many bug fixes.
>>
>> To change the chart names, check the files within 
>> skins/Highcharts_Belchertown/json
>>
>> I haven't had a chance to look into internationalization yet. Hopefully 
>> soon.
>>
>>
>>
>> On Saturday, February 2, 2019 at 7:35:31 AM UTC-5, opc...@gmail.com 
>> wrote:
>>>
>>> Hi Guys!Thank you, Pat, for the great skin! I am about to translate 
>>> everything into German. I am currently stuck at renaming the graphs. Where 
>>> do I need to change the titles of the diagrams and also the names of the 
>>> single lines?
>>>
>>>
>>> Am Donnerstag, 31. Januar 2019 23:07:46 UTC+1 schrieb Pat:

 The skin is showing the alerts that are downloaded from DarkSky. I have 
 no more developer notes than that. If there's too many alerts, you can 
 reach out to DarkSky themselves to ask about it. 

 On Thursday, January 31, 2019 at 3:32:05 PM UTC-5, mercurystorm wrote:
>
> I just implemented this skin and its fantastic
>
> I do however seem to be getting to many weather warnings..
>
> Currently showing 4 weather warnings for my area.. but there is 
> currently only one active on darksky
>
> https://stormy.ie/weather/live/
> https://darksky.net/forecast/53.3272,-9.1737/ca12/en
> https://www.met.ie/warnings
>
> Each time the MET seems to update it.. I get another weather warning 
> on my site.. any ideas?
>
> On Tuesday, 1 January 2019 12:50:49 UTC, Pat wrote:
>>
>> I've just released version 0.8.2 of the Belchertown skin which fixes 
>> the New Year bug some of you are seeing. It also adds some other 
>> features. 
>>
>>
>> Download and install instructions here: 
>> https://github.com/poblabs/weewx-belchertown/releases
>>
>>
>> * Fixed an error where the skin would fail when the date rolls to the 
>> New Year due to no data being in certain tables in the database yet. 
>> * Added the ability to show any weather alerts provided by the 
>> DarkSky API. Weather alerts are off by default, use 
>> forecast_alert_enabled 
>> in weewx.conf skin options to enable it.
>> * New option to show cloudbase. You must have your database schema 
>> extended for the cloudbase observation to be calculated by weewx. Check 
>> the 
>> Belchertown skin wiki for details.
>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>> barometer.
>> * Updated Google Analytics page to be in header based on Google 
>> recommendations. 
>> * Updated Google Analytics to a more recent script block. 
>> * Added a Google Analytics page view per MQTT update as per Google 
>> Recommendations on background updates. 
>>
>>

-- 
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] Ambient Weather WS-2902A

2019-01-29 Thread Adnan Mumtaz
Hi Scott,

As i understand you use WS-2902 like mine and belchertown skin, are you 
seeing the same Barometer readings on your display unit and on your web 
page?

On Monday, 28 January 2019 01:55:32 UTC+3, Scott Grayban wrote:
>
> they should be set to prefer_hardware
>
> On Saturday, January 26, 2019 at 1:07:57 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Changed the below two calculations from prefer_hardware to hardware only 
>> and now weewx is not re-calculating the figures.
>>
>>   [[Calculations]]
>> pressure = hardware
>> barometer = hardware
>>
>>
>> On Saturday, 26 January 2019 00:18:41 UTC+3, Scott Grayban wrote:
>>>
>>> Correct -- the barometer is calculated by the console. So what you have 
>>> now are 2 different readings, 1 from the console and the one calculated by 
>>> weewx.
>>>
>>> On Friday, January 25, 2019 at 1:10:02 PM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> By the way the outdoor unit doesnt have the barometer, interestingly 
>>>> the barometer is in the display unit confirmed by Ambient Weather support
>>>>
>>>> On Sat, Jan 26, 2019 at 12:08 AM Adnan Mumtaz  
>>>> wrote:
>>>>
>>>>> Its on a pole the reading is correct on the main display, it all 
>>>>> happened after i re-calibrated barometer relative pressure on the display 
>>>>> unit , it looks like weewx is calculating something else, but MQTT gets 
>>>>> the 
>>>>> correct reading, right now the reading on the display unit is 1019.6
>>>>>
>>>>> On Fri, Jan 25, 2019 at 11:45 PM Scott Grayban  
>>>>> wrote:
>>>>>
>>>>>> That's odd. Did you mount the WS on a pole or is it still laying on 
>>>>>> the roof ?
>>>>>>
>>>>>> On Friday, January 25, 2019 at 12:36:39 PM UTC-8, Adnan Mumtaz wrote:
>>>>>>>
>>>>>>> Open riyadhweather.com and notice the barometer reading changes, 
>>>>>>> gives 3 readings when it retrieves data using and one is correct only
>>>>>>>
>>>>>>> On Friday, 25 January 2019 23:29:01 UTC+3, Scott Grayban wrote:
>>>>>>>>
>>>>>>>> ???
>>>>>>>>
>>>>>>>> On Friday, January 25, 2019 at 6:37:43 AM UTC-8, Adnan Mumtaz wrote:
>>>>>>>>>
>>>>>>>>> Everything seemed fine , i calibrated the barometer on the display 
>>>>>>>>> unit and since then Im seeing a different in barometer MQTT data 
>>>>>>>>> update 
>>>>>>>>> with the real data, it shows real data and then shows a wrong data 
>>>>>>>>> and it 
>>>>>>>>> keeps going on like this, 
>>>>>>>>>
>>>>>>>>> On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>>>>>>>>>>
>>>>>>>>>> Thanks I will try it too, like this template too 
>>>>>>>>>>
>>>>>>>>>> On Wed, Jan 23, 2019 at 4:06 AM steeple ian  
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Adnan,
>>>>>>>>>>>
>>>>>>>>>>> Yes I can confirm that you can run weather34 alongside any other 
>>>>>>>>>>> skin. The install process is slightly different from a regular 
>>>>>>>>>>> weeWX skin 
>>>>>>>>>>> but it works just fine with any other skin alongside.
>>>>>>>>>>>
>>>>>>>>>>> Ian
>>>>>>>>>>>
>>>>>>>>>>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Thanks Scott, you are so helpful. Ever tried Weather34 template 
>>>>>>>>>>> using weewx ? Is it possible to run 2 templates? 
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban <
>>>>>>>>>>> sgra...@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> There are a few ways to do

[weewx-user] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Adnan Mumtaz
:) True I sent an email to Dark Sky about the accuracy of their data for my 
area, where does the cloud base info the skin picks up?

On Monday, 28 January 2019 16:27:13 UTC+3, Pat wrote:
>
> That comes from the DarkSky forecasting (which is updated every 
> forecast_stale 
> <https://github.com/poblabs/weewx-belchertown#forecast-options> interval 
> - about 1 hour). So they may not be as up to date as your pilot friend is :)
>
> On Monday, January 28, 2019 at 8:25:33 AM UTC-5, Adnan Mumtaz wrote:
>>
>> Thanks a lot Pat i will try it, one more thing we have heavy winds with 
>> dust and low visibility but the skin is showing me 9km visibility where as 
>> aviation weather shows only 585 meters. I sent it a friend who is a pilot 
>> and he pointed out, he is in cockpit right now taxiing and giving me 
>> feedbacks :)
>>
>> On Monday, 28 January 2019 16:22:19 UTC+3, Pat wrote:
>>>
>>> To be clear, there's 2 things that are going on and I want to try to 
>>> make sure we're on the same page. 
>>>
>>> When the page initially loads, that's from weewx's core. So the metric 
>>> settings come from the skin settings. 
>>>
>>> Once MQTT is connected, then that data comes from the weewx-mqtt 
>>> extension. This extension has the ability to be calibrated individually for 
>>> metric/imperial, etc. 
>>>
>>> If the issue is when MQTT updates the page, perhaps you need to set the 
>>> MQTT extension's units to send. 
>>>
>>> Take a look at this post 
>>> <https://github.com/poblabs/weewx-belchertown/issues/23#issuecomment-440529099>.
>>>  
>>> Under MQTT extension's settings, you can define which unit to send for 
>>> which observation. Again, I did not write the MQTT extension, but this 
>>> should be able to help you. 
>>>
>>> [[MQTT]]
>>> **snip**
>>> [[[inputs]]]
>>> rainRate
>>> name = rainRate_mm_per_hour
>>> units = mm_per_hour
>>>
>>>
>>>
>>>
>>>
>>> On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:
>>>>
>>>> Hi my cloud base shows in meters as  I have group_altitude = meter , 
>>>> but when I change it to foot the skin calculates fine but when MQTT 
>>>> updates 
>>>> the data it changes to meter readings, MQTT setting is also set as METRIC. 
>>>> I see yours in feet too.
>>>>
>>>> On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>>>>>
>>>>> I've just released version 0.8.2 of the Belchertown skin which fixes 
>>>>> the New Year bug some of you are seeing. It also adds some other 
>>>>> features. 
>>>>>
>>>>>
>>>>> Download and install instructions here: 
>>>>> https://github.com/poblabs/weewx-belchertown/releases
>>>>>
>>>>>
>>>>> * Fixed an error where the skin would fail when the date rolls to the 
>>>>> New Year due to no data being in certain tables in the database yet. 
>>>>> * Added the ability to show any weather alerts provided by the DarkSky 
>>>>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>>>>> weewx.conf skin options to enable it.
>>>>> * New option to show cloudbase. You must have your database schema 
>>>>> extended for the cloudbase observation to be calculated by weewx. Check 
>>>>> the 
>>>>> Belchertown skin wiki for details.
>>>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>>>> barometer.
>>>>> * Updated Google Analytics page to be in header based on Google 
>>>>> recommendations. 
>>>>> * Updated Google Analytics to a more recent script block. 
>>>>> * Added a Google Analytics page view per MQTT update as per Google 
>>>>> Recommendations on background updates. 
>>>>>
>>>>>

-- 
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] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Adnan Mumtaz
Thanks a lot Pat i will try it, one more thing we have heavy winds with 
dust and low visibility but the skin is showing me 9km visibility where as 
aviation weather shows only 585 meters. I sent it a friend who is a pilot 
and he pointed out, he is in cockpit right now taxiing and giving me 
feedbacks :)

On Monday, 28 January 2019 16:22:19 UTC+3, Pat wrote:
>
> To be clear, there's 2 things that are going on and I want to try to make 
> sure we're on the same page. 
>
> When the page initially loads, that's from weewx's core. So the metric 
> settings come from the skin settings. 
>
> Once MQTT is connected, then that data comes from the weewx-mqtt 
> extension. This extension has the ability to be calibrated individually for 
> metric/imperial, etc. 
>
> If the issue is when MQTT updates the page, perhaps you need to set the 
> MQTT extension's units to send. 
>
> Take a look at this post 
> <https://github.com/poblabs/weewx-belchertown/issues/23#issuecomment-440529099>.
>  
> Under MQTT extension's settings, you can define which unit to send for 
> which observation. Again, I did not write the MQTT extension, but this 
> should be able to help you. 
>
> [[MQTT]]
> **snip**
> [[[inputs]]]
> rainRate
> name = rainRate_mm_per_hour
>     units = mm_per_hour
>
>
>
>
>
> On Monday, January 28, 2019 at 3:35:53 AM UTC-5, Adnan Mumtaz wrote:
>>
>> Hi my cloud base shows in meters as  I have group_altitude = meter , but 
>> when I change it to foot the skin calculates fine but when MQTT updates the 
>> data it changes to meter readings, MQTT setting is also set as METRIC. I 
>> see yours in feet too.
>>
>> On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>>>
>>> I've just released version 0.8.2 of the Belchertown skin which fixes the 
>>> New Year bug some of you are seeing. It also adds some other features. 
>>>
>>>
>>> Download and install instructions here: 
>>> https://github.com/poblabs/weewx-belchertown/releases
>>>
>>>
>>> * Fixed an error where the skin would fail when the date rolls to the 
>>> New Year due to no data being in certain tables in the database yet. 
>>> * Added the ability to show any weather alerts provided by the DarkSky 
>>> API. Weather alerts are off by default, use forecast_alert_enabled in 
>>> weewx.conf skin options to enable it.
>>> * New option to show cloudbase. You must have your database schema 
>>> extended for the cloudbase observation to be calculated by weewx. Check the 
>>> Belchertown skin wiki for details.
>>> * Fixes an issue where the MQTT updates showed altimeter instead of 
>>> barometer.
>>> * Updated Google Analytics page to be in header based on Google 
>>> recommendations. 
>>> * Updated Google Analytics to a more recent script block. 
>>> * Added a Google Analytics page view per MQTT update as per Google 
>>> Recommendations on background updates. 
>>>
>>>

-- 
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] Re: Belchertown Skin 0.8.2 Released

2019-01-28 Thread Adnan Mumtaz
Hi my cloud base shows in meters as  I have group_altitude = meter , but 
when I change it to foot the skin calculates fine but when MQTT updates the 
data it changes to meter readings, MQTT setting is also set as METRIC. I 
see yours in feet too.

On Tuesday, 1 January 2019 15:50:49 UTC+3, Pat wrote:
>
> I've just released version 0.8.2 of the Belchertown skin which fixes the 
> New Year bug some of you are seeing. It also adds some other features. 
>
>
> Download and install instructions here: 
> https://github.com/poblabs/weewx-belchertown/releases
>
>
> * Fixed an error where the skin would fail when the date rolls to the New 
> Year due to no data being in certain tables in the database yet. 
> * Added the ability to show any weather alerts provided by the DarkSky 
> API. Weather alerts are off by default, use forecast_alert_enabled in 
> weewx.conf skin options to enable it.
> * New option to show cloudbase. You must have your database schema 
> extended for the cloudbase observation to be calculated by weewx. Check the 
> Belchertown skin wiki for details.
> * Fixes an issue where the MQTT updates showed altimeter instead of 
> barometer.
> * Updated Google Analytics page to be in header based on Google 
> recommendations. 
> * Updated Google Analytics to a more recent script block. 
> * Added a Google Analytics page view per MQTT update as per Google 
> Recommendations on background updates. 
>
>

-- 
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] Ambient Weather WS-2902A

2019-01-27 Thread Adnan Mumtaz
With prefer_hardware it seems weewx calculates and i get wrong figures, by 
the way my cloud base shows in meters as  I have group_altitude = meter , 
but when I change it to foot the skin calculates fine but when MQTT updates 
the data it changes to meter readings, MQTT setting is also set as METRIC. 
I see yours in feet too.

On Monday, 28 January 2019 01:55:32 UTC+3, Scott Grayban wrote:
>
> they should be set to prefer_hardware
>
> On Saturday, January 26, 2019 at 1:07:57 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Changed the below two calculations from prefer_hardware to hardware only 
>> and now weewx is not re-calculating the figures.
>>
>>   [[Calculations]]
>> pressure = hardware
>> barometer = hardware
>>
>>
>> On Saturday, 26 January 2019 00:18:41 UTC+3, Scott Grayban wrote:
>>>
>>> Correct -- the barometer is calculated by the console. So what you have 
>>> now are 2 different readings, 1 from the console and the one calculated by 
>>> weewx.
>>>
>>> On Friday, January 25, 2019 at 1:10:02 PM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> By the way the outdoor unit doesnt have the barometer, interestingly 
>>>> the barometer is in the display unit confirmed by Ambient Weather support
>>>>
>>>> On Sat, Jan 26, 2019 at 12:08 AM Adnan Mumtaz  
>>>> wrote:
>>>>
>>>>> Its on a pole the reading is correct on the main display, it all 
>>>>> happened after i re-calibrated barometer relative pressure on the display 
>>>>> unit , it looks like weewx is calculating something else, but MQTT gets 
>>>>> the 
>>>>> correct reading, right now the reading on the display unit is 1019.6
>>>>>
>>>>> On Fri, Jan 25, 2019 at 11:45 PM Scott Grayban  
>>>>> wrote:
>>>>>
>>>>>> That's odd. Did you mount the WS on a pole or is it still laying on 
>>>>>> the roof ?
>>>>>>
>>>>>> On Friday, January 25, 2019 at 12:36:39 PM UTC-8, Adnan Mumtaz wrote:
>>>>>>>
>>>>>>> Open riyadhweather.com and notice the barometer reading changes, 
>>>>>>> gives 3 readings when it retrieves data using and one is correct only
>>>>>>>
>>>>>>> On Friday, 25 January 2019 23:29:01 UTC+3, Scott Grayban wrote:
>>>>>>>>
>>>>>>>> ???
>>>>>>>>
>>>>>>>> On Friday, January 25, 2019 at 6:37:43 AM UTC-8, Adnan Mumtaz wrote:
>>>>>>>>>
>>>>>>>>> Everything seemed fine , i calibrated the barometer on the display 
>>>>>>>>> unit and since then Im seeing a different in barometer MQTT data 
>>>>>>>>> update 
>>>>>>>>> with the real data, it shows real data and then shows a wrong data 
>>>>>>>>> and it 
>>>>>>>>> keeps going on like this, 
>>>>>>>>>
>>>>>>>>> On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>>>>>>>>>>
>>>>>>>>>> Thanks I will try it too, like this template too 
>>>>>>>>>>
>>>>>>>>>> On Wed, Jan 23, 2019 at 4:06 AM steeple ian  
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Adnan,
>>>>>>>>>>>
>>>>>>>>>>> Yes I can confirm that you can run weather34 alongside any other 
>>>>>>>>>>> skin. The install process is slightly different from a regular 
>>>>>>>>>>> weeWX skin 
>>>>>>>>>>> but it works just fine with any other skin alongside.
>>>>>>>>>>>
>>>>>>>>>>> Ian
>>>>>>>>>>>
>>>>>>>>>>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Thanks Scott, you are so helpful. Ever tried Weather34 template 
>>>>>>>>>>> using weewx ? Is it possible to run 2 templates? 
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban <
>>>>>>>>

Re: [weewx-user] Ambient Weather WS-2902A

2019-01-26 Thread Adnan Mumtaz
Changed the below two calculations from prefer_hardware to hardware only 
and now weewx is not re-calculating the figures.

  [[Calculations]]
pressure = hardware
barometer = hardware


On Saturday, 26 January 2019 00:18:41 UTC+3, Scott Grayban wrote:
>
> Correct -- the barometer is calculated by the console. So what you have 
> now are 2 different readings, 1 from the console and the one calculated by 
> weewx.
>
> On Friday, January 25, 2019 at 1:10:02 PM UTC-8, Adnan Mumtaz wrote:
>>
>> By the way the outdoor unit doesnt have the barometer, interestingly the 
>> barometer is in the display unit confirmed by Ambient Weather support
>>
>> On Sat, Jan 26, 2019 at 12:08 AM Adnan Mumtaz  wrote:
>>
>>> Its on a pole the reading is correct on the main display, it all 
>>> happened after i re-calibrated barometer relative pressure on the display 
>>> unit , it looks like weewx is calculating something else, but MQTT gets the 
>>> correct reading, right now the reading on the display unit is 1019.6
>>>
>>> On Fri, Jan 25, 2019 at 11:45 PM Scott Grayban  
>>> wrote:
>>>
>>>> That's odd. Did you mount the WS on a pole or is it still laying on the 
>>>> roof ?
>>>>
>>>> On Friday, January 25, 2019 at 12:36:39 PM UTC-8, Adnan Mumtaz wrote:
>>>>>
>>>>> Open riyadhweather.com and notice the barometer reading changes, 
>>>>> gives 3 readings when it retrieves data using and one is correct only
>>>>>
>>>>> On Friday, 25 January 2019 23:29:01 UTC+3, Scott Grayban wrote:
>>>>>>
>>>>>> ???
>>>>>>
>>>>>> On Friday, January 25, 2019 at 6:37:43 AM UTC-8, Adnan Mumtaz wrote:
>>>>>>>
>>>>>>> Everything seemed fine , i calibrated the barometer on the display 
>>>>>>> unit and since then Im seeing a different in barometer MQTT data update 
>>>>>>> with the real data, it shows real data and then shows a wrong data and 
>>>>>>> it 
>>>>>>> keeps going on like this, 
>>>>>>>
>>>>>>> On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>>>>>>>>
>>>>>>>> Thanks I will try it too, like this template too 
>>>>>>>>
>>>>>>>> On Wed, Jan 23, 2019 at 4:06 AM steeple ian  
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Adnan,
>>>>>>>>>
>>>>>>>>> Yes I can confirm that you can run weather34 alongside any other 
>>>>>>>>> skin. The install process is slightly different from a regular weeWX 
>>>>>>>>> skin 
>>>>>>>>> but it works just fine with any other skin alongside.
>>>>>>>>>
>>>>>>>>> Ian
>>>>>>>>>
>>>>>>>>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  wrote:
>>>>>>>>>
>>>>>>>>> Thanks Scott, you are so helpful. Ever tried Weather34 template 
>>>>>>>>> using weewx ? Is it possible to run 2 templates? 
>>>>>>>>>
>>>>>>>>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban  
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> There are a few ways to do this...
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>>>>>>>>>>
>>>>>>>>>> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz 
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Wonder how can I take a backup of all what I did.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>> -- 
>>>>>>>>>> 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+...@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+...@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+...@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.


Re: [weewx-user] Ambient Weather WS-2902A

2019-01-25 Thread Adnan Mumtaz
By the way the outdoor unit doesnt have the barometer, interestingly the
barometer is in the display unit confirmed by Ambient Weather support

On Sat, Jan 26, 2019 at 12:08 AM Adnan Mumtaz  wrote:

> Its on a pole the reading is correct on the main display, it all happened
> after i re-calibrated barometer relative pressure on the display unit , it
> looks like weewx is calculating something else, but MQTT gets the correct
> reading, right now the reading on the display unit is 1019.6
>
> On Fri, Jan 25, 2019 at 11:45 PM Scott Grayban  wrote:
>
>> That's odd. Did you mount the WS on a pole or is it still laying on the
>> roof ?
>>
>> On Friday, January 25, 2019 at 12:36:39 PM UTC-8, Adnan Mumtaz wrote:
>>>
>>> Open riyadhweather.com and notice the barometer reading changes, gives
>>> 3 readings when it retrieves data using and one is correct only
>>>
>>> On Friday, 25 January 2019 23:29:01 UTC+3, Scott Grayban wrote:
>>>>
>>>> ???
>>>>
>>>> On Friday, January 25, 2019 at 6:37:43 AM UTC-8, Adnan Mumtaz wrote:
>>>>>
>>>>> Everything seemed fine , i calibrated the barometer on the display
>>>>> unit and since then Im seeing a different in barometer MQTT data update
>>>>> with the real data, it shows real data and then shows a wrong data and it
>>>>> keeps going on like this,
>>>>>
>>>>> On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>>>>>>
>>>>>> Thanks I will try it too, like this template too
>>>>>>
>>>>>> On Wed, Jan 23, 2019 at 4:06 AM steeple ian 
>>>>>> wrote:
>>>>>>
>>>>>>> Adnan,
>>>>>>>
>>>>>>> Yes I can confirm that you can run weather34 alongside any other
>>>>>>> skin. The install process is slightly different from a regular weeWX 
>>>>>>> skin
>>>>>>> but it works just fine with any other skin alongside.
>>>>>>>
>>>>>>> Ian
>>>>>>>
>>>>>>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  wrote:
>>>>>>>
>>>>>>> Thanks Scott, you are so helpful. Ever tried Weather34 template
>>>>>>> using weewx ? Is it possible to run 2 templates?
>>>>>>>
>>>>>>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> There are a few ways to do this...
>>>>>>>>
>>>>>>>> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>>>>>>>>
>>>>>>>> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz wrote:
>>>>>>>>>
>>>>>>>>> Wonder how can I take a backup of all what I did.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>> --
>>>>>>>> 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+...@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+...@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.
>>
>

-- 
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] Ambient Weather WS-2902A

2019-01-25 Thread Adnan Mumtaz
Its on a pole the reading is correct on the main display, it all happened
after i re-calibrated barometer relative pressure on the display unit , it
looks like weewx is calculating something else, but MQTT gets the correct
reading, right now the reading on the display unit is 1019.6

On Fri, Jan 25, 2019 at 11:45 PM Scott Grayban  wrote:

> That's odd. Did you mount the WS on a pole or is it still laying on the
> roof ?
>
> On Friday, January 25, 2019 at 12:36:39 PM UTC-8, Adnan Mumtaz wrote:
>>
>> Open riyadhweather.com and notice the barometer reading changes, gives 3
>> readings when it retrieves data using and one is correct only
>>
>> On Friday, 25 January 2019 23:29:01 UTC+3, Scott Grayban wrote:
>>>
>>> ???
>>>
>>> On Friday, January 25, 2019 at 6:37:43 AM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Everything seemed fine , i calibrated the barometer on the display unit
>>>> and since then Im seeing a different in barometer MQTT data update with the
>>>> real data, it shows real data and then shows a wrong data and it keeps
>>>> going on like this,
>>>>
>>>> On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>>>>>
>>>>> Thanks I will try it too, like this template too
>>>>>
>>>>> On Wed, Jan 23, 2019 at 4:06 AM steeple ian 
>>>>> wrote:
>>>>>
>>>>>> Adnan,
>>>>>>
>>>>>> Yes I can confirm that you can run weather34 alongside any other
>>>>>> skin. The install process is slightly different from a regular weeWX skin
>>>>>> but it works just fine with any other skin alongside.
>>>>>>
>>>>>> Ian
>>>>>>
>>>>>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  wrote:
>>>>>>
>>>>>> Thanks Scott, you are so helpful. Ever tried Weather34 template using
>>>>>> weewx ? Is it possible to run 2 templates?
>>>>>>
>>>>>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban 
>>>>>> wrote:
>>>>>>
>>>>>>> There are a few ways to do this...
>>>>>>>
>>>>>>> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>>>>>>>
>>>>>>> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz wrote:
>>>>>>>>
>>>>>>>> Wonder how can I take a backup of all what I did.
>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>> --
>>>>>>> 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+...@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+...@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.
>

-- 
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] Ambient Weather WS-2902A

2019-01-25 Thread Adnan Mumtaz
Open riyadhweather.com and notice the barometer reading changes, gives 3 
readings when it retrieves data using and one is correct only

On Friday, 25 January 2019 23:29:01 UTC+3, Scott Grayban wrote:
>
> ???
>
> On Friday, January 25, 2019 at 6:37:43 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Everything seemed fine , i calibrated the barometer on the display unit 
>> and since then Im seeing a different in barometer MQTT data update with the 
>> real data, it shows real data and then shows a wrong data and it keeps 
>> going on like this, 
>>
>> On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>>>
>>> Thanks I will try it too, like this template too 
>>>
>>> On Wed, Jan 23, 2019 at 4:06 AM steeple ian  wrote:
>>>
>>>> Adnan,
>>>>
>>>> Yes I can confirm that you can run weather34 alongside any other skin. 
>>>> The install process is slightly different from a regular weeWX skin but it 
>>>> works just fine with any other skin alongside.
>>>>
>>>> Ian
>>>>
>>>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  wrote:
>>>>
>>>> Thanks Scott, you are so helpful. Ever tried Weather34 template using 
>>>> weewx ? Is it possible to run 2 templates? 
>>>>
>>>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban  
>>>> wrote:
>>>>
>>>>> There are a few ways to do this...
>>>>>
>>>>> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>>>>>
>>>>> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz wrote:
>>>>>>
>>>>>> Wonder how can I take a backup of all what I did.
>>>>>>
>>>>>>>
>>>>>>>
>>>>> -- 
>>>>> 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+...@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+...@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.


Re: [weewx-user] Ambient Weather WS-2902A

2019-01-25 Thread Adnan Mumtaz
Everything seemed fine , i calibrated the barometer on the display unit and 
since then Im seeing a different in barometer MQTT data update with the 
real data, it shows real data and then shows a wrong data and it keeps 
going on like this, 

On Wednesday, 23 January 2019 16:48:27 UTC+3, Adnan Mumtaz wrote:
>
> Thanks I will try it too, like this template too 
>
> On Wed, Jan 23, 2019 at 4:06 AM steeple ian  wrote:
>
>> Adnan,
>>
>> Yes I can confirm that you can run weather34 alongside any other skin. 
>> The install process is slightly different from a regular weeWX skin but it 
>> works just fine with any other skin alongside.
>>
>> Ian
>>
>> On 22 Jan 2019, at 21:39, Adnan Mumtaz  wrote:
>>
>> Thanks Scott, you are so helpful. Ever tried Weather34 template using 
>> weewx ? Is it possible to run 2 templates? 
>>
>> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban  
>> wrote:
>>
>>> There are a few ways to do this...
>>>
>>> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>>>
>>> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Wonder how can I take a backup of all what I did.
>>>>
>>>>>
>>>>>
>>> -- 
>>> 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.
>>>
>>
>> -- 
>> 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.
>>
>>
>> -- 
>> 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.
>>
>

-- 
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] Re: weewx.sdb backups

2019-01-23 Thread Adnan Mumtaz
Hi, thanks for sharing your script, i am not an advanced linux user neither 
a regular user can you guide me how I can modify your script to upload to 
my ftp server

On Wednesday, 23 January 2019 15:25:36 UTC+3, pmcg...@gmail.com wrote:
>
> I run a simple script with LFTP via a cron job at a time when I know the 
> data base isn't being touched, the script backs up the sdb and keeps the 
> last 30 days.  It backs up to my UNRAD server, but could be used for other 
> FTP destinations.  It also backs up my user and /etc/weewx directory.
>
> I'm sure there are more elegant solutions but this seems to work and was 
> easy to implement
>
> On Tuesday, January 22, 2019 at 11:31:20 PM UTC-7, Scott Grayban wrote:
>>
>> How is everyone doing backups for weewx.sdb ?
>>
>> I thought about doing a aws backup using a fuse setup.
>>
>> Are there easier ways to do this ?
>>
>

-- 
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] Ambient Weather WS-2902A

2019-01-23 Thread Adnan Mumtaz
Thanks I will try it too, like this template too

On Wed, Jan 23, 2019 at 4:06 AM steeple ian  wrote:

> Adnan,
>
> Yes I can confirm that you can run weather34 alongside any other skin. The
> install process is slightly different from a regular weeWX skin but it
> works just fine with any other skin alongside.
>
> Ian
>
> On 22 Jan 2019, at 21:39, Adnan Mumtaz  wrote:
>
> Thanks Scott, you are so helpful. Ever tried Weather34 template using
> weewx ? Is it possible to run 2 templates?
>
> On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban  wrote:
>
>> There are a few ways to do this...
>>
>> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>>
>> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz wrote:
>>>
>>> Wonder how can I take a backup of all what I did.
>>>
>>>>
>>>>
>> --
>> 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.
>>
>
> --
> 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.
>
>
> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-22 Thread Adnan Mumtaz
Thanks Scott, you are so helpful. Ever tried Weather34 template using weewx
? Is it possible to run 2 templates?

On Tue, Jan 22, 2019 at 10:50 PM Scott Grayban  wrote:

> There are a few ways to do this...
>
> https://www.raspberrypi.org/documentation/linux/filesystem/backup.md
>
> On Monday, January 21, 2019 at 8:24:40 PM UTC-8, Adnan Mumtaz wrote:
>>
>> Wonder how can I take a backup of all what I did.
>>
>>>
>>> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
You were right, i didn't see this step in all the guidelines I was
following from Scott, after installing the weewx-mqtt it started working

http://www.riyadhweather.com/

Wonder how can I take a backup of all what I did.

Thanks mwall and hats off to Scott who had been made this site up and
running possible. Thank you so much Scott for your amazing support.

On Tue, Jan 22, 2019 at 4:24 AM mwall  wrote:

> btw, if you installed the weewx-mqtt extension using wee_extension, it
> should have done the addition to restful_services for you.
>
> perhaps you did not install weewx-mqtt?
>
> https://github.com/weewx/weewx/wiki/mqtt
>
> m
>
> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
It is exactly same

On Tue, Jan 22, 2019 at 4:03 AM Scott Grayban  wrote:

> Then MQTT is still not setup right.
>
> /etc/mosquitto/conf.d/myconfig.conf should have this...
>
> persistence false
> allow_anonymous true
> password_file /etc/mosquitto/passwd
> acl_file /etc/mosquitto/acl
> listener 1883
> protocol mqtt
> # websockets
> listener 9001
> protocol websockets
>
>
> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
checked the whole syslog, not even a single entry with the word mqtt is
there

On Tue, Jan 22, 2019 at 3:58 AM Adnan Mumtaz  wrote:

> Doesn't seem to post anything, see below part of current log
>
> Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter hourlyrainin=0.00
> Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter eventrainin=0.00
> Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter totalrainin=0.00
> Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter stationtype=AMBWeatherV4.1.0
> Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter maxdailygust=3.4
> Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter baromrelin=29.87
> Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter hourlyrainin=0.00
> Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter eventrainin=0.00
> Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter totalrainin=0.00
> Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter stationtype=AMBWeatherV4.1.0
> Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter maxdailygust=3.4
> Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter baromrelin=29.86
> Jan 22 03:56:34 Riyadh_WS weewx[429]: manager: Added record 2019-01-22
> 03:56:00 +03 (1548118560) to database 'weewx.
>sdb'
> Jan 22 03:56:34 Riyadh_WS weewx[429]: manager: Added record 2019-01-22
> 03:56:00 +03 (1548118560) to daily summary in
> 'weewx.sdb'
> Jan 22 03:56:35 Riyadh_WS weewx[429]: cheetahgenerator: Generated 13 files
> for report StandardReport in 1.07 seconds
> Jan 22 03:56:35 Riyadh_WS weewx[429]: copygenerator: copied 1 files to
> /var/www/html/weewx/
> Jan 22 03:56:39 Riyadh_WS weewx[429]: cheetahgenerator: Generated 4 files
> for report Highcharts_Belchertown in 4.17
> seconds
> Jan 22 03:56:39 Riyadh_WS weewx[429]: copygenerator: copied 0 files to
> /var/www/html/weewx/
> Jan 22 03:56:40 Riyadh_WS weewx[429]: cheetahgenerator: Generated 13 files
> for report Belchertown in 1.23 seconds
> Jan 22 03:56:40 Riyadh_WS weewx[429]: copygenerator: copied 1 files to
> /var/www/html/weewx/
> Jan 22 03:57:03 Riyadh_WS weewx[429]: ftpupload: Attempt #1. Failed
> uploading /style.css to ftp.riyadhweather.com. R
>eason: timed out
> Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter hourlyrainin=0.00
> Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter eventrainin=0.00
> Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter totalrainin=0.00
> Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter stationtype=AMBWeatherV4.1.0
> Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter maxdailygust=3.4
> Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread:
> unrecognized parameter baromrelin=29.87
> Jan 22 03:57:22 Riyadh_WS weewx[429]: ftpgenerator: ftp'd 18 files in
> 42.07 seconds
>
>
> On Tue, Jan 22, 2019 at 3:54 AM Scott Grayban  wrote:
>
>> Logs should show this
>>
>> Jan 21 16:52:09 weewx-pi weewx[771]: restx: MQTT: Published record
>> 2019-01-21 16:51:00 PST (1548118260)
>> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread:
>> unrecognized parameter hourlyrainin=0.00
>> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread:
>> unrecognized parameter eventrainin=0.00
>> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread:
>> unrecognized parameter totalrainin=1.00
>> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread:
>> unrecognized parameter stationtype=AMBWeatherV4.0.7
>> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread:
>> unrecognized parameter maxdailygust=5.8
>> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread:
>> unrecognized parameter baromrelin=30.36
>> Jan 21 16:53:09 weewx-pi weewx[771]: restx: MQTT: Published record
>> 2019-01-21 16:52:04 PST (1548118324)
>>
>>
>> On Monday, January 21, 2019 at 4:46:35 PM UTC-8, Adnan Mumtaz wrote:
>>>
>>> Do I owe you a coffee ? :) I am a home barista btw :D It shows connected
>>> now, but keeps on wa

Re: [weewx-user] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
Doesn't seem to post anything, see below part of current log

Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter hourlyrainin=0.00
Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter eventrainin=0.00
Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter totalrainin=0.00
Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter stationtype=AMBWeatherV4.1.0
Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter maxdailygust=3.4
Jan 22 03:55:24 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter baromrelin=29.87
Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter hourlyrainin=0.00
Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter eventrainin=0.00
Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter totalrainin=0.00
Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter stationtype=AMBWeatherV4.1.0
Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter maxdailygust=3.4
Jan 22 03:56:28 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter baromrelin=29.86
Jan 22 03:56:34 Riyadh_WS weewx[429]: manager: Added record 2019-01-22
03:56:00 +03 (1548118560) to database 'weewx.
   sdb'
Jan 22 03:56:34 Riyadh_WS weewx[429]: manager: Added record 2019-01-22
03:56:00 +03 (1548118560) to daily summary in
'weewx.sdb'
Jan 22 03:56:35 Riyadh_WS weewx[429]: cheetahgenerator: Generated 13 files
for report StandardReport in 1.07 seconds
Jan 22 03:56:35 Riyadh_WS weewx[429]: copygenerator: copied 1 files to
/var/www/html/weewx/
Jan 22 03:56:39 Riyadh_WS weewx[429]: cheetahgenerator: Generated 4 files
for report Highcharts_Belchertown in 4.17
seconds
Jan 22 03:56:39 Riyadh_WS weewx[429]: copygenerator: copied 0 files to
/var/www/html/weewx/
Jan 22 03:56:40 Riyadh_WS weewx[429]: cheetahgenerator: Generated 13 files
for report Belchertown in 1.23 seconds
Jan 22 03:56:40 Riyadh_WS weewx[429]: copygenerator: copied 1 files to
/var/www/html/weewx/
Jan 22 03:57:03 Riyadh_WS weewx[429]: ftpupload: Attempt #1. Failed
uploading /style.css to ftp.riyadhweather.com. R
 eason: timed out
Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter hourlyrainin=0.00
Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter eventrainin=0.00
Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter totalrainin=0.00
Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter stationtype=AMBWeatherV4.1.0
Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter maxdailygust=3.4
Jan 22 03:57:21 Riyadh_WS weewx[429]: interceptor: MainThread: unrecognized
parameter baromrelin=29.87
Jan 22 03:57:22 Riyadh_WS weewx[429]: ftpgenerator: ftp'd 18 files in 42.07
seconds


On Tue, Jan 22, 2019 at 3:54 AM Scott Grayban  wrote:

> Logs should show this
>
> Jan 21 16:52:09 weewx-pi weewx[771]: restx: MQTT: Published record
> 2019-01-21 16:51:00 PST (1548118260)
> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread: unrecognized
> parameter hourlyrainin=0.00
> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread: unrecognized
> parameter eventrainin=0.00
> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread: unrecognized
> parameter totalrainin=1.00
> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread: unrecognized
> parameter stationtype=AMBWeatherV4.0.7
> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread: unrecognized
> parameter maxdailygust=5.8
> Jan 21 16:53:09 weewx-pi weewx[771]: interceptor: MainThread: unrecognized
> parameter baromrelin=30.36
> Jan 21 16:53:09 weewx-pi weewx[771]: restx: MQTT: Published record
> 2019-01-21 16:52:04 PST (1548118324)
>
>
> On Monday, January 21, 2019 at 4:46:35 PM UTC-8, Adnan Mumtaz wrote:
>>
>> Do I owe you a coffee ? :) I am a home barista btw :D It shows connected
>> now, but keeps on waiting for data
>>
>> On Tue, Jan 22, 2019 at 3:33 AM Scott Grayban  wrote:
>>
>>> In [StdRESTful]
>>>
>>> [[MQTT]]
>>> server_url = mqtt://user:pass@IP:1883/
>>> topic = weather/weewx
>>> unit_system = METRIC
>>> binding = archive, loop
>>> aggregation = aggregate
>>>
>>> Under
>>> [StdReport]
>>> [[Belchertown]]
>>> [[[Extras]]]
>>> mqtt_enabled

Re: [weewx-user] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
Do I owe you a coffee ? :) I am a home barista btw :D It shows connected
now, but keeps on waiting for data

On Tue, Jan 22, 2019 at 3:33 AM Scott Grayban  wrote:

> In [StdRESTful]
>
> [[MQTT]]
> server_url = mqtt://user:pass@IP:1883/
> topic = weather/weewx
> unit_system = METRIC
> binding = archive, loop
> aggregation = aggregate
>
> Under
> [StdReport]
> [[Belchertown]]
> [[[Extras]]]
> mqtt_enabled = 1
> mqtt_host = IP
> mqtt_topic = weather/weewx/loop
> mqtt_port = 9001
> mqtt_ssl = 0
> disconnect_live_website_visitor = 180
>
>
> On Monday, January 21, 2019 at 4:30:08 PM UTC-8, Scott Grayban wrote:
>>
>> That's because you don't have MQTT setup right.
>>
>> On Monday, January 21, 2019 at 4:28:29 PM UTC-8, Adnan Mumtaz wrote:
>>>
>>> On the server where I am running MQTT I am seeing RPi connections but
>>> with errors, 46.153.24.43 is the WAN IP of RPi
>>>
>>> 1548116710: Socket error on client , disconnecting.
>>> 1548116710: New connection from 46.153.24.43 on port 1883.
>>> 1548116710: Socket error on client , disconnecting.
>>> 1548116722: New connection from 46.153.24.43 on port 1883.
>>>
>>>
>>> On Tue, Jan 22, 2019 at 3:05 AM Scott Grayban  wrote:
>>>
>>>> When your PI gets delivered MQTT will work as required for MQTT and the
>>>> website.
>>>>
>>>> --
>>>> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
I followed all the instructions from this link
https://obrienlabs.net/how-to-setup-your-own-mqtt-broker/

On Tue, Jan 22, 2019 at 3:30 AM Scott Grayban  wrote:

> That's because you don't have MQTT setup right.
>
> On Monday, January 21, 2019 at 4:28:29 PM UTC-8, Adnan Mumtaz wrote:
>>
>> On the server where I am running MQTT I am seeing RPi connections but
>> with errors, 46.153.24.43 is the WAN IP of RPi
>>
>> 1548116710: Socket error on client , disconnecting.
>> 1548116710: New connection from 46.153.24.43 on port 1883.
>> 1548116710: Socket error on client , disconnecting.
>> 1548116722: New connection from 46.153.24.43 on port 1883.
>>
>>
>> On Tue, Jan 22, 2019 at 3:05 AM Scott Grayban  wrote:
>>
>>> When your PI gets delivered MQTT will work as required for MQTT and the
>>> website.
>>>
>>> --
>>> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
On the server where I am running MQTT I am seeing RPi connections but with
errors, 46.153.24.43 is the WAN IP of RPi

1548116710: Socket error on client , disconnecting.
1548116710: New connection from 46.153.24.43 on port 1883.
1548116710: Socket error on client , disconnecting.
1548116722: New connection from 46.153.24.43 on port 1883.


On Tue, Jan 22, 2019 at 3:05 AM Scott Grayban  wrote:

> When your PI gets delivered MQTT will work as required for MQTT and the
> website.
>
> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
I forgot to add 'windrun', 'REAL' in the db file, if i add it now i will
have to redo the whole process? by the way the battery thing works? I was
reading your posts

On Tue, Jan 22, 2019 at 3:05 AM Scott Grayban  wrote:

> When your PI gets delivered MQTT will work as required for MQTT and the
> website.
>
> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
let me ask them

On Tue, Jan 22, 2019 at 3:03 AM Scott Grayban  wrote:

> Oh well that might be why MQTT isn't working as the hosting provider has
> blocked port 1883
>
> On Monday, January 21, 2019 at 4:00:30 PM UTC-8, Adnan Mumtaz wrote:
>>
>> I have an external server im uploading using ftp, can you try to open in
>> IE or in an Incognito window http://www.riyadhweather.com or without www
>>
>> On Tue, Jan 22, 2019 at 2:54 AM Scott Grayban  wrote:
>>
>>> Something is still wrong as https is still being forced on my end...
>>> remove ALL settings in apache for ssl.
>>>
>>> On Monday, January 21, 2019 at 3:43:21 PM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Removed https and now charts are loading too, MQTT is still not working
>>>>
>>>> On Tue, Jan 22, 2019 at 2:35 AM Adnan Mumtaz  wrote:
>>>>
>>>>> yes :)
>>>>>
>>>>> On Tuesday, 22 January 2019 02:32:36 UTC+3, Scott Grayban wrote:
>>>>>>
>>>>>> umm you do have a username though ?
>>>>>>
>>>>>> On Monday, January 21, 2019 at 3:27:50 PM UTC-8, Adnan Mumtaz wrote:
>>>>>>>
>>>>>>> Fixed, on the server where I installed MQTT i have the below config
>>>>>>> in the acl file
>>>>>>>
>>>>>>> # Allow anonymous access to the sys
>>>>>>> topic read $SYS/#
>>>>>>>
>>>>>>> # Allow anonymous to read weather
>>>>>>> topic read weather/#
>>>>>>>
>>>>>>> # weewx readwrite to the loop
>>>>>>> user 
>>>>>>> topic weather/#
>>>>>>>
>>>>>> --
>>>>> 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+...@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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
I have an external server im uploading using ftp, can you try to open in IE
or in an Incognito window http://www.riyadhweather.com or without www

On Tue, Jan 22, 2019 at 2:54 AM Scott Grayban  wrote:

> Something is still wrong as https is still being forced on my end...
> remove ALL settings in apache for ssl.
>
> On Monday, January 21, 2019 at 3:43:21 PM UTC-8, Adnan Mumtaz wrote:
>>
>> Removed https and now charts are loading too, MQTT is still not working
>>
>> On Tue, Jan 22, 2019 at 2:35 AM Adnan Mumtaz  wrote:
>>
>>> yes :)
>>>
>>> On Tuesday, 22 January 2019 02:32:36 UTC+3, Scott Grayban wrote:
>>>>
>>>> umm you do have a username though ?
>>>>
>>>> On Monday, January 21, 2019 at 3:27:50 PM UTC-8, Adnan Mumtaz wrote:
>>>>>
>>>>> Fixed, on the server where I installed MQTT i have the below config in
>>>>> the acl file
>>>>>
>>>>> # Allow anonymous access to the sys
>>>>> topic read $SYS/#
>>>>>
>>>>> # Allow anonymous to read weather
>>>>> topic read weather/#
>>>>>
>>>>> # weewx readwrite to the loop
>>>>> user 
>>>>> topic weather/#
>>>>>
>>>> --
>>> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
Removed https and now charts are loading too, MQTT is still not working

On Tue, Jan 22, 2019 at 2:35 AM Adnan Mumtaz  wrote:

> yes :)
>
> On Tuesday, 22 January 2019 02:32:36 UTC+3, Scott Grayban wrote:
>>
>> umm you do have a username though ?
>>
>> On Monday, January 21, 2019 at 3:27:50 PM UTC-8, Adnan Mumtaz wrote:
>>>
>>> Fixed, on the server where I installed MQTT i have the below config in
>>> the acl file
>>>
>>> # Allow anonymous access to the sys
>>> topic read $SYS/#
>>>
>>> # Allow anonymous to read weather
>>> topic read weather/#
>>>
>>> # weewx readwrite to the loop
>>> user 
>>> topic weather/#
>>>
>> --
> 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.
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
yes :)

On Tuesday, 22 January 2019 02:32:36 UTC+3, Scott Grayban wrote:
>
> umm you do have a username though ?
>
> On Monday, January 21, 2019 at 3:27:50 PM UTC-8, Adnan Mumtaz wrote:
>>
>> Fixed, on the server where I installed MQTT i have the below config in 
>> the acl file
>>
>> # Allow anonymous access to the sys
>> topic read $SYS/#
>>  
>> # Allow anonymous to read weather
>> topic read weather/#
>>  
>> # weewx readwrite to the loop
>> user 
>> topic weather/#
>>
>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
Fixed, on the server where I installed MQTT i have the below config in the 
acl file

# Allow anonymous access to the sys
topic read $SYS/#
 
# Allow anonymous to read weather
topic read weather/#
 
# weewx readwrite to the loop
user 
topic weather/#

On Tuesday, 22 January 2019 02:21:12 UTC+3, Scott Grayban wrote:
>
> use this.
> mqtt_topic = weather/weewx/loop
>
> not
>
>   mqtt_topic = "weather/#"
>
> On Monday, January 21, 2019 at 3:11:09 PM UTC-8, Adnan Mumtaz wrote:
>>
>>
>> Attaching my conf file, all passwords were removed from the file for 
>> security, ive install MQTT in one of my remote servers which also doesnt 
>> seem to work here :)
>>
>>
>> On Monday, 21 January 2019 21:59:52 UTC+3, Scott Grayban wrote:
>>>
>>> That's the default skin. Did you  install Belchertown ?
>>>
>>> On Monday, January 21, 2019 at 9:27:24 AM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Hi Scott,
>>>>
>>>> I am live https://riyadhweather.com/  , the station is not yet 
>>>> connected properly its just lying on the roof only temp and humidity would 
>>>> be correct. was wondering is the barometer is inside the display screen or 
>>>> outside unit
>>>>
>>>>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
Hi Scott,

Installed belchertown but I dont know whats wrong, the HTML_Root path was 
belchertown and it kept uploading to 
https://www.riyadhweather.com/belchertown fixed it later but it all looks 
upside down and the charts are also not loading see the main URL too and 
advise.

On Monday, 21 January 2019 21:59:52 UTC+3, Scott Grayban wrote:
>
> That's the default skin. Did you  install Belchertown ?
>
> On Monday, January 21, 2019 at 9:27:24 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Hi Scott,
>>
>> I am live https://riyadhweather.com/  , the station is not yet connected 
>> properly its just lying on the roof only temp and humidity would be 
>> correct. was wondering is the barometer is inside the display screen or 
>> outside unit
>>
>>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-21 Thread Adnan Mumtaz
Thanks for sharing your link Scott, looks so good. I have received the 
station today and will mount it today too, I have configured the RPi as per 
your guidelines, edited the dhcpcd.conf file too, do i have to assign a 
manual IP to the eth0 interface? as I see it is still DHCP enabled.

On Monday, 21 January 2019 01:11:26 UTC+3, Scott Grayban wrote:
>
> This is my site http://www.nettletondistrict.com/Nettleton/
>
> On Sunday, January 20, 2019 at 2:01:00 PM UTC-8, Adnan Mumtaz wrote:
>>
>> Sorry , I was a bit confused,  I forgot with this I will make the RPi an 
>> AP where the station will connect to, so in that case I will install plain 
>> weewx and then follow your instructions and once I can see data being 
>> received I will work on different skins, more interested in Belchertown and 
>> also weather34 
>>
>> On Monday, 21 January 2019 00:05:18 UTC+3, Adnan Mumtaz wrote:
>>>
>>> Hi Scott,
>>>
>>> Received the RPi , installed the OS and installed WeeWX to test, 
>>> everything went smooth, then started reading the links you shared, tomorrow 
>>> I should be receiving my WS too hopefully it was held by customs  :) 
>>>
>>> Question, the link you shared with me has prerequisites , which are 
>>> straight but there is a link which takes to 
>>> https://github.com/matthewwall/weewx-interceptor , so the first step of 
>>> prerequisites should be to install weewx interceptor and then follow the 
>>> rest in the link, I understand the RPi will sniff data via WiFi and it will 
>>> have access to WAN using Ethernet connection, can you also share your 
>>> website.
>>>
>>> Thanks a lot,
>>> Adnan
>>>
>>> On Wednesday, 16 January 2019 01:48:06 UTC+3, Scott Grayban wrote:
>>>>
>>>> I use this one https://smile.amazon.com/gp/product/B06XWMQ81P/
>>>>
>>>> SanDisk Extreme 32GB microSDHC UHS-3 Card - SDSQXAF-032G-GN6MA
>>>>
>>>> On Tuesday, January 15, 2019 at 2:23:52 PM UTC-8, Adnan Mumtaz wrote:
>>>>>
>>>>> I am a Debian user , not a very advanced one but i have concepts, I am 
>>>>> dowloading the RPi Debian Lite version as I wouldnt need a desktop, what 
>>>>> size and brand SD would you recommend
>>>>>
>>>>> On Tuesday, 15 January 2019 22:38:12 UTC+3, Scott Grayban wrote:
>>>>>>
>>>>>> Sure but you shouldn't have any problems unless you don't know 
>>>>>> anything about linux.
>>>>>>
>>>>>> On Tuesday, January 15, 2019 at 11:35:11 AM UTC-8, Adnan Mumtaz wrote:
>>>>>>>
>>>>>>> Thanks a lot, ordered it. Will need your help again if i get stuck 
>>>>>>> in something. So kind of you.
>>>>>>>
>>>>>>> Regards,
>>>>>>> Adnan
>>>>>>>
>>>>>>> On Tuesday, 15 January 2019 22:27:19 UTC+3, Scott Grayban wrote:
>>>>>>>>
>>>>>>>> This one 
>>>>>>>> https://saudi.souq.com/sa-en/raspberry-pi-3-model-b+-plus-32895409/i/
>>>>>>>>
>>>>>>>> On Tuesday, January 15, 2019 at 11:09:11 AM UTC-8, Adnan Mumtaz 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Hi Scott,
>>>>>>>>>
>>>>>>>>> Bundle of thanks for sharing your hardwork, will you suggest which 
>>>>>>>>> RPi should I buy, I can find few available in a local e-store 
>>>>>>>>> https://saudi.souq.com/sa-en/raspberry-pi/s/?as=1
>>>>>>>>>
>>>>>>>>> Regards,
>>>>>>>>> Adnan
>>>>>>>>>
>>>>>>>>> On Tuesday, 15 January 2019 21:37:41 UTC+3, Scott Grayban wrote:
>>>>>>>>>>
>>>>>>>>>> You also need to buy a Rpi from amazon or the UK Rpi store for 
>>>>>>>>>> this to work. https://www.raspberrypi.org/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tuesday, January 15, 2019 at 10:14:38 AM UTC-8, Adnan Mumtaz 
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Greetings from Saudi Arabia,
>>>>>>>>>>>
>>>>>>>>>>> I am an expat living and working in Riyadh, Saudi Arabia. I have 
>>>>>>>>>>> recently purchased Ambient Weather WS-2902A which I will be 
>>>>>>>>>>> receiving next 
>>>>>>>>>>> week, I have a domain and web hosting where I want to publish my 
>>>>>>>>>>> weather 
>>>>>>>>>>> using WeeWX (belchertown template). I am a systems engineer but far 
>>>>>>>>>>> from 
>>>>>>>>>>> programming since a very long time, I will appreciate if someone 
>>>>>>>>>>> can guide 
>>>>>>>>>>> me, I did search the forum and found few had issues and those who 
>>>>>>>>>>> had 
>>>>>>>>>>> success are not publishing details.
>>>>>>>>>>>
>>>>>>>>>>> Awaiting positive response .
>>>>>>>>>>>
>>>>>>>>>>> Thank you,
>>>>>>>>>>> Adnan
>>>>>>>>>>>
>>>>>>>>>>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-20 Thread Adnan Mumtaz
Hi Scott,

Received the RPi , installed the OS and installed WeeWX to test, everything 
went smooth, then started reading the links you shared, tomorrow I should 
be receiving my WS too hopefully it was held by customs  :) 

Question, the link you shared with me has prerequisites , which are 
straight but there is a link which takes 
to https://github.com/matthewwall/weewx-interceptor , so the first step of 
prerequisites should be to install weewx interceptor and then follow the 
rest in the link, I understand the RPi will sniff data via WiFi and it will 
have access to WAN using Ethernet connection, can you also share your 
website.

Thanks a lot,
Adnan

On Wednesday, 16 January 2019 01:48:06 UTC+3, Scott Grayban wrote:
>
> I use this one https://smile.amazon.com/gp/product/B06XWMQ81P/
>
> SanDisk Extreme 32GB microSDHC UHS-3 Card - SDSQXAF-032G-GN6MA
>
> On Tuesday, January 15, 2019 at 2:23:52 PM UTC-8, Adnan Mumtaz wrote:
>>
>> I am a Debian user , not a very advanced one but i have concepts, I am 
>> dowloading the RPi Debian Lite version as I wouldnt need a desktop, what 
>> size and brand SD would you recommend
>>
>> On Tuesday, 15 January 2019 22:38:12 UTC+3, Scott Grayban wrote:
>>>
>>> Sure but you shouldn't have any problems unless you don't know anything 
>>> about linux.
>>>
>>> On Tuesday, January 15, 2019 at 11:35:11 AM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Thanks a lot, ordered it. Will need your help again if i get stuck in 
>>>> something. So kind of you.
>>>>
>>>> Regards,
>>>> Adnan
>>>>
>>>> On Tuesday, 15 January 2019 22:27:19 UTC+3, Scott Grayban wrote:
>>>>>
>>>>> This one 
>>>>> https://saudi.souq.com/sa-en/raspberry-pi-3-model-b+-plus-32895409/i/
>>>>>
>>>>> On Tuesday, January 15, 2019 at 11:09:11 AM UTC-8, Adnan Mumtaz wrote:
>>>>>>
>>>>>> Hi Scott,
>>>>>>
>>>>>> Bundle of thanks for sharing your hardwork, will you suggest which 
>>>>>> RPi should I buy, I can find few available in a local e-store 
>>>>>> https://saudi.souq.com/sa-en/raspberry-pi/s/?as=1
>>>>>>
>>>>>> Regards,
>>>>>> Adnan
>>>>>>
>>>>>> On Tuesday, 15 January 2019 21:37:41 UTC+3, Scott Grayban wrote:
>>>>>>>
>>>>>>> You also need to buy a Rpi from amazon or the UK Rpi store for this 
>>>>>>> to work. https://www.raspberrypi.org/
>>>>>>>
>>>>>>>
>>>>>>> On Tuesday, January 15, 2019 at 10:14:38 AM UTC-8, Adnan Mumtaz 
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Greetings from Saudi Arabia,
>>>>>>>>
>>>>>>>> I am an expat living and working in Riyadh, Saudi Arabia. I have 
>>>>>>>> recently purchased Ambient Weather WS-2902A which I will be receiving 
>>>>>>>> next 
>>>>>>>> week, I have a domain and web hosting where I want to publish my 
>>>>>>>> weather 
>>>>>>>> using WeeWX (belchertown template). I am a systems engineer but far 
>>>>>>>> from 
>>>>>>>> programming since a very long time, I will appreciate if someone can 
>>>>>>>> guide 
>>>>>>>> me, I did search the forum and found few had issues and those who had 
>>>>>>>> success are not publishing details.
>>>>>>>>
>>>>>>>> Awaiting positive response .
>>>>>>>>
>>>>>>>> Thank you,
>>>>>>>> Adnan
>>>>>>>>
>>>>>>>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-15 Thread Adnan Mumtaz
I am a Debian user , not a very advanced one but i have concepts, I am 
dowloading the RPi Debian Lite version as I wouldnt need a desktop, what 
size and brand SD would you recommend

On Tuesday, 15 January 2019 22:38:12 UTC+3, Scott Grayban wrote:
>
> Sure but you shouldn't have any problems unless you don't know anything 
> about linux.
>
> On Tuesday, January 15, 2019 at 11:35:11 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Thanks a lot, ordered it. Will need your help again if i get stuck in 
>> something. So kind of you.
>>
>> Regards,
>> Adnan
>>
>> On Tuesday, 15 January 2019 22:27:19 UTC+3, Scott Grayban wrote:
>>>
>>> This one 
>>> https://saudi.souq.com/sa-en/raspberry-pi-3-model-b+-plus-32895409/i/
>>>
>>> On Tuesday, January 15, 2019 at 11:09:11 AM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Hi Scott,
>>>>
>>>> Bundle of thanks for sharing your hardwork, will you suggest which RPi 
>>>> should I buy, I can find few available in a local e-store 
>>>> https://saudi.souq.com/sa-en/raspberry-pi/s/?as=1
>>>>
>>>> Regards,
>>>> Adnan
>>>>
>>>> On Tuesday, 15 January 2019 21:37:41 UTC+3, Scott Grayban wrote:
>>>>>
>>>>> You also need to buy a Rpi from amazon or the UK Rpi store for this to 
>>>>> work. https://www.raspberrypi.org/
>>>>>
>>>>>
>>>>> On Tuesday, January 15, 2019 at 10:14:38 AM UTC-8, Adnan Mumtaz wrote:
>>>>>>
>>>>>> Greetings from Saudi Arabia,
>>>>>>
>>>>>> I am an expat living and working in Riyadh, Saudi Arabia. I have 
>>>>>> recently purchased Ambient Weather WS-2902A which I will be receiving 
>>>>>> next 
>>>>>> week, I have a domain and web hosting where I want to publish my weather 
>>>>>> using WeeWX (belchertown template). I am a systems engineer but far from 
>>>>>> programming since a very long time, I will appreciate if someone can 
>>>>>> guide 
>>>>>> me, I did search the forum and found few had issues and those who had 
>>>>>> success are not publishing details.
>>>>>>
>>>>>> Awaiting positive response .
>>>>>>
>>>>>> Thank you,
>>>>>> Adnan
>>>>>>
>>>>>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-15 Thread Adnan Mumtaz
Thanks a lot, ordered it. Will need your help again if i get stuck in 
something. So kind of you.

Regards,
Adnan

On Tuesday, 15 January 2019 22:27:19 UTC+3, Scott Grayban wrote:
>
> This one 
> https://saudi.souq.com/sa-en/raspberry-pi-3-model-b+-plus-32895409/i/
>
> On Tuesday, January 15, 2019 at 11:09:11 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Hi Scott,
>>
>> Bundle of thanks for sharing your hardwork, will you suggest which RPi 
>> should I buy, I can find few available in a local e-store 
>> https://saudi.souq.com/sa-en/raspberry-pi/s/?as=1
>>
>> Regards,
>> Adnan
>>
>> On Tuesday, 15 January 2019 21:37:41 UTC+3, Scott Grayban wrote:
>>>
>>> You also need to buy a Rpi from amazon or the UK Rpi store for this to 
>>> work. https://www.raspberrypi.org/
>>>
>>>
>>> On Tuesday, January 15, 2019 at 10:14:38 AM UTC-8, Adnan Mumtaz wrote:
>>>>
>>>> Greetings from Saudi Arabia,
>>>>
>>>> I am an expat living and working in Riyadh, Saudi Arabia. I have 
>>>> recently purchased Ambient Weather WS-2902A which I will be receiving next 
>>>> week, I have a domain and web hosting where I want to publish my weather 
>>>> using WeeWX (belchertown template). I am a systems engineer but far from 
>>>> programming since a very long time, I will appreciate if someone can guide 
>>>> me, I did search the forum and found few had issues and those who had 
>>>> success are not publishing details.
>>>>
>>>> Awaiting positive response .
>>>>
>>>> Thank you,
>>>> Adnan
>>>>
>>>

-- 
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] Re: Ambient Weather WS-2902A

2019-01-15 Thread Adnan Mumtaz
Hi Scott,

Bundle of thanks for sharing your hardwork, will you suggest which RPi 
should I buy, I can find few available in a local 
e-store https://saudi.souq.com/sa-en/raspberry-pi/s/?as=1

Regards,
Adnan

On Tuesday, 15 January 2019 21:37:41 UTC+3, Scott Grayban wrote:
>
> You also need to buy a Rpi from amazon or the UK Rpi store for this to 
> work. https://www.raspberrypi.org/
>
>
> On Tuesday, January 15, 2019 at 10:14:38 AM UTC-8, Adnan Mumtaz wrote:
>>
>> Greetings from Saudi Arabia,
>>
>> I am an expat living and working in Riyadh, Saudi Arabia. I have recently 
>> purchased Ambient Weather WS-2902A which I will be receiving next week, I 
>> have a domain and web hosting where I want to publish my weather using 
>> WeeWX (belchertown template). I am a systems engineer but far from 
>> programming since a very long time, I will appreciate if someone can guide 
>> me, I did search the forum and found few had issues and those who had 
>> success are not publishing details.
>>
>> Awaiting positive response .
>>
>> Thank you,
>> Adnan
>>
>

-- 
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] Ambient Weather WS-2902A

2019-01-15 Thread Adnan Mumtaz
Greetings from Saudi Arabia,

I am an expat living and working in Riyadh, Saudi Arabia. I have recently 
purchased Ambient Weather WS-2902A which I will be receiving next week, I 
have a domain and web hosting where I want to publish my weather using 
WeeWX (belchertown template). I am a systems engineer but far from 
programming since a very long time, I will appreciate if someone can guide 
me, I did search the forum and found few had issues and those who had 
success are not publishing details.

Awaiting positive response .

Thank you,
Adnan

-- 
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] Re: Looking to replace my old Acurite 0203C weather station

2019-01-14 Thread Adnan Mumtaz
HI DJ,

Can you share the details how are you exactly using WS-2903A with weeWX, I 
have purchased the same WS and want to use it with WeeWX, if you can share 
the technical details how did you setup the RPi as an AP ill be grateful 

On Thursday, 27 December 2018 18:09:57 UTC+3, Dj Merrill wrote:
>
> On 12/27/2018 2:44 AM, Scott Grayban wrote: 
>
> I like this one http://a.co/d/1Lsy6fJ but it doesn't work with weewx. 
>
>
>
> The Ambient Weather WS-2902A works fine with WeeWX, using the Interceptor 
> driver and a Raspberry Pi 3B in my case. 
>
> There seem to be a few ways to make this work.  I went with the RPi using 
> the hard wired ethernet port attached to my local network, and setup the 
> wireless on the RPi to act as an Access Point.  The WS-2902A connects to 
> the RPis wireless network, and WeeWx with the Interceptor software runs on 
> the Rpi. 
>
> There seem to be other ways to make this work based on other posts on the 
> mailing list, such as redirecting traffic from your wireless router to your 
> WeeWx machine. 
>
>
>
> -Dj 
>

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