123solar 1.7.0
Re: 123solar 1.7.0
Hello,
123solar 1.7.1 is out :
- Updated to Highcharts 6
- Use 'annotations' for max/last power on index
- Rework for rpinotify 2.0
- Usual clean up
Bye
123solar 1.7.1 is out :
- Updated to Highcharts 6
- Use 'annotations' for max/last power on index
- Rework for rpinotify 2.0
- Usual clean up
Bye
Re: 123solar 1.7.0
Hi,
123solar 1.7.2 is out :
- Updt annotation
- Bug showing daily value in production data (older than a year)
- Bug might show running on reboot while getting a problem on starting boot123s
- Bug daemon check
- Rework startup/stop
- Usual clean up and updated JS libs
Bye
123solar 1.7.2 is out :
- Updt annotation
- Bug showing daily value in production data (older than a year)
- Bug might show running on reboot while getting a problem on starting boot123s
- Bug daemon check
- Rework startup/stop
- Usual clean up and updated JS libs
Bye
Re: 123solar 1.7.0
Hi,
123solar 1.7.3 is released :
- Removed DAEMONMODE, you need to save inverter(s) config(s)
- Removed PORT option for 485solar-get
- Allow to set IP adress for eth protocols (fronius, kaco, piko)
- Reworked piko stat protocol
- Updated updater
- Disalllow huge log files
- Main page bug with IE bug (JS foreach)
Bye
123solar 1.7.3 is released :
- Removed DAEMONMODE, you need to save inverter(s) config(s)
- Removed PORT option for 485solar-get
- Allow to set IP adress for eth protocols (fronius, kaco, piko)
- Reworked piko stat protocol
- Updated updater
- Disalllow huge log files
- Main page bug with IE bug (JS foreach)
Bye
Re: 123solar 1.7.0
Hi Jeanmarc,
as always a great job.
Thank you
I report a problem with the sdm120c protocol.
The integrated protocol does not work (did not work even in previous versions).
HERE you will find a modified and working version
... if you can integrate it in the next version ....
as always a great job.

Thank you

I report a problem with the sdm120c protocol.
The integrated protocol does not work (did not work even in previous versions).
HERE you will find a modified and working version
... if you can integrate it in the next version ....
Re: 123solar 1.7.0
Hi Flane,
thanks for the feedback, i'll include that
thanks for the feedback, i'll include that
Re: 123solar 1.7.0
Hi Jean-Marc,
Since updating to 1.7.3 my 123solar sometimes goes into 'off' mode all of the sudden and stops logging.
I have run it once in debug mode to see if any errors appear but after the last unexpected 'stop', nothing special can be found in the log.
Yesterday evening my 123solar was found stopped, and these are the last lines in the log:
I'm using the Yasdi protocol for the inverter, and I do not believe there are new settings?
Please me know how to further troubleshoot this issue...
Ron
Since updating to 1.7.3 my 123solar sometimes goes into 'off' mode all of the sudden and stops logging.
I have run it once in debug mode to see if any errors appear but after the last unexpected 'stop', nothing special can be found in the log.
Yesterday evening my 123solar was found stopped, and these are the last lines in the log:
Code: Select all
Wait for GetDeviceHandles 0
Device detect timeout, or device_nr not found
Detect daemon...
Trying to connect...
No daemon found
Selected Options:
debug :1 data :1 events :0
alarms :0 info :0 comments :0
help :0 initcommport :1 status :0
synchrone :0 DeviceNr :0 StartDaemon :0
DaemonState :0 RequestDaemon:0 monitor :0
Version :0 ExitDaemon :0
yasdiMasterInitialize /etc/yasdi.ini
yasdiMasterSetDriverOnline
DoStartDeviceDetection asyc ...
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Wait for GetDeviceHandles 0
Device detect timeout, or device_nr not found
Device detect timeout, or device_nr not found
Device detect timeout, or device_nr not found
Device detect timeout, or device_nr not found
Device detect timeout, or device_nr not found
Device detect timeout, or device_nr not found
I'm using the Yasdi protocol for the inverter, and I do not believe there are new settings?
Please me know how to further troubleshoot this issue...
Ron
Re: 123solar 1.7.0
Hi Ron,
What do you mean by 'goes off' is it the big button ? Check if 123s is running when that happen "ps -ef | grep 123solar"
Also is there a scripts/123solar.pid file ? Does it correspond to the running process ?
What do you mean by 'goes off' is it the big button ? Check if 123s is running when that happen "ps -ef | grep 123solar"
Also is there a scripts/123solar.pid file ? Does it correspond to the running process ?
Re: 123solar 1.7.0
Hi Jean-Marc,
Yes, this is the 'big' on/off switch in the first Admin page. During operation something happens, stopping 123solar (metern does continue).
In that situation, there is no running process anymore :
The PID file does still exist:
It shows the previous PID:
But that process is gone:
I will leave it off for today in case you require some other info....
Thanks,
Ron
Yes, this is the 'big' on/off switch in the first Admin page. During operation something happens, stopping 123solar (metern does continue).
In that situation, there is no running process anymore :
Code: Select all
root@raspberry_mk:/home/pi# ps aux|grep 123
root 11582 0.0 0.3 4364 1804 pts/0 S+ 08:12 0:00 grep 123
Code: Select all
root@raspberry_mk:/home/pi# ls -al /usr/share/nginx/www/123solar/scripts/123solar.pid
-rw-r--r-- 1 www-data www-data 5 Jun 18 17:27 /usr/share/nginx/www/123solar/scripts/123solar.pid
Code: Select all
root@raspberry_mk:/home/pi# cat /usr/share/nginx/www/123solar/scripts/123solar.pid
13973root@raspberry_mk:/home/pi#
Code: Select all
root@raspberry_mk:/home/pi# ps aux|grep 13973
root 11630 0.0 0.3 4364 1808 pts/0 S+ 08:18 0:00 grep 13973
I will leave it off for today in case you require some other info....
Thanks,
Ron
Re: 123solar 1.7.0
Hello Ron,
I guess 123s process die because of SBFspot "Device detect timeout". Maybe you can increase the $timeout_setup in protocols/SBFspot.php ?
Also, does SBF return something when 123s stop ?
I guess 123s process die because of SBFspot "Device detect timeout". Maybe you can increase the $timeout_setup in protocols/SBFspot.php ?
Also, does SBF return something when 123s stop ?
Re: 123solar 1.7.0
Jean-Marc,
Thank you for the feedback, but I wonder if we are on the same page. I am using Yasdi protocol RS485 from SMA inverter.
I'm not using the SBFspot software, but 485solar-get software!
I did change the value, but wonder if this would make sense...
Best regards,
Ron
Thank you for the feedback, but I wonder if we are on the same page. I am using Yasdi protocol RS485 from SMA inverter.
I'm not using the SBFspot software, but 485solar-get software!
I did change the value, but wonder if this would make sense...
Best regards,
Ron
Who is online
Users browsing this forum: No registered users and 0 guests