1498 Commits

Author SHA1 Message Date
Michael Zanetti
d9012ad7d4 Tasmota: Fix wrong param types for channels
The channels are "POWER", "POWER0", "POWER1" etc... so they're
strings, not integers.

We could also use integers, however, that would require special handling
for the single channel (only "POWER" without number) on every publish,
this way we can do that just once in the setup and be done with it.
2020-11-19 11:13:51 +01:00
Jenkins nymea
78b0e9a047 Jenkins release build 0.24.0 2020-11-02 18:48:15 +01:00
Jenkins nymea
edc5a5adf2 Merge PR #333: OneWire: Fixed W1 temperature sensor setup 2020-11-02 18:48:11 +01:00
Jenkins nymea
5563358cf1 Merge PR #331: Don't use API deprecated in Qt 5.14 2020-11-02 18:48:10 +01:00
Jenkins nymea
c11cf8b3f1 Merge PR #330: AQI: Added API key provider 2020-11-02 18:48:09 +01:00
Jenkins nymea
d2ed9a2303 Merge PR #329: Tuya: Poll api less frequently to adhere to new API rate limits 2020-11-02 18:48:08 +01:00
Jenkins nymea
9d2f329472 Merge PR #328: MQTTClient: Fix linking with more restrictive flags 2020-11-02 18:48:06 +01:00
Jenkins nymea
73d1d1ce69 Merge PR #327: BluOS: Fix undefined reference 2020-11-02 18:48:05 +01:00
Jenkins nymea
91fac22cab Merge PR #326: OpenWeatherMap: Use api key provider api 2020-11-02 18:48:04 +01:00
Jenkins nymea
d40efb3cac Merge PR #324: UDP Commander: Fix processing of multiple UDP datagrams in one go 2020-11-02 18:48:03 +01:00
Jenkins nymea
3854daee7c Merge PR #322: Simulation plug-in: Added door/windows contact sensor 2020-11-02 18:48:01 +01:00
Jenkins nymea
3a98d32180 Merge PR #321: SolarLog: Fix units in json 2020-11-02 18:48:00 +01:00
Jenkins nymea
f361888840 Merge PR #319: Shelly: Clean up a copy/paste error in the plugin JSON 2020-11-02 18:47:59 +01:00
Jenkins nymea
58ed295720 Merge PR #316: Shelly & Hue: Implement update interface 2020-11-02 18:47:58 +01:00
Jenkins nymea
0b8907283d Merge PR #314: Make use of the wirelessconnectable interface across relevant plugins 2020-11-02 18:47:57 +01:00
Jenkins nymea
c5b4048095 Merge PR #313: New Plugin: Fastcom 2020-11-02 18:47:56 +01:00
Jenkins nymea
90f91d26dc Merge PR #312: New Plugin: Sun position 2020-11-02 18:47:55 +01:00
Jenkins nymea
90de922a5f Merge PR #311: PhilipsHue: Fix automatic rediscovery of the bridge if it changes IP 2020-11-02 18:47:53 +01:00
Jenkins nymea
ffa0076dde Merge PR #309: 0.24 2020-11-02 18:47:52 +01:00
Jenkins nymea
05cd1318f0 Merge PR #308: New plugin: somfytahoma 2020-11-02 18:47:51 +01:00
Michael Zanetti
e3203b4941
Merge pull request #339 from nymea/aqi-fix-custom-apikey
AirQualityIndex: Fix custom apikey
2020-11-02 18:46:15 +01:00
Michael Zanetti
e9a285d190 Hue: Fix bridge version checking 2020-11-02 18:43:19 +01:00
Boernsman
33a254df9c fixed custom key removal 2020-11-02 12:12:41 +01:00
Boernsman
c21791bcda only setup temperature sensor is owfs setup was successfull 2020-10-28 20:09:26 +01:00
Boernsman
27d1861886 fixed w1 temperature sensor 2020-10-28 19:46:20 +01:00
Boernsman
256593f83c fixed w1 temperature sensor setup 2020-10-28 19:30:00 +01:00
Boernsman
eab94cda96 fixed w1 temperature sensor setup 2020-10-28 19:25:28 +01:00
Michael Zanetti
7113009b28 Don't use API deprecated in Qt 5.14 2020-10-26 19:11:31 +01:00
Michael Zanetti
9e8d357ed1 New Plugin: fast.com speed test 2020-10-23 17:10:21 +02:00
Michael Zanetti
bd510d11d2 New Plugin: Sun position 2020-10-23 16:23:41 +02:00
Michael Zanetti
f9bec2abe4 Shelly & Philips: Implement update interface 2020-10-23 11:08:09 +02:00
Michael Zanetti
57f6754d4e Make use of the wirelessconnectable interface 2020-10-23 11:05:48 +02:00
Boernsman
5ffe1000dc fixed error with first thing setup 2020-10-23 10:37:28 +02:00
Michael Zanetti
df372d917e Use API key provider in openweathermap plugin 2020-10-22 23:37:01 +02:00
Boernsman
4e8f1a68a0 moved api key to plug-in setting 2020-10-22 12:58:57 +02:00
Boernsman
f7eef285dd improved discovery error repsonse 2020-10-22 11:25:54 +02:00
Boernsman
fced2b9fe9 added german translation 2020-10-22 11:14:34 +02:00
Boernsman
602c4e6614 added option for private api keys 2020-10-22 09:36:11 +02:00
Boernsman
a89e442835 switched aqi to api key provider 2020-10-21 16:34:27 +02:00
Michael Zanetti
80d9b93d34 Tuya: Poll api less frequently to adhere to new API rate limits 2020-10-20 15:56:22 +02:00
Michael Zanetti
02d3783bce MQTTClient: Fix linking with more restrictive flags 2020-10-19 20:38:09 +02:00
Michael Zanetti
3c79e55436 BluOS: Fix undefined reference 2020-10-19 12:40:13 +02:00
Jannik Höke
df59d45e83 Translated using Weblate (English (United States))
Currently translated at 100.0% (9 of 9 strings)

Translation: nymea-plugins/udpcommander
Translate-URL: http://translate.nymea.io/projects/nymea-plugins/udpcommander/en_US/
2020-10-15 13:06:38 +02:00
Jannik Höke
aead63ff69 Translated using Weblate (English (United States))
Currently translated at 100.0% (15 of 15 strings)

Translation: nymea-plugins/tcpcommander
Translate-URL: http://translate.nymea.io/projects/nymea-plugins/tcpcommander/en_US/
2020-10-15 13:05:19 +02:00
Weblate on translate.nymea.io
cda66d774a Merge remote-tracking branch 'origin/master' 2020-10-15 13:05:02 +02:00
Jannik Höke
238a8bbd54 Translated using Weblate (English (United States))
Currently translated at 86.6% (13 of 15 strings)

Translation: nymea-plugins/tcpcommander
Translate-URL: http://translate.nymea.io/projects/nymea-plugins/tcpcommander/en_US/
2020-10-15 13:05:00 +02:00
Michael Zanetti
b4b1f663b9 Fix processing of multiple UDP datagrams in one go 2020-10-12 15:27:06 +02:00
Michael Zanetti
d4d69453b5 0.24 2020-09-30 17:30:13 +02:00
bernhard.trinnes
027f5fcacb added ioTypes 2020-09-28 22:06:17 +02:00
Christian Fetzer
0d6cc95313 somfytahoma: Add support for garage doors 2020-09-27 14:43:27 +02:00