To clarify.
You have weewx working with extra sensors.
You are now trying to get mesowx working on a remote server, which you have
access to.
> and edited the weewx.conf, added the 2 provided special sync.py from LH...
sync_lh9.py I assume is one of those files, what's the 2nd one?
> Dec 1 15:17:48 raspberrypi weewx[3393]: **** val =
> dict.__getitem__(self, key)
> Dec 1 15:17:48 raspberrypi weewx[3393]: **** KeyError:
> 'remote_server_url'
> Dec 1 15:17:48 raspberrypi weewx[3393]: **** Exiting.
>
> [RemoteSync]
> #
> # This section is for configuration of the MesoWx remote sync
service/plugin. This service
> # will synchronize archive and/or raw/LOOP data to a Meso web server
instance over HTTP.
> #
> # The base URL of your Meso instance
> # remote_server_url = XXX obfuscated by wee_debug XXX
Going by the supplied weewx.conf file, you don't have the
"remote_server_url" available, it's commented out.
Try uncommenting it and see what happens.
Regarding the extra sensors that you mention in your other thread, as
Andrew says the database needs to know about them.
>From memory, at least the following 2 mesowx files need the additional
sensor data added to them.
js/Config.js
Config.fieldDefaults = {
'dateTime': new meso.FieldDef('dateTime',
meso.Unit.ms,
0, meso.Agg.avg),
'outTemp': new meso.FieldDef('outTemp',
mesowx.Unit.c, 1, meso.Agg.avg, 'Out Temp'),
[...]
also within
meso/include/config.json
"columns" : {
"dateTime" : {"type" : "number", "unit" : "s"},
"interval" : {},
"barometer" : {"unit" : "hPa"},
[...]
Cheers
Glenn
rorpi - read only raspberry pi + weewx: now with scripts
<https://github.com/glennmckechnie/rorpi-raspberrypi>
--
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].
For more options, visit https://groups.google.com/d/optout.