I found a few posts from 2012 about this but nothing since, so I will ask here. Can Meteobridge Pro2 handle Blake-Larsen sunshine recorder input? If not, are there any plans to implement it? Was a unit ever sourced to do so...
the way other applications deal with the those days version of the Blake-Larsen SunRecorder was processing the text file SRSunshine.dat which is created by the SunRecorder Software every minute.
The nowadays available version doesn't provide that software but has a RS485 interface only.
As far as I know, owning the old B-L SunRecorder, for neither version an interface for MB was created.
CumulusMX can import the SRsunshine.dat data - and I use the per minute graph generated by the (Windows) software of the old version in a Weather template.
At least for the old version (text file) you might be able write your own script extracting the accrued sunshine duration and import it into your MB database.
However you would either need to repurpose an existing database record field or modify/extend the existing database schema by creating (a) new record(a) and respective table entries (minute, day, hour) in the MB database.
Could be worth the trial ...
How to automate the import would be another question as MB only allows manual import (or the script based version is not documented).
If you want MB to directly read the live data, then for both devices (old and new) some code would need to be written and integrated into MB to translate the RS485 signals at a USB port every second into sunshine yes, no information and accumulate the yes seconds per minute and hour.
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
Mattk wrote: ↑Fri Jan 26, 2024 1:41 am
That would appear there was no subsequent unit provided for the purpose?
the (rather trivial) interface description exists - serial signal via 1-wire USB interface - < x V = 0 (no sunshine), >= x = 1 (sunshine).
No unit really needed for writing the respective code (even though easier to test) - a user who has one for testing would suffice.
But, as smart this B-L SunRecorder a device is, there are rather few units sold ...
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
Mattk wrote: ↑Fri Jan 26, 2024 1:41 am
That would appear there was no subsequent unit provided for the purpose?
the (rather trivial) interface description exists - serial signal via 1-wire USB interface - < x V = 0 (no sunshine), >= x = 1 (sunshine).
No unit really needed for writing the respective code (even though easier to test) - a user who has one for testing would suffice.
But, as smart this B-L SunRecorder a device is, there are rather few units sold ...
I have a unit, but not the skill to write code. Could my "deactivated" TP Link MB be used to test?
Could one start from scratch and learn enough to have ability to write the code? I have worked a few Arduino projects.
If somehow the code got written.....would admin be willing to add to MB OS?
Thanks all for comments on this - and apologies for only replying now!
Appreciate it's quite a niche request, thanks for considering anyway. I did use the suggestion of interrogating the .dat files and writing my own script to export these values into a separate database for further processing downstream. So many thanks for that!