On Sunday, January 6, 2019 at 1:17:07 AM UTC-5, Ian Millard wrote: > > I may be imagining things but some time ago I came across a mention of a > Meteobridge realtime extension for weeWX to emit live data in a similar > fashion to the CRT extension. I have searched and searched but nothing has > turned up. I am prepared to try and have a go myself but Python is very > much *not* my strong point. Is there anyone willing to hold my hand > through the process? >
you should be able to do this pretty easily. post questions here, or if it gets too technical move the discussion to weewx-development, if you like. we've been through this process before with cumulus (realtime.txt and variants) and weatherdisplay (customclientraw.txt and variants) for steelseries and numerous other 'templates'. you might want to start by forking the weewx-crt extension. just modify the output so that it contains the data in whatever order and format meteobridge emits them. hopefully you can get the specification from boris or brian. but if not, you can easily reverse engineer it by looking at a sample of whatever weather34 for meteobridge is trying to ingest. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
