> You are seeing dummy data from the simulator.
Hmmm... that's what I was starting to understand.
I really fail to understand why the doc says to do that...
A bit lost there, but as @tke said, I've run "sudo wee_config --reconfigure
--driver=user.wmr200 --no-prompt" again and that removed the Simulator
option.
So now, I have station_type = WMR200
and
[WMR200]
# This section is for the Oregon Scientific WMR200
# The station model, e.g., WMR200, WMR200A, Radio Shack W200
model = WMR200
# The driver to use:
driver = user.wmr200
and the data looks better :=) I'm waiting through a cycle to see if data is
okay + reports too...
On Saturday, January 23, 2021 at 6:49:42 PM UTC+1 [email protected] wrote:
> I meant to say station_type.
>
> You do not want:
> station_type = Simulator
>
> You are seeing dummy data from the simulator.
>
> On Jan 23, 2021, at 9:43 AM, Invisible Man <[email protected]> wrote:
>
>
>
> > sudo wee_config --reconfigure --driver=user.wmr200 --no-prompt
>
> I have to do it after an apt upgrade weewx ?
>
> Anyway, I did do it again.
> It changes station_type to WMR200 (not Simulator) again.
> Is that normal ?
>
>
> On Saturday, January 23, 2021 at 6:25:46 PM UTC+1 [email protected] wrote:
>
>> Did you do step #4?
>>
>> sudo wee_config --reconfigure --driver=user.wmr200 --no-prompt
>>
>>
>> On Sat, Jan 23, 2021 at 9:16 AM Invisible Man <[email protected]>
>> wrote:
>>
>>> > I’m not sure why you keep mentioning simulator (as in
>>> extension/simulator).
>>>
>>> Because the doc https://github.com/weewx/weewx-wmr200 says "Install
>>> WeeWX, selecting 'Simulator' driver. See directions at
>>> http://weewx.com/docs/usersguide.htm#installing"
>>>
>>> >driver = simulator
>>>
>>> No, I don't have "driver = simulator", but I have:
>>>
>>> station_type = Simulator
>>>
>>> [Simulator]
>>> driver = weewx.drivers.simulator
>>>
>>> Is that normal ?
>>>
>>> On Saturday, January 23, 2021 at 5:58:38 PM UTC+1 [email protected]
>>> wrote:
>>>
>>>> I’m not sure why you keep mentioning simulator (as in
>>>> extension/simulator).
>>>>
>>>> Do you have the following line in your weewx.conf?
>>>>
>>>> driver = simulator
>>>>
>>>> If so, it should not be there.
>>>>
>>>> On Jan 23, 2021, at 8:49 AM, Invisible Man <[email protected]>
>>>> wrote:
>>>>
>>>>
>>>>
>>>> Hello,
>>>>
>>>> My outside temperature, my barometer, my dew point, my gust wind are
>>>> completely crazy!
>>>>
>>>> Important: this happened after an upgrade from 4.2.0 to 4.3.0, where I
>>>> had to install the WMR200 extension as it is no longer in the main weewx
>>>> in
>>>> 4.3.0. So please consider something might be wrong with my config for the
>>>> extension/simulator.
>>>>
>>>> Also, I used to use Python 2.7 and have shifted to Python 3.x. So, that
>>>> also might be a source of issue.
>>>>
>>>> My configuration is :
>>>>
>>>> - WMR200 station (using weewx-wmr200 extension)
>>>> - My original WMR200 temperature sensor is KO and I have "replaced"
>>>> it with a DIY sensor that sends its data using MQTT. Thus the MQTT
>>>> extension.
>>>> - My wind battery and my UV battery are low (but I wonder if it's
>>>> not just a detection issue, because they are always low even when I
>>>> change
>>>> batteries).
>>>> - I attach my weewx.conf
>>>>
>>>>
>>>> *Temperature: *
>>>>
>>>> The current outside temperature is 9°C. You see below that I receive a
>>>> MQTT message saying it is 9.14. Unit is degrees celsius. This is okay.
>>>>
>>>> Jan 23 17:10:22 vegan weewx[18515] DEBUG user.MQTTSubscribe: (Service)
>>>> MessageCallbackProvider data-> incoming topic: temperature/jardin, QOS: 0,
>>>> retain: 0, payload: b'9.14'
>>>> Jan 23 17:10:22 vegan weewx[18515] DEBUG user.MQTTSubscribe: (Service)
>>>> TopicManager data-> incoming temperature/jardin: outTemp: 9.14
>>>> Jan 23 17:10:24 vegan weewx[18515] DEBUG user.MQTTSubscribe: (Service)
>>>> TopicManager data-> outgoing temperature/jardin: dateTime:
>>>> 1611418222.9963524, outTemp: 9.14, usUnits: 16
>>>>
>>>> I also have an 'accumulated temperature'. Don't know exactly what that
>>>> is, and I'm surprised usUnits is 1. Strange.
>>>>
>>>> Jan 23 17:10:24 vegan weewx[18515] DEBUG user.MQTTSubscribe: (Service)
>>>> TopicManager data-> outgoing accumulated temperature/jardin: dateTime:
>>>> 1611418225.0, outTemp: 48.452, usUnits: 1
>>>>
>>>> A bit later, I have this kind of messages:
>>>>
>>>> - outTemp is 48.452. For some reason, this is Fahrenheit. Indeed
>>>> 48.452F=9C.
>>>>
>>>> Jan 23 17:10:24 vegan weewx[18515] DEBUG user.MQTTSubscribe: (Service)
>>>> data-> final packet is 2021-01-23 17:10:25 CET (1611418225): barometer:
>>>> 31.042868851248706, consBatteryVoltage: 12.564392224893147, dateTime:
>>>> 1611418225.0, heatingVoltage: 12.0, inHumidity: 27.78003341310109, inTemp:
>>>> 64.10998329344946, inTempBatteryStatus: 0, outHumidity: 78.28606553746118,
>>>> outTemp: 48.452, outTempBatteryStatus: 0, pressure: 31.042868851248706,
>>>> radiation: 46.14176895043754, rain: 0, rainBatteryStatus: 0,
>>>> referenceVoltage: 12.0, rxCheckPercent: 36.11042934389155, supplyVoltage:
>>>> 12.0, txBatteryStatus: 0, usUnits: 1, UV: 0.6459847653061255,
>>>> windBatteryStatus: 0, windDir: 349.7163932247671, windGust:
>>>> 0.34278689250776395, windGustDir: 349.7163932247671, windSpeed:
>>>> 0.28565574375646996
>>>>
>>>> My report in my template displays $current.outTemp to "-0.9°C" !!! This
>>>> not 9C, nor 48F :(
>>>>
>>>> *Barometer*
>>>>
>>>> On the WMR console, barometer indicates approx 980 mbar.
>>>> Why does this log say 31??? Other unit?
>>>>
>>>> Jan 23 17:10:24 vegan weewx[18515] DEBUG user.MQTTSubscribe: (Service)
>>>> data-> final packet is 2021-01-23 17:10:25 CET (1611418225): barometer:
>>>> 31.042868851248706,
>>>>
>>>> My report displays $current.barometer to 1053 mbar !!! This is not 980
>>>> !!
>>>>
>>>> *Wind gust*
>>>>
>>>> I have currently 3/5 km/h. But my report says 0 km/h. It could happen
>>>> that at a given time it is zero, but still I am suspicious about the value.
>>>>
>>>> I think there's a configuration issue somewhere in my files. This is
>>>> crazy.
>>>>
>>>>
>>>> --
>>>> 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 [email protected].
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/weewx-user/477cec36-536b-4d10-a095-ebc732e09548n%40googlegroups.com
>>>>
>>>> <https://groups.google.com/d/msgid/weewx-user/477cec36-536b-4d10-a095-ebc732e09548n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> <weewx.conf>
>>>>
>>>> --
>>> 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 [email protected].
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/weewx-user/6a24ee31-18e1-4c6f-93a3-bde38084b3b0n%40googlegroups.com
>>>
>>> <https://groups.google.com/d/msgid/weewx-user/6a24ee31-18e1-4c6f-93a3-bde38084b3b0n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/a3efc5ac-c3cc-4a81-9299-189a3141ef94n%40googlegroups.com
>
> <https://groups.google.com/d/msgid/weewx-user/a3efc5ac-c3cc-4a81-9299-189a3141ef94n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/b2bbb5b2-9bd9-4c6a-b32f-4e927de7d5c8n%40googlegroups.com.