Strange. I would expect something like this:
Search found 20 matches
- Wednesday 02 December 2020 15:47
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
- Wednesday 02 December 2020 15:01
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
- Wednesday 02 December 2020 14:37
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Can you provide de full debug log of the plugin including initialization?
Go to hardware, select the SMA Sunny Boy Solar Inverter and press update. This will trigger a reload of the plugin.
Than go to log and copy the full log output.
Go to hardware, select the SMA Sunny Boy Solar Inverter and press update. This will trigger a reload of the plugin.
Than go to log and copy the full log output.
- Tuesday 01 December 2020 15:15
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
In the log I do not see a SSL handshake, but I see it tries to setup the connection via HTTP port 80. What is you current configuration? Have configured it to use HTTPS? Can you share a screenshot?
- Monday 30 November 2020 21:31
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
You should run it on the synology device you run domoticz on. I want to see the ssl handshake process of the plugin with the sma device.
- Sunday 29 November 2020 23:49
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Could you make a tcpdump and share this? Would be something like: tcpdump -i any -w capture.pcap host 192.168.0.4 Let it run for a minute and than stop with ctrl-c so it has captured at least one try by the plugin to connect to the sma. Share the generated file called capture.pcap. You can share it ...
- Saturday 10 October 2020 21:08
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
That looks correct. The total production on the day will probably be shown tomorrow as soon as some power has been generated. It can also be found in de log view then.
- Saturday 10 October 2020 18:22
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Please try my improved version from https://github.com/rklomp/Domoticz-SMA-SunnyBoy
- Tuesday 15 September 2020 12:44
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Are you using my version? Interval can be set to 5 seconds.
https://github.com/rklomp/Domoticz-SMA-SunnyBoy
https://github.com/rklomp/Domoticz-SMA-SunnyBoy
- Wednesday 10 June 2020 14:34
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Yes best is to use my version.
Can you supply the log output?
Can you supply the log output?
- Wednesday 10 June 2020 13:36
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
It uses the User account to login to the device.
At IP Address fill in the IP of the device, not the URL.
At User group password the password of the "User" account.
At IP Address fill in the IP of the device, not the URL.
At User group password the password of the "User" account.
- Tuesday 21 April 2020 12:56
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
I have seen that issue at my setup before as well, but have not been able to figure out the exact issue yet
- Saturday 11 April 2020 0:11
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Good to hear! If you come across any other issues please let me know 

- Friday 10 April 2020 12:40
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
What software version a you running? Mine is using 3.10.16.R and serving https by default. If you access 192.168.0.200 in your browser, are you only able to access it on port 80? not 443? EDIT: I made the protocol configurable now. Go to the plugin directory and do a git pull After that set the ...
- Friday 10 April 2020 11:06
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
https://opensource.com/article/17/6/set-path-linux
or just run
or just run
Code: Select all
/volume1/@appstore/py3k/usr/local/bin/pip3 install requests
- Friday 10 April 2020 10:55
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
The issue is clearly stated in the warning.
add /volume1/@appstore/py3k/usr/local/bin to your PATH
or just run /volume1/@appstore/py3k/usr/local/bin/pip3
add /volume1/@appstore/py3k/usr/local/bin to your PATH
or just run /volume1/@appstore/py3k/usr/local/bin/pip3
- Friday 10 April 2020 10:24
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Try running:
python3 get-pip.py
python3 get-pip.py
- Friday 10 April 2020 9:50
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
What version of Python are you running? It looks like you have installed pip for python2.7. You should have pip for python3 aka pip3.
Try piping the curl command to python3 instead.
Try piping the curl command to python3 instead.
- Friday 10 April 2020 9:04
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
Do you have pip installed?
Can you try running "sudo pip3 install requests"
- René
Can you try running "sudo pip3 install requests"
- René
- Thursday 19 March 2020 22:54
- Forum: DIY Hardware and Protocols
- Topic: SMA Sunny Boy 1.5
- Replies: 90
- Views: 19964
Re: SMA Sunny Boy 1.5
I had my SMA inverter installed last week and experienced the same issues with the original plugin, so I decided to do a complete rewrite. My version can be found here: https://github.com/rklomp/Domoticz-SMA-SunnyBoy Feel free to try it out and post any issues you have. I am currently running it ...