I just found out rtl_433 is the cause of the 70% nonstop cpu usage. I optimized the rtl_433 command:cmd = rtl_433 -f 868.3M -M time:utc -M protocol -M level -F json -Y classic -Y autolevel -Y squelch -s 250k -R 78 -R 32(added squelch, autolevel and reduced bandwith to 250k).CPU usage down to 15%, let's see how this goes. Maybe I will try out whether neowx-material will still occupy the cpu for so long.
Is Influx and grafana easy to learn? I'm really not much of a developer, as html, css and lets say the weewx config files already are enough of a hassle for me, if I make some error somewhere :D
Option a: sounds interesting too, so could i save to an additional mysql database on an external device/storage and run wee_reports periodically on that device?
I had an Idea: If I understand the strategies wiki right: can I save to the local sqlite database and to an external mysql database simultaneously?
archive_services = weewx.engine.StdArchive, user.MyArchive
If so, I could send it to a mysql database on my webhosting and then access it with another weewx installation on another computer and let the heavier skins run there? So:raspberry Pi A [sqlite local reports] --> webserver [mysql] <--> raspberry Pi B (or other computer) [skin reports]Could I access the mysql database simultaneously with weewx on system B? Would it run reports automatically without an attached weather station?
--
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 weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e2c101ac-464c-412d-8daa-e32752e98effn%40googlegroups.com.