Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no Speedwire ping response on startup #16773

Closed
1 task done
igotsoul opened this issue Oct 21, 2024 · 1 comment
Closed
1 task done

no Speedwire ping response on startup #16773

igotsoul opened this issue Oct 21, 2024 · 1 comment

Comments

@igotsoul
Copy link

Describe the bug

Während des Startups erscheint folgende Meldung im Log:

[main ] FATAL 2024/10/21 21:41:28 cannot create meter 'grid1': cannot create meter type 'template': cannot create meter type 'sma': failed to get device: no Speedwire ping response for 192.168.178.51

evcc bleibt dann im Failsafe Modus.

Interessanterweise kommen allerdings die SMA HomeManager Datagramme an, d.h. irgendwie scheint nur der Speedwire "ping" nicht während der Timeout Zeit anzukommen, denn evcc meter zeigt die korrekten Werte an

user@raspberrypi:~ $ evcc meter
[main ] INFO 2024/10/21 21:46:38 evcc 0.130.13
[main ] INFO 2024/10/21 21:46:38 using config file: /etc/evcc.yaml
pv2

Power: 0W
Energy: 0.0kWh

pv3

Power: 0W
Energy: 0.0kWh

**grid1

Power: 440W
Energy: 18968.6kWh
Current L1..L3: 1.67A 0.813A 0.291A
Voltage L1..L3: 237V 238V 238V
Power L1..L3: 294W 115W 30W**

Das Problem tritt bei gleicher Config sowohl auf einer Docker Installation, wie bei einer Linux Instanz auf.

Steps to reproduce

  1. Configure SMA Home Manager
  2. Start evcc
  3. Check logfile for error above

Configuration details

network:
  schema: http
  host: raspberrypi # .local suffix announces the hostname on MDNS
  port: 7070

log: log
levels:
  cache: error

# unique installation id
plant: f9df1eac0e8d9008f27861e9c53cdccb681cb978568a3141210bb36c09065568

interval: 30s # control cycle interval

meters:
- type: template
  template: sma-home-manager 
  usage: grid  
  host: 192.168.178.51  
  name: grid1
  interface: eth0
- type: template
  template: sma-inverter-modbus 
  id: 1  
  host: 192.168.178.53  
  port: 502  
  usage: pv  
  modbus: tcpip  
  name: pv2
- type: template
  template: sma-inverter-modbus 
  id: 2  
  host: 192.168.178.52
  port: 502  
  usage: pv  
  modbus: tcpip  
  name: pv3
  
chargers:
- type: template
  template: openwb 
  host: openwb  
  name: wallbox4

loadpoints:
- title: Carport
  charger: wallbox4
  mode: minpv

site:
  title: myHome
  meters:
    grid: grid1
    pv:
    - pv2
    - pv3

Log details

