Search found 20 matches

by rklomp
Wednesday 02 December 2020 15:47
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 19964

Re: SMA Sunny Boy 1.5

Huff002 wrote: Wednesday 02 December 2020 15:11 I let it run longer and did a update on the hardware in Domotics while running.
New log attached, it looks the same for me 8-)
Strange. I would expect something like this:
Image
by rklomp
Wednesday 02 December 2020 15:01
Forum: DIY Hardware and Protocols
Topic: SMA Sunny Boy 1.5
Replies: 90
Views: 19964

Re: SMA Sunny Boy 1.5

Huff002 wrote: Wednesday 02 December 2020 14:56 New log and printscreen of settings attached.
Thanks, For some reason I do not see the SSL traffic. Can you try with -s 65535 added to the command?

tcpdump -i any -s 65535 -w capture.pcap host 192.168.0.4
by rklomp
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.
by rklomp
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?
by rklomp
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.
by rklomp
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 ...
by rklomp
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.
by rklomp
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

fdemees wrote: Saturday 10 October 2020 18:04 I copied your script (copy/paste) from /github.com/merlot-dev/Domoticz-SMA-SunnyBoy/
Please try my improved version from https://github.com/rklomp/Domoticz-SMA-SunnyBoy
by rklomp
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
by rklomp
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?
by rklomp
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.
by rklomp
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
by rklomp
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 :)
by rklomp
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 ...
by rklomp
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

Code: Select all

/volume1/@appstore/py3k/usr/local/bin/pip3 install requests
by rklomp
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
by rklomp
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
by rklomp
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.
by rklomp
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é
by rklomp
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 ...