• Discord: yuruc3

  • Joined on 2025-05-08
YuruC3 pushed to main at YuruC3/MD1200 2025-10-18 09:53:23 +03:00
5a67e90143 Changed issue 7 as well as some other tweaks
YuruC3 commented on issue YuruC3/MD1200#5 2025-10-17 21:45:06 +03:00
Null values from serial

I need to wait for the script to crash at this point again as I don't remember what step it crashed at.

YuruC3 closed issue YuruC3/MD1200#6 2025-10-17 21:43:56 +03:00
Store fan speed
YuruC3 commented on issue YuruC3/MD1200#7 2025-10-17 21:31:31 +03:00
add try while sending data to influxdb

It is presumably fixed as I have added INFLUX_MAX_RETRIES variable that let's user set how many retries should be done

YuruC3 opened issue YuruC3/MD1200#8 2025-10-17 20:34:38 +03:00
Documentation
YuruC3 pushed to main at YuruC3/OPNsense-NetFlow-export 2025-10-03 21:04:40 +03:00
07b0876bbb Add dashboard2.json
YuruC3 pushed to main at YuruC3/OPNsense-NetFlow-export 2025-10-03 21:02:59 +03:00
ffe50a751b Update dashboard.json
YuruC3 opened issue YuruC3/MD1200#7 2025-10-01 10:57:50 +03:00
add try while sending data to influxdb
YuruC3 opened issue YuruC3/MD1200#6 2025-09-10 18:11:37 +03:00
Store fan speed
YuruC3 opened issue YuruC3/MD1200#5 2025-09-09 11:35:51 +03:00
Resiliancy
YuruC3 commented on issue YuruC3/MD1200#3 2025-09-09 11:35:05 +03:00
Implement schedule module

no longer needed

YuruC3 closed issue YuruC3/MD1200#3 2025-09-09 11:35:05 +03:00
Implement schedule module
YuruC3 commented on issue YuruC3/MD1200#4 2025-09-09 11:34:44 +03:00
change set_speed to _shutup

I was wrong ig

YuruC3 closed issue YuruC3/MD1200#4 2025-09-09 11:34:44 +03:00
change set_speed to _shutup
YuruC3 commented on issue YuruC3/OPNsense-NetFlow-export#6 2025-08-20 21:12:35 +03:00
multithreading

nah it wasn't

YuruC3 closed issue YuruC3/OPNsense-NetFlow-export#6 2025-08-20 21:12:35 +03:00
multithreading
YuruC3 pushed to main at YuruC3/OPNsense-NetFlow-export 2025-08-20 21:11:40 +03:00
03deca7466 IP2Location works again.
YuruC3 commented on issue YuruC3/OPNsense-NetFlow-export#4 2025-08-20 21:07:40 +03:00
Fix domain lookup

It was caused by multiple threads trying to read IP2Locaiton.bin simultaneously.

The fix was to use SHARED_MEMORY. It loads the file to memory to avoid trash readings. It is also less…

YuruC3 closed issue YuruC3/OPNsense-NetFlow-export#4 2025-08-20 21:07:40 +03:00
Fix domain lookup
YuruC3 closed issue YuruC3/OPNsense-NetFlow-export#5 2025-08-20 19:16:07 +03:00
OOP