Belchertown should get data as soon as there is a dateTime in the MQTT 
payload. Simulator should send this. What you have looks correct, but more 
validating needs to take place. Use another client to connect to the MQTT 
broker to validate you're seeing any data at all therethere. 

Or run Belchertown in debug mode and check the Chrome logs to see what it 
says. To run debug, add /?debug=true to the end of your site, like 
https://belchertownweather.com/?debug=true - then open the Chrome console 
by going to Settings > More Tools > Developer Tools and open the Console 
tab. Almost everything the skin is doing is viewable in this debug mode, 
from chart generation to any and all MQTT payload data it's seeing.



On Wednesday, February 26, 2020 at 3:56:02 AM UTC-5, Gert Andersen wrote:
>
> Hi there
> Is this scenario possible.
>
> Currently I have an Ecowitt GW1000 which sends data to a VPS Server every 
> 16 seconds with Weewx Interceptor, MQTT and Belchertowner installed on the 
> VPS Server. This works fine.
>
> I also have a Davis Vantage Pro2, which is connected to a Meetobridge via 
> Davis USB logger. This also works fine.
>
> Here's my new scenario:
> Davis USB logger connected to rpi/weewx. On rpi/weewx I want to install 
> mqtt with the following content:
>
> [[MQTT]]
>         server_url = mqtt: // user: password @ vps_host_name: 1883 /
>         topic = weather
>         binding = archive, loop
>         aggregation = aggregate
>         log_success = False
>         log_failure = True
>
> On <vps-host_name> I have installed Mosquitto which works fine with upload 
> via Interceptor. I want this to be able to upload every 2 seconds.
>
> I have not yet connected Davis to the rpi / weewx. but tried the 
> configuration with Simulator and the above MQTT configuration. Belchertown 
> on <vps_host_name> connects fine to MQTT, but is awaiting data. Is it 
> because Simulator does not send data via MQTT or because my configuration 
> is wrong.
>
> Gert
>

-- 
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/1ae4cc59-a13d-42c8-a31e-c2c0a066af42%40googlegroups.com.

Reply via email to