[holy thread resurrection, batman! Yes, I know it's taken longer than planned]
On Sun, 20 Dec 2020 at 09:13, Andrew Elwell <[email protected]> wrote: > > So: my plan is to patch the mqtt add-on to include a "enable home-assistant" > configuration flag, and then get it to publish the configuration details as > per https://www.home-assistant.io/docs/mqtt/discovery/ I've started poking at this again, having spent some time working on a similar thing for our EpEver solar charge controller. Well, that and annoyance that weewx is saving the values from my FineOffset WS1080 (actually a https://www.jaycar.com.au/p/XC0348) with rounding errors sqlite> select outTemp from archive order by dateTime desc limit 10; 8.5 8.45 8.46666666666667 8.45 8.5 8.56666666666667 8.68333333333334 8.7 8.7 8.76 sqlite> but that's another days worry to work out where that's coming from. Are there any particular functions that get called when weewx is started, as I don't want to send the configuration every cycle. Many thanks Andrew -- 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/CAANX9yfMdDWRDZE4DnFc3WkF1-k1ekuxYU-%2BmqvcAaw%2Be9u29A%40mail.gmail.com.
