Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/en3rgy/14403_home_connect
https://github.com/en3rgy/14403_home_connect
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/en3rgy/14403_home_connect
- Owner: En3rGy
- License: mit
- Created: 2023-11-24T17:05:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T20:57:12.000Z (about 1 year ago)
- Last Synced: 2023-11-27T21:46:03.349Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Connect (14403)
## Voraussetzungen
HSL 2.0.4## Installation
Die .hslz Datei mit dem Gira Experte importieren. Das Logikmodul ist dann in der Rubrik "Datenaustausch" verfügbar.## Eingänge
| Nr. | Eingang | Initwert | Beschreibung |
|-----|--------------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | ISO-Code Land | DE | Länderkürzel gem. [https://openholidaysapi.org/Countries](https://openholidaysapi.org/Countries) |
| 2 | Code Verwaltungseinheit | DE-BY | Kürzel der Verwaltungseinheit gem. Länderkürzel gem. `https://openholidaysapi.org/Subdivisions?countryIsoCode={Ländercode}`
Z.B. für Deutschland mit `{Ländercode}` = DE:
[https://openholidaysapi.org/Subdivisions?countryIsoCode=DE](https://openholidaysapi.org/Subdivisions?countryIsoCode=DE) |
| 3 | Mitternacht | 0 |
- Der Baustein prüft den Feiertags- / Schulferienstatus des aktuellen Tages, wenn auf diesem Eingang eine 1 empfangen wird.
- Veraltete Einträge werden gelöscht.
- Wenn keine / 0 Einträge bekannt sind, werden die nächsten 356 Tage abgerufen und gespeichert.
| 4 | Feiertage/Ferien abrufen | 0 | Der Baustein ruft die Feiertage und Ferien für die nächsten 365 Tage ab |
## Ausgänge
Alle Ausgänge sind Send-by-Change ausgeführt.
| Nr. | Ausgang | Initwert | Beschreibung |
|-----|-----------------|----------|----------------------------------------------------------------|
| 1 | Feiertag/Ferien | 0 | 1 wenn der aktuelle Tag ein Ferien- oder Feiertag ist, sonst 0 |
## Sonstiges
- Neuberechnung beim Start: Nein
- Baustein ist remanent: Nein
- Interne Bezeichnung: 14403
### Change Log
- v00.01: Initial
### Open Issues / Known Bugs
### Support
Für Fehlermeldungen oder Feature-Wünsche, bitte [github issues](https://github.com/En3rGy/14401_FeiertageFerien/issues) nutzen.
Fragen am besten als Thread im [knx-user-forum.de](https://knx-user-forum.de) stellen. Dort finden sich ggf. bereits Diskussionen und Lösungen.
## Code
Der Code des Bausteins befindet sich in der hslz Datei oder auf [github](https://github.com/En3rGy/14401_FeiertageFerien).
### Entwicklungsumgebung
- [Python 2.7.18](https://www.python.org/download/releases/2.7/)
- Install python *markdown* module (for generating the documentation) `python -m pip install markdown`
- Python editor [PyCharm](https://www.jetbrains.com/pycharm/)
- [Gira Homeserver Interface Information](http://www.hs-help.net/hshelp/gira/other_documentation/Schnittstelleninformationen.zip)
## Anforderungen
## Software Design Description
## Validierung und Verifikation
- Unit Tests
## Lizenz
Copyright 2023 T. Paul
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.