Commit Graph

2517 Commits (69136f7798d926a3b180585b66bd83c41802c478)

Author SHA1 Message Date
Michael Zanetti 3eca97aa8a Configure teleperiod to 10 secs interval 2022-06-30 10:33:41 +02:00
Michael Zanetti a1db958f56 Keba: Add a phase count setting to the Keba germany edition 2022-06-29 13:55:35 +02:00
Michael Zanetti 4e5a4c5142 Tasmota: Add support for energy metering 2022-06-26 00:11:11 +02:00
dependabot[bot] 0c1b87ae28
Bump numpy from 1.21.0 to 1.22.0 in /sunposition
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 05:17:42 +00:00
Michael Zanetti a980d9b7c6 TpLink: Add a timeout timer for jobs
In very rare occations it seems to not send a reply which would
lock up the job queue.
2022-06-20 20:15:59 +02:00
dependabot[bot] 3f55731a2f
Bump pyjwt from 2.3.0 to 2.4.0 in /bimmerconnected
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 21:16:45 +00:00
jenkins 5b57ae2faa Jenkins release build 1.2.0 2022-06-17 00:17:14 +02:00
jenkins 58806a939f Merge PR #575: Sunposition: Bump numpy from 1.19.1 to 1.21.0 2022-06-17 00:17:13 +02:00
jenkins 52d3e2b649 Merge PR #570: MyStrom: Fix a memory leak 2022-06-17 00:17:12 +02:00
jenkins b2f10e6588 Merge PR #569: New Plugin: Bosswerk micro inverters 2022-06-17 00:17:10 +02:00
jenkins 9947089871 Merge PR #568: Tado: Fix encoding in login url 2022-06-17 00:17:09 +02:00
jenkins 3c3e633df0 Merge PR #567: Keba: Use network device monitor as IP source 2022-06-17 00:17:07 +02:00
jenkins 784d503db2 Merge PR #566: somfytahoma: Use local connection "Somfy Developer Mode" 2022-06-17 00:17:06 +02:00
jenkins c18708e06a Merge PR #564: Keba : Add support for wallboxes without energy meter (German Edition) 2022-06-17 00:17:04 +02:00
jenkins 3c94965577 Merge PR #563: System monitor: Disable unneeded caching of monitor states 2022-06-17 00:17:03 +02:00
jenkins eb661feb52 Merge PR #562: Kodi: Use nymea icon for notifications and make notifications configurable 2022-06-17 00:17:01 +02:00
jenkins ca9cc2e53a Merge PR #560: Fix dpkg Priority field 2022-06-17 00:17:00 +02:00
jenkins 7a8e8bd958 Merge PR #559: New Plugin: Bimmer connected 2022-06-17 00:16:58 +02:00
jenkins 9dfa2825a2 Merge PR #556: NetworkDetector: Make use of the internal network device monitor 2022-06-17 00:16:57 +02:00
jenkins 0e0cc51649 Merge PR #555: TcpCommander: Add TCP server broadcast functionality to send data to all connected clients 2022-06-17 00:16:56 +02:00
Michael Zanetti d40593835f Add RPi arm6 build sha 2022-06-16 23:57:32 +02:00
Michael Zanetti 3b03ce0ce1 New plugin: powerfox 2022-06-15 10:40:55 +02:00
Michael Zanetti 86c23751cb Meross: Also list devices with a Meross owned mac address
The hostname resoving does not seem to work in all cases.
2022-06-12 23:28:08 +02:00
Michael Zanetti 7d915296f4 New Plugin: Bosswerk micro inverters 2022-06-10 23:14:55 +02:00
Michael Zanetti 6da1a8f403 MyStrom: Fix memory leaks 2022-06-08 13:29:04 +02:00
Simon Stürz f9ba57eb6d Add and default to icon type in notifiations 2022-06-03 08:29:09 +02:00
Simon Stürz 788a617135 Fix keba network monitor handling on reconfigure 2022-06-01 11:48:58 +02:00
Michael Zanetti 7ae02d8b7a Tado: Fix encoding in login url 2022-05-30 23:58:10 +02:00
Christian Fetzer 2314335d69 somfytahoma: Add support for smoke detectors 2022-05-29 14:10:00 +02:00
Christian Fetzer 3f526cbf21 somfytahoma: Use single param for identifying the gateway
The single unique identifier of Somfy Gateways is the Gateway PIN that
the device announces via zeroconf (txt + hostname). There's no point in
setting two params to the same value.

Note that due to a previous mistake this fixes also getting the IP
via zeroconf, because the old code was comparing against an incorrect
identifier.
2022-05-29 14:05:41 +02:00
Christian Fetzer 8955a84f26 somfytahoma: Fix removing the token
Fix removing the token from the cloud account when the gateway thing
gets removed.
2022-05-29 13:52:47 +02:00
Christian Fetzer 86442ac742 somfytahoma: Rename Tahoma to TaHoma in log messages 2022-05-29 13:51:15 +02:00
Christian Fetzer 427d9b6b42 somfytahoma: Improve error logging for failed HTTP calls
The Somfy API does contain some valuable information in the reply
data and the headers.
2022-05-28 22:19:18 +02:00
Simon Stürz 2a508e76b2 Add host address state for webinterface reference 2022-05-24 17:49:26 +02:00
Simon Stürz 99a1985958 Use network-monitor for keba wallboxes 2022-05-24 17:10:13 +02:00
Christian Fetzer 4cf1449524 somfytahoma: Use local connection "Somfy Developer Mode"
Change the plugin from cloud based to local access.
2022-05-23 18:55:00 +02:00
Simon Stürz 212ffb1377 Update translations 2022-05-19 13:54:44 +02:00
Simon Stürz e058174492 Update translations 2022-05-19 13:49:27 +02:00
Simon Stürz a1e923d50e Keba: add thing class without meter for German Edition 2022-05-19 13:31:31 +02:00
Simon Stürz f2714ea5c0 Disable caching for system monitor states 2022-05-18 08:56:09 +02:00
Simon Stürz f233b312fc Update translations 2022-05-13 14:55:11 +02:00
Simon Stürz 4f6b6938f7 kodi: use nymea icon for notifications and make it configurable in the settings 2022-05-13 14:24:04 +02:00
Michael Zanetti 26f2bf3243 New Plugin: Bimmerconnect 2022-05-13 11:30:49 +02:00
Simon Stürz 28b221d045 Fix discovery connection 2022-05-13 07:31:07 +02:00
Simon Stürz 0f968d4beb Finish thing setup immediatly and update state after initial ping 2022-05-13 07:31:07 +02:00
Simon Stürz 2a0fbe90f8 Re-add grace period and introduce cached reachable state over nymea restarts 2022-05-13 07:31:07 +02:00
Simon Stürz 9828e6ec11 Replace network device detector with internal monitor 2022-05-13 07:31:07 +02:00
Simon Stürz 31e5b0c8a5 Fix connected state based on client count and clean up code 2022-05-13 07:29:18 +02:00
Simon Stürz 007dfedc20 Fix broadcast sending and make command confirm optional for backwards compatibility 2022-05-13 07:29:18 +02:00
Simon Stürz a152974228 Fix connected state for tcp server while set up 2022-05-13 07:29:18 +02:00