I installed SBFspot on a Raspberry Pi 3B last week and it works pretty good,
Every 5 minutes it uploads the bluetooth data of my SMA Sunnyboy 4000TK to PVOutput and I am able to include the PVOutput data in my Home Assistant, I also uploaded all the older data via csv files to the PVOutput (SolarDAUW) is fully up-to-date
There is however a small thing…the cronjob operates between 7am to 7pm. At 7pm there is however still a small output of 12-30 Watt. Consequenty the live data never goes to zero. It appears to me that this can be easy solve by adjusting the cronjob and set the end time to e.g 8 pm or 9pm.
From the old document you should do this with crontab -e
But the only crontab file I could find (/etc/crontab) is not including the part that is activating SBFspot
I install SBFsport via the latest instruction : curl -s https://raw.githubusercontent.com/sbfspot/sbfspot-config/master/sbfspot-config | sudo bash
Question is thus how to adjust the cronjob in this latest configuration ?
Regards,
Eddy