good morning, i solved this with a workaround. since the data is coming in, but i can't get it directly into the weewx database, i now rewrite the incoming date via shell script into a csv file, which i then import cron-based via the weewx import module. it's not 100% live. but at least it's in the db. i changed the original logger to write to csv: https://pastebin.com/mhAHT2fP cron does this: * * * * * /home/pi/git/logger/logger.sh >/dev/null 2>&1 # every minute */10 * * * * /home/pi/git/logger/logger-import.sh >/dev/null 2>&1 # every 10 minutes see logger.sh: https://pastebin.com/ikMBMsrr logger-import.sh: https://pastebin.com/zeybbJFB
-- 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/2c4ccbfd-a44d-4270-a493-2d7830640757n%40googlegroups.com.
