-
Notifications
You must be signed in to change notification settings - Fork 75
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
Merge master into Release #2039
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
* et_provider_available * fix ev.py * typos in strings * fix component_initializer * fix local variable names * markdown fixes * fix data types
* open and close ModbusClient * do not establish new connection on exception in huawai and qcells module
bimmer_connected was updated for MyBMW App 4.7.2
Minor Bugfixes
update cards display theme dependencies
* Solis: fix modbus address for SOC The Solis support was created based on Fox ESS. It looks like the creator missed to adjust the modbus address for SOC, it's 33139 based on a register map I got from solis support. Total discharge energy is also in kWh, not 1/10kWh units. * Solis: read all registers as input registers Every modbus query fails, as all registers need to be read as input registers (code 0x04), instead of holding register. * Solis: Fix for unreachable local variables right now I get the following error: UnboundLocalError: local variable 'power' referenced before assignment Fix it by moving some code around. * Review --------- Co-authored-by: LKuemmel <76958050+LKuemmel@users.noreply.github.com>
…terms and conditions
Update for Polestar auth change:client id and optional acceptance of terms and conditions
remove console output in production build
clear browser console at midnight
build settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.