Gaël L'hopital
87bede36db
[netatmo] Take in account errored modules/devices for Security/Energy areas ( #15587 )
...
* Netatmo binding has to take in account errored modules/devices provided by HomeStatus api.
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-09-25 19:21:55 +02:00
Holger Friedrich
ab58f4ffb4
Java 17 features (N-S) ( #15565 )
...
- add missing @override
- Java style array syntax
- remove redundant modifiers
- always move String constants to left side in comparisons
- simplify lambda expressions and return statements
- use replace instead of replaceAll w/o regex
- instanceof matching and multiline strings
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
2023-09-13 08:03:31 +02:00
Gaël L'hopital
5e7cbea21f
Adding "thingTypeVersion" property at thing creation ( #15463 )
...
Signed-off-by: clinique <gael@lhopital.org>
2023-09-09 11:07:26 +02:00
Gaël L'hopital
c5739eccc9
[netatmo] Handle new event types ( #15533 )
...
* Adding new Netatmo events
* Changed NAPushType to record.
* Adding impact on WebhookEvent
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-09-06 08:36:58 +02:00
Kai Kreuzer
72607d3bee
Apply spotless
...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2023-07-24 01:20:31 +02:00
openhab-bot
809fceaff3
[unleash-maven-plugin] Preparation for next development cycle.
2023-07-23 19:19:01 +00:00
openhab-bot
1bcc89afca
New Crowdin updates ( #15253 )
...
* New translations mail.properties (French)
* New translations renault.properties (French)
* New translations netatmo.properties (French)
* New translations bluetooth.properties (French)
* New translations anthem.properties (French)
* New translations plex.properties (French)
* New translations openwebnet.properties (Italian)
* New translations energidataservice.properties (Italian)
* New translations androidtv.properties (Italian)
* New translations netatmo.properties (French)
2023-07-17 14:05:01 +02:00
openhab-bot
3018f24e6e
New Crowdin updates ( #15233 )
...
* New translations mynice.properties (Italian)
* New translations netatmo.properties (Italian)
2023-07-14 07:40:19 +02:00
Gaël L'hopital
1942dfeddc
[netatmo] Add Siren capability to Presence Outdoor Camera ( #14485 )
...
* Adding Siren capability to Presence Outdoor Camera
Resolves #14466
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-07-13 18:32:46 +02:00
Gaël L'hopital
c6a22e04cb
Added siren_tampered notification ( #15197 )
...
Signed-off-by: clinique <gael@lhopital.org>
2023-07-12 09:23:12 +02:00
Gaël L'hopital
451aeb6b4a
Resolves issue #15210 ( #15212 )
...
Signed-off-by: clinique <gael@lhopital.org>
2023-07-12 08:44:15 +02:00
openhab-bot
7ef268f4d2
New translations netatmo.properties (Italian) ( #15095 )
2023-06-14 16:39:33 +02:00
Gaël L'hopital
d40c20b2dd
[Netatmo] Enhance webhook handling and dispatching ( #15045 )
...
* Enhance webhook handling and dispatching
Signed-off-by: clinique <gael@lhopital.org>
* Corrects flapping channels on Home when using single home for security and energy
Signed-off-by: clinique <gael@lhopital.org>
* Some code enhancement
Signed-off-by: clinique <gael@lhopital.org>
* Adding some missing EventType submitted on the webhook
Signed-off-by: clinique <gael@lhopital.org>
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-06-13 20:35:45 +02:00
Jacob Laursen
cf3c3f1025
[netatmo] Consolidate OAuth2 by using core implementation and storage ( #14780 )
...
* Consolidate OAuth2 by using core implementation and storage
Fixes #14755
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-04-21 20:52:51 +02:00
Wouter Born
83cbe746d0
Remove redundant modifiers from interfaces ( #14843 )
...
Signed-off-by: Wouter Born <github@maindrain.net>
2023-04-18 13:07:04 +02:00
Gaël L'hopital
a0f06ec051
Some warnings were still present at startup regarding Room initialization. ( #14784 )
...
Switched to late initialization.
Signed-off-by: clinique <gael@lhopital.org>
2023-04-14 12:48:03 +02:00
lolodomo
69a09ed825
Declare connection on few bindings ( #14776 )
...
* Declare connection on few bindings
Done for bindings I am maintaining or contributing.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2023-04-10 21:46:22 +02:00
Gaël L'hopital
ca667e39c5
[Netatmo] Fix duplicate id on single home ( #14765 )
...
* Solve duplicate id on single home
* Solving "Handler DeviceHandler of thing netatmo:welcome:compte:maison:camera tried accessing its bridge although the handler was already disposed."
Signed-off-by: clinique <gael@lhopital.org>
2023-04-09 22:21:22 +02:00
openhab-bot
210aff461d
New Crowdin updates ( #14689 )
...
* New translations deconz.properties (German)
* New translations netatmo.properties (Italian)
* New translations avmfritz.properties (German)
* New translations openwebnet.properties (Italian)
2023-03-27 08:33:34 +02:00
Sven Strohschein
a8d91b3950
[netatmo] Extend webhook support for doorbell and presence camera ( #14252 )
...
* [netatmo] Web hook extension for camera events
- Unused camera-event trigger channel removed
- README updated to the real supported channels (compared with channels.xml and code)
- Camera capabilities are now triggering the home-event trigger channel
- New home-event trigger channel introduced at camera level
- New sub-event channels introduced for the presence camera which is updated by web hook events.
- Language file updated
- README updated
- typos fixed
- security-event trigger channel added for the Welcome camera
- Handling of sub-event groups fixed to work with doorbell and presence cameras.
---------
Signed-off-by: Sven Strohschein <sven.strohschein@gmail.com>
Signed-off-by: Sven Strohschein <novanic@gmx.de>
2023-03-26 17:34:35 +02:00
openhab-bot
f52da01d9b
New translations netatmo.properties (Italian) ( #14676 )
2023-03-26 03:26:49 +02:00
Gaël L'hopital
f37c4e555d
[Netatmo] Add the capability to have a single home ( #14595 )
...
* Adding the capability to have a single home, common to energy and security
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-03-25 16:59:51 +01:00
openhab-bot
a6a801c28f
New Crowdin updates ( #14597 )
...
* New translations openweathermap.properties (Italian)
* New translations netatmo.properties (Italian)
* New translations qolsysiq.properties (Italian)
* New translations astro.properties (German)
* New translations astro.properties (Italian)
* New translations danfossairunit.properties (Danish)
2023-03-13 22:22:53 +01:00
Gaël L'hopital
c385ac0772
[Netatmo] Netatmo documentation ( #14567 )
...
* Updating Netatmo documentation
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-03-10 13:17:48 +01:00
Gaël L'hopital
d130595f85
[Netatmo] Modification of the tokenRefresh handling process ( #14548 )
...
* Modification of the tokenRefresh handling process
* Storing refreshToken in userdata/netatmo
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-03-10 10:18:30 +01:00
Gaël L'hopital
90b2279a29
[Netatmo] Adding Carbon Monoxide sensor ( #14543 )
...
* Added Carbon Monoxide detector
---------
Signed-off-by: clinique <gael@lhopital.org>
2023-03-08 19:27:35 +01:00
Gaël L'hopital
c95380f503
[Netatmo] Floodlight issue on Presence Camera ( #14492 )
...
* Solving issue #14458
Signed-off-by: clinique <gael@lhopital.org>
* Removes the usage of "app.netatmo.net" since api now holds these entry points.
I think it was the origin of malfunction of floodlight (to be controlled by somebody who has one).
--------
Signed-off-by: clinique <gael@lhopital.org>
2023-02-27 08:59:20 +01:00
Gaël L'hopital
26d608c8da
Bringing a solution to issue #14256 . ( #14265 )
...
This solution is not the best but takes in account observations made in issue #13015 .
Signed-off-by: clinique <gael@lhopital.org>
2023-01-27 08:49:47 +01:00
J-N-K
89d0689e36
fix i18n for bindings ( #14235 )
...
Also-By: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-01-21 12:14:51 +01:00
J-N-K
5f8214f08a
Adapt to core changes (addon.xml) ( #13289 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-01-15 20:31:42 +01:00
Jacob Laursen
4dd6d3a8a2
Update license headers to 2023 ( #14154 )
...
* Update copyright year in configuration
* Update license headers
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2023-01-06 09:49:54 +01:00
Gaël L'hopital
c7275c8946
Pushing PR #14123 to OH4 ( #14140 )
...
Signed-off-by: clinique <gael@lhopital.org>
2023-01-02 19:06:24 +01:00
J-N-K
4d6d6443ef
fix spotless after release ( #14014 )
...
Signed-off-by: Jan N. Klug <github@klug.nrw>
2022-12-19 15:22:17 +01:00
openhab-bot
7993786dc9
[unleash-maven-plugin] Preparation for next development cycle.
2022-12-19 00:55:11 +00:00
Jerome Luckenbach
1ca9baf157
[Documentation] Markdown improvements n to s ( #13948 )
...
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2022-12-14 16:52:43 +01:00
Jacob Laursen
be6bfb0f9b
Use message for HTTP error code when response payload is not valid JSON ( #13854 )
...
Fixes #13853
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-12-06 08:45:31 +01:00
Дилян Палаузов
2a5d6beb64
Typos a/an ( #13846 )
2022-12-05 18:47:43 +01:00
lolodomo
79bf9724fc
[netatmo] eventBuffer in SecurityCapability should not be static ( #13636 )
...
Also fix few findings by code analysis
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-11-02 08:16:25 +01:00
lolodomo
becb30187e
[netatmo] No restriction on max value for rain quantity ( #13620 )
...
* [netatmo] No max value for rain quantity
Fix #13619
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-10-31 20:55:26 +01:00
lolodomo
50d946e467
[netatmo] Console command completion ( #13587 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-10-24 23:34:32 +02:00
lolodomo
02820a9ebe
[netatmo] Extend example with things for energy stuff ( #13568 )
...
* [netatmo] Extend example with things for energy stuff
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-10-20 22:51:03 +02:00
lolodomo
77013bca39
[netatmo] Console command to show all devices/modules ids ( #13555 )
...
* [netatmo] Console command to show all devices/modules ids
Fix #13091
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-10-19 08:47:04 +02:00
lolodomo
dda2e9a288
[netatmo] more precision in doc where to find the refresh token ( #13567 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-10-19 08:24:25 +02:00
openhab-bot
4590c54557
New Crowdin updates ( #13523 )
...
* New translations netatmo.properties (French)
* New translations nobohub.properties (French)
2022-10-09 13:10:10 +02:00
Gaël L'hopital
359c97b8ac
[netatmo] Ensure all events are retrieved since they are buffered ( #13505 )
...
* Adding logic to ensure we retrieve all events.
Signed-off-by: clinique <gael@lhopital.org>
2022-10-09 12:17:08 +02:00
Gaël L'hopital
a4781b4770
[netatmo] Adding Door/Window sensor ( #13503 )
...
* Initial PR to add NADoorTag to netatmo binding
Signed-off-by: clinique <gael@lhopital.org>
2022-10-08 18:49:44 +02:00
lolodomo
61187f89a0
[netatmo] Fix the description of the new channel request-count ( #13512 )
...
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2022-10-08 12:51:11 +02:00
Gaël L'hopital
959e65814b
Handle properly UNKNOWN module types in discovery ( #13500 )
...
Signed-off-by: clinique <gael@lhopital.org>
2022-10-07 13:15:04 +02:00
Gaël L'hopital
56d72ca1c3
[netatmo] Buffer last event requests per child modules ( #13489 )
...
* Buffer last event requests per child modules
This is targetted to decrease the number of requests transmitted to Netatmo API.
Solves #13358
Signed-off-by: clinique <gael@lhopital.org>
2022-10-07 11:56:15 +02:00
Gaël L'hopital
cc6e4fad61
[netatmo] Adding a request counter ( #13494 )
...
* Adding a request counter channel to Api Bridge thing.
Signed-off-by: clinique <gael@lhopital.org>
2022-10-07 11:48:41 +02:00