Skip to content

Merge master into Beta#1970

Merged
LKuemmel merged 191 commits intoBetafrom
master
Oct 24, 2024
Merged

Merge master into Beta#1970
LKuemmel merged 191 commits intoBetafrom
master

Conversation

@LKuemmel
Copy link
Copy Markdown
Contributor

No description provided.

ndrsnhs and others added 30 commits July 25, 2024 12:16
Neu kann auch für Acthor und andere der Zu meldende Überschuss im Manuellen  Modus übergeben werden.
Alle möglichen MQTT Topics sind im mqtt modul besschrieben:
Generisches MQTT modul
Wenn Einschaltbedingung erreicht (Beispiel hier mit Device 2)
openWB/LegacySmartHome/Devices/2/ReqRelay = 1
openWB/LegacySmartHome/Devices/2/Ueberschuss = in Watt
Wenn Ausschaltbedingung erreicht
openWB/LegacySmartHome/Devices/2/ReqRelay = 0
openWB/LegacySmartHome/Devices/2/Ueberschuss = in Watt
ReqRelay gibt den Status vom Gerät aus Sicht openWb an (1 = eingeschaltet, 0 = ausgeschaltet)
Bei der periodischen Abfrage wird die aktuelle Leistung
openWB/set/LegacySmartHome/Devices/2/Aktpower = in Watt erwartet
openWB/set/LegacySmartHome/Devices/2/Tempa = Temperatur in C mit max 2 Nachkommastellen
openWB/set/LegacySmartHome/Devices/2/Tempb = Temperatur in C mit max 2 Nachkommastellen
openWB/set/LegacySmartHome/Devices/2/Tempc = Temperatur in C mit max 2 Nachkommastellen
und der aktuelle Zähler in Wattstunden wird hier erwartet
openWB/set/LegacySmartHome/Devices/2/Powerc
wenn kein Zähler übergeben oder 0 übergeben wird, wird der Zähler selber gerechnet
openWB/set/LegacySmartHome/Devices/2/Ueberschuss = in Watt
alle Geräte (nicht nur MQTT) können bezüglich manuell / automatisch von extern gesteuert werden.
openWB/set/LegacySmartHome/config/set/Devices/2/mode
Mode steuert das Gerät (1 = manueller Modus, 0 = automatischer Modus)
openWB/set/LegacySmartHome/config/set/Devices/2/device_manual_control
device_manual_control steuert das Ferät im manuellen Modus (1 = ein, 0 = aus)
openWB/set/LegacySmartHome/config/set/Devices/2/manueb = vorgebener Überschuss in Watt ohne Nachkommastellen
Dieser Wert wird wenn das Gerät auf Manueller Modus und ein geschaltet ist, als Überschuss an das jeweilige Gerät übergeben. (nur relevant für Acthor, Elwa, IDM, Lambda die mit überschuss gesteuert werden)
* thread handler: don't start multiple thread instances

* logging

* review: log message only if the thread was really started
* DC charging

* fix test

* fix max current

* fix rebase

* DC charging

* draft

* draft

* fixes

* naming

* update config

* fix test

* fix test

* undo

* fix update config

* fix

* remove old code
* DC charging

* fix test

* fix max current

* fix rebase

* DC charging

* draft

* draft

* fixes

* naming

* update config

* fix test

* fix test

* undo

* fix update config

* fix

* remove old code

* fix configuration.json
* fix consider less charging

* fix test
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.4...v3.10.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* rename Sdm630 to Sdm630_72

* naming soc for vehicle

* feed in limit in message

* unneeded log message removed
* error timestamp for pro, external, satelllit and smartwb

* fix rebase

* fix pytest
benderl and others added 29 commits October 14, 2024 07:43
usage of ip instead ifconfig in  setup_network.sh
remove deprecated ifconfig calls
* improve default names for charge, ev, cp profiles

* ammend

* flake8
* fix surplus charging for pv charging - submode instant charging

* amend
* rename

* handle not installed python packages

* improve message
* add growatt

* Apply suggestions from code review

---------

Co-authored-by: LKuemmel <76958050+LKuemmel@users.noreply.github.com>
* info messages for pv charging

* tests
* improve deviating evse current

* fix deviating evse current only if set current changed
Colors web theme: Fixes, new energy meter
Colors theme (display): Fix pricechart widget, update dependencies
* fix duo

* fix file

* boot config enterprise

* boot config for enterprise

* improve boot config txt

* fix boot config

* init pin 22

* reboot immediately

* fix configuration.json
* The older Kostal Piko inverter provides the total amount of Energy without decimal places.
This results in corrupted daily graphs were the PV power is always zero.
Only when the counter is increased by 1 KWh we can see a high peak in the daily graph.
The Problem is discussed here: https://forum.openwb.de/viewtopic.php?t=8851
The Problem did not occur in Version 1.9 of OpenWB and has been seen since the new Module was introduced for V2

The modifications changes the module in a way that the total energy is calculated by the SimCount module and not be taken anymore from the inverter itself.

My tests have shown that the daily graph is looking smooth now.

* Review

* Review

---------

Co-authored-by: LKuemmel <76958050+LKuemmel@users.noreply.github.com>
@LKuemmel LKuemmel merged commit 49aaf3f into Beta Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.