puterboy
puterboy
I liberalized the selection algorithm from my origional conception so it only records data when, EITHER: - Power > 0 (so this captures all time power is being consumed -...
> The challenging part here would be the signal decoder, as rtlamr is written in GO and it would need to rewritten in C to support the ESP32 chip. Which...
Actually, it seems like even one bad sample can trigger this...
Note my ideal behavior in case of invalid or absent sensor data would be the following: 1. Sensor displays NA in the ribbon 2. Histogram skips the data point
It seems to break if the command returns nothing. Until that is fixed, try this to replicate: bash -c "if [ -e /tmp/crap ]; then /bin/true; else date +%M; fi"...
Were you able to replicate with the above explanation?
I am still getting the problem whereby if a sensor is offline (and thereby returns an error) that the graph fails even when the sensor resumes... And that the problem...
@LazeMSS - any ideas why this is still occuring?
Enjoy your vacation!!!! I'm sure it's well-deserved. LazeMSS wrote at about 21:06:14 -0800 on Sunday, January 29, 2023: > I'm on holiday will look later > > -- > Reply...
OK here is a command you can use to recreate the problem: ```bash -c '(DATE=$(date +%s); if [ $DATE -lt TSTART-o $DATE -gt TEND]; then expr \( $DATE / 10...