]> git.basschouten.com Git - openhab-addons.git/commit
[ecowatt] Initial contribution (#13404)
authorlolodomo <lg.hc@free.fr>
Sun, 18 Sep 2022 15:52:18 +0000 (17:52 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Sep 2022 15:52:18 +0000 (17:52 +0200)
commit6ebf20f18355b492e8c7734cc6978611b5d7c3ca
tree1f2d71dc39bfce339da7c28df9851b241c8463ad
parent798b3ede0488dc0c512fa85c75c64aec1624107f
[ecowatt] Initial contribution (#13404)

* [ecowatt] Initial contribution

This binding uses the Ecowatt API to expose clear signals to adopt the right gestures and to ensure a good supply of electricity for all in France.

Close #13351

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
* Update bundles/org.openhab.binding.ecowatt/src/main/resources/OH-INF/thing/thing-types.xml

Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
Co-authored-by: Fabian Wolter <github@fabian-wolter.de>
19 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.binding.ecowatt/NOTICE [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/README.md [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/pom.xml [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/EcowattBindingConstants.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/EcowattHandlerFactory.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/configuration/EcowattConfiguration.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/exception/EcowattApiLimitException.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/handler/EcowattHandler.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/restapi/EcowattApiResponse.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/restapi/EcowattDaySignals.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/restapi/EcowattHourSignal.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/java/org/openhab/binding/ecowatt/internal/restapi/EcowattRestApi.java [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/resources/OH-INF/binding/binding.xml [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/resources/OH-INF/i18n/ecowatt.properties [new file with mode: 0644]
bundles/org.openhab.binding.ecowatt/src/main/resources/OH-INF/thing/thing-types.xml [new file with mode: 0644]
bundles/pom.xml