[main ] INFO 2024/10/21 21:41:24 evcc 0.130.13
[main ] INFO 2024/10/21 21:41:24 using config file: /etc/evcc.yaml
[db ] INFO 2024/10/21 21:41:24 using sqlite database: /var/lib/evcc/evcc.db
[db ] TRACE 2024/10/21 21:41:24 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db ] TRACE 2024/10/21 21:41:24 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "settings" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db ] TRACE 2024/10/21 21:41:24 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db ] TRACE 2024/10/21 21:41:24 SELECT * FROM `settings` 2 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "configs" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db ] TRACE 2024/10/21 21:41:25 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[main ] INFO 2024/10/21 21:41:25 listening at :7070
[db ] TRACE 2024/10/21 21:41:25 SELECT * FROM `configs` WHERE `configs`.`class` = 2 0 <nil>
[sma ] TRACE 2024/10/21 21:41:25 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:25 send discover package
[sma ] TRACE 2024/10/21 21:41:25 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:25 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 21:41:25 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:25 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:26 send discover package
[sma ] TRACE 2024/10/21 21:41:26 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 21:41:26 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:26 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:26 send discover package
[sma ] TRACE 2024/10/21 21:41:26 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 21:41:26 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:26 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:27 send discover package
[sma ] TRACE 2024/10/21 21:41:27 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 21:41:27 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:27 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:27 send discover package
[sma ] TRACE 2024/10/21 21:41:27 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 21:41:27 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:27 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[main ] FATAL 2024/10/21 21:41:28 cannot create meter 'grid1': cannot create meter type 'template': cannot create meter type 'sma': failed to get device: no Speedwire ping response for 192.168.178.51
[main ] FATAL 2024/10/21 21:41:28 will attempt restart in: 15m0s
[main ] TRACE 2024/10/21 21:41:28 GET https://api.github.com/repos/evcc-io/evcc/releases/latest
[sma ] TRACE 2024/10/21 21:41:28 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[main ] TRACE 2024/10/21 21:41:28 {"url":"https://api.github.com/repos/evcc-io/evcc/releases/177975368","assets_url":"https://api.github.com/repos/evcc-io/evcc/releases/177975368/assets","upload_url":"https://uploads.github.com/repos/evcc-io/evcc/releases/177975368/assets{?name,label}","html_url":"https://github.com/evcc-io/evcc/releases/tag/0.130.13","id":177975368,"author":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","user_view_type":"public","site_admin":false},"node_id":"RE_kwDODX4bUs4Km7BI","tag_name":"0.130.13","target_commitish":"master","name":"0.130.13","draft":false,"prerelease":false,"created_at":"2024-10-02T07:45:00Z","published_at":"2024-10-02T11:13:47Z","assets":[{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/196371494","id":196371494,"node_id":"RA_kwDODX4bUs4LtGQm","name":"checksums.txt","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":762,"download_count":14,"created_at":"2024-10-02T11:25:39Z","updated_at":"2024-10-02T11:25:39Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.13/checksums.txt"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/196371493","id":196371493,"node_id":"RA_kwDODX4bUs4LtGQl","name":"evcc_0.130.13_amd64.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","user_view_type":"public","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":24759628,"download_count":43,"created_at":"2024-10-02T11:25:38Z","updated_at":"2024-10-02T11:25:39Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.13/evcc_0.130.13_amd64.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/196371491","id":196371491,"node_id":"RA_kwDODX4bUs4LtGQj","name":"evcc_0.130.13_arm64.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","user_view_type":"public","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":22917018,"download_count":10,"created_at":"2024-10-02T11:25:38Z","updated_at":"2024-10-02T11:25:39Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.13/evcc_0.130.13_arm64.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/196371492","id":196371492,"node_id":"RA_kwDODX4bUs4LtGQk","name":"evcc_0.130.13_armhf.deb","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","user_view_type":"public","site_admin":false},"content_type":"application/vnd.debian.binary-package","state":"uploaded","size":23632348,"download_count":80,"created_at":"2024-10-02T11:25:38Z","updated_at":"2024-10-02T11:25:39Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0.130.13/evcc_0.130.13_armhf.deb"},{"url":"https://api.github.com/repos/evcc-io/evcc/releases/assets/196371487","id":196371487,"node_id":"RA_kwDODX4bUs4LtGQf","name":"evcc_0.130.13_linux-amd64.tar.gz","label":"","uploader":{"login":"andig","id":184815,"node_id":"MDQ6VXNlcjE4NDgxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/184815?v=4","gravatar_id":"","url":"https://api.github.com/users/andig","html_url":"https://github.com/andig","followers_url":"https://api.github.com/users/andig/followers","following_url":"https://api.github.com/users/andig/following{/other_user}","gists_url":"https://api.github.com/users/andig/gists{/gist_id}","starred_url":"https://api.github.com/users/andig/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/andig/subscriptions","organizations_url":"https://api.github.com/users/andig/orgs","repos_url":"https://api.github.com/users/andig/repos","events_url":"https://api.github.com/users/andig/events{/privacy}","received_events_url":"https://api.github.com/users/andig/received_events","type":"User","user_view_type":"public","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":24638913,"download_count":55,"created_at":"2024-10-02T11:25:37Z","updated_at":"2024-10-02T11:25:38Z","browser_download_url":"https://github.com/evcc-io/evcc/releases/download/0
[sma ] TRACE 2024/10/21 21:41:28 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:28 discover - skip ip 192.168.178.51: no Speedwire ping response for 192.168.178.51
[sma ] TRACE 2024/10/21 21:41:28 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:29 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:29 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[server] TRACE 2024/10/21 21:41:30 web socket upgrade: context canceled
[sma ] TRACE 2024/10/21 21:41:30 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:30 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:31 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:31 discover - skip ip 192.168.178.51: no Speedwire ping response for 192.168.178.51
[sma ] TRACE 2024/10/21 21:41:31 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:32 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:32 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:33 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:33 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:34 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:34 discover - skip ip 192.168.178.51: no Speedwire ping response for 192.168.178.51
[sma ] TRACE 2024/10/21 21:41:34 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:35 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:35 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:36 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:36 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:37 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:37 discover - skip ip 192.168.178.51: no Speedwire ping response for 192.168.178.51
[sma ] TRACE 2024/10/21 21:41:37 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:38 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:38 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:39 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:39 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:40 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:41:40 discover - skip ip 192.168.178.51: no Speedwire ping response for 192.168.178.51
[sma ] TRACE 2024/10/21 21:41:51 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[server] TRACE 2024/10/21 21:41:56 web socket upgrade: context canceled
[sma ] TRACE 2024/10/21 21:42:25 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:42:56 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:43:29 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:44:00 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:44:31 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 21:45:05 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[server] TRACE 2024/10/21 21:45:17 web socket upgrade: context canceled

What type of operating system are you running?

Linux

Nightly build

  • I have verified that the issue is reproducible with the latest nightly build

Version

evcc version 0.130.13

@igotsoul
Copy link
Author

igotsoul commented Oct 21, 2024

Eine Anmerkung dazu, da das Fehlerbild nicht konstant ist. Habe evcc nun mehrmals gestoppt und gestartet. Bein manchen Versuchen erscheint eine etwas abweichende Fehlermeldung im Log:

[main ] INFO 2024/10/21 22:04:48 evcc 0.130.13
[main ] INFO 2024/10/21 22:04:48 using config file: /etc/evcc.yaml
[db ] INFO 2024/10/21 22:04:48 using sqlite database: /var/lib/evcc/evcc.db
[db ] TRACE 2024/10/21 22:04:48 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="settings" -1 <nil>
[db ] TRACE 2024/10/21 22:04:48 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "settings" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db ] TRACE 2024/10/21 22:04:48 SELECT * FROM `settings` LIMIT 1 -1 <nil>
[db ] TRACE 2024/10/21 22:04:48 SELECT * FROM `settings` 2 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="devices" -1 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="device_details" -1 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="configs" -1 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT sql FROM sqlite_master WHERE type IN ("table","index") AND tbl_name = "configs" AND sql IS NOT NULL order by type = "table" desc 1 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT * FROM `configs` LIMIT 1 -1 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[db ] TRACE 2024/10/21 22:04:49 SELECT count(*) FROM sqlite_master WHERE type='table' AND name="config_details" -1 <nil>
[main ] INFO 2024/10/21 22:04:49 listening at :7070
[sma ] TRACE 2024/10/21 22:04:49 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[db ] TRACE 2024/10/21 22:04:49 SELECT * FROM `configs` WHERE `configs`.`class` = 2 0 <nil>
[sma ] TRACE 2024/10/21 22:04:49 send discover package
[sma ] TRACE 2024/10/21 22:04:49 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:49 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 22:04:49 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:49 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:50 send discover package
[sma ] TRACE 2024/10/21 22:04:50 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 22:04:50 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:50 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:50 send discover package
[sma ] TRACE 2024/10/21 22:04:50 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 22:04:50 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:50 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:51 recv 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:51 new inverter at 192.168.178.51 - Serial=3004904911
[sma ] TRACE 2024/10/21 22:04:51 found device 3004904911 at 192.168.178.51
[sma ] TRACE 2024/10/21 22:04:51 new inverter at 192.168.178.51 - Serial=3004904911
[sma ] TRACE 2024/10/21 22:04:51 login for 192.168.178.51:9522
[sma ] TRACE 2024/10/21 22:04:51 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:51 send discover package
[sma ] TRACE 2024/10/21 22:04:51 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 22:04:51 login for 192.168.178.51:9522
[sma ] TRACE 2024/10/21 22:04:51 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:51 send discover package
[sma ] TRACE 2024/10/21 22:04:51 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[sma ] TRACE 2024/10/21 22:04:52 login for 192.168.178.51:9522
[sma ] TRACE 2024/10/21 22:04:52 send 192.168.178.51: [proto.GroupPacketEntry, proto.SmaNet2PacketEntry]
[sma ] TRACE 2024/10/21 22:04:52 send discover package
[sma ] TRACE 2024/10/21 22:04:52 recv 192.168.178.51: [proto.GroupPacketEntry, proto.UnknownPacketEntry, proto.SmaNet2PacketEntry, proto.DiscoveryRequestPacketEntry, proto.DiscoveryIPPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry, proto.UnknownPacketEntry]
[main ] TRACE 2024/10/21 22:04:52 GET https://api.github.com/repos/evcc-io/evcc/releases/latest
[main ] FATAL 2024/10/21 22:04:52 cannot create meter 'grid1': cannot create meter type 'template': cannot create meter type 'sma': login failed: no packet received in timeout
[main ] FATAL 2024/10/21 22:04:52 will attempt restart in: 15m0s

@evcc-io evcc-io locked and limited conversation to collaborators Oct 21, 2024
@andig andig converted this issue into discussion #16775 Oct 21, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant