matthewwall / weewx-wcloud

upload data to weathercloud
5 stars 3 forks source link

Possible issue changing the year? I don't know. #3

Closed jvcsw closed 2 years ago

jvcsw commented 2 years ago

Hi everyone,

I don't if this is an issue.

So far everything was working fine. Every 10 minutes the data is uploaded to weathercloud.

But, last week I rebooted the host that contains the weewx docker with this wcloud extension (only reboot, without any other change).

Now, I can't detect any connection to wcloud from the weewx container, but Weewx is sending the data to the mqtt server correctly.

I don't know the problem. Is there any log to check the problem?

Thanks

Weewx conf:

[StdRESTful]

[[WeatherCloud]]
    id = xxxxxxxxxxxxxx
    key = xxxxxxxxxxxxxxxxxxxxx

[Engine]

# The following section specifies which services should be run and in what order.
[[Services]]
    prep_services = weewx.engine.StdTimeSynch
    data_services = ,
    process_services = weewx.engine.StdConvert, weewx.engine.StdCalibrate, weewx.engine.StdQC, weewx.wxservices.StdWXCalculate
    xtype_services = weewx.wxxtypes.StdWXXTypes, weewx.wxxtypes.StdPressureCooker, weewx.wxxtypes.StdRainRater, weewx.wxxtypes.StdDelta
    archive_services = weewx.engine.StdArchive
    restful_services = weewx.restx.StdStationRegistry, weewx.restx.StdWunderground, weewx.restx.StdPWSweather, weewx.restx.StdCWOP, weewx.restx.StdWOW, weewx.restx.StdAWEKAS, user.wcloud.WeatherCloud, user.mqtt.MQTT
    report_services = weewx.engine.StdPrint, weewx.engine.StdReport
jvcsw commented 2 years ago

Works again without do it nothing.