jenkins
84163288b0
Jenkins release build 1.4.0
2022-08-26 12:58:14 +02:00
jenkins
62e0cd3195
Merge PR #563 : Add electricity helper class to libnymea
2022-08-26 12:58:12 +02:00
jenkins
20860a020b
Merge PR #561 : Update readme.md to show nymea:app for ubuntu touch
2022-08-26 12:58:11 +02:00
jenkins
167506ebde
Merge PR #560 : Readme downloads update
2022-08-26 12:58:09 +02:00
jenkins
b4e29a2388
Merge PR #559 : Update mac address database
2022-08-26 12:58:08 +02:00
jenkins
03a44665d4
Merge PR #556 : Add optional boost state to thermostats
2022-08-26 12:58:07 +02:00
jenkins
0ba8120923
Merge PR #555 : Add lock/unlock actions to smartlock interface
2022-08-26 12:58:05 +02:00
jenkins
e2544bdfda
Merge PR #554 : Remove displayNameEvent property from stateTypes
2022-08-26 12:58:04 +02:00
jenkins
878a9f9042
Merge PR #553 : Fix a python plugin crash when trying to login with empty credentials
2022-08-26 12:58:02 +02:00
jenkins
c8760863d0
Merge PR #552 : Check Info objects for finished after aborting them
2022-08-26 12:58:01 +02:00
jenkins
73b03b2430
Merge PR #551 : Fix build failure in rpath setting with certain toolchains
2022-08-26 12:57:59 +02:00
jenkins
1f67787ca6
Merge PR #550 : Fix logging level indicator character for debug prints
2022-08-26 12:57:58 +02:00
jenkins
f3b9441861
Merge PR #549 : Add support for Z-Wave
2022-08-26 12:57:56 +02:00
jenkins
942c41bc0b
Merge PR #548 : Allow apps to cache the GetPlugins call on JsonRpc
2022-08-26 12:57:55 +02:00
jenkins
23b83761b7
Merge PR #547 : Update nymead server installation path prefix mechanism
2022-08-26 12:57:54 +02:00
jenkins
ed7926f84e
Merge PR #545 : Add connected property to MqttChannel
2022-08-26 12:57:51 +02:00
jenkins
9697c6bbab
Merge PR #544 : Adjust timeout duration for actions, thing discovery and JSON-RPC replies
2022-08-26 12:57:49 +02:00
jenkins
dc18996de9
Merge PR #543 : NetworkDiscovery: Lookup the mac address vendor also if the cache has stored an empty mac vendor
2022-08-26 12:57:48 +02:00
jenkins
76d44c309c
Merge PR #542 : Fix NetworkDiscovery::hostAddressDiscovered not always being emitted
2022-08-26 12:57:46 +02:00
jenkins
c4ea75a809
Merge PR #540 : Provide experience manager access in core instance
2022-08-26 12:57:45 +02:00
jenkins
937c2902fb
Merge PR #538 : Add debian package for libnymea-core
2022-08-26 12:57:43 +02:00
Simon Stürz
2fcd200812
Add electricity helper class to libnymea
2022-08-26 12:12:20 +02:00
Michael Zanetti
a8b02a4869
Add support for Z-Wave
2022-08-26 00:28:56 +02:00
apy7hst
964b0e027e
Update README.md
2022-08-24 20:05:44 +05:30
apy7hst
a8eaf5c1bb
Update README.md
2022-08-24 20:02:06 +05:30
Michael Zanetti
22b8ed0e2a
Update download links in the README
2022-08-23 17:05:58 +02:00
apy7hst
910402a24e
Update readme.md to show nymea:app for ubuntu touch
2022-08-23 19:21:12 +05:30
Simon Stürz
4e4131f5d6
Update mac address database
2022-08-17 15:46:33 +02:00
Michael Zanetti
09210d3e6d
Add optional boost state to thermostats
...
nymea:app already implements this and many plugins do too. Apparently
most of the radiator thermostats support this, so it's worth making it
part of the interface.
2022-08-08 12:26:56 +02:00
Michael Zanetti
119605ab13
Add lock/unlock actions to smartlock interface
2022-08-08 12:23:44 +02:00
Michael Zanetti
f398cd3379
Remove displayNameEvent property from stateTypes
2022-08-07 12:53:38 +02:00
Michael Zanetti
fc8c9df40e
Fix a python plugin crash when trying to login with empty credentials
2022-08-07 12:29:48 +02:00
Simon Stürz
4ef0b68027
Add connected property to MqttChannel
2022-08-05 15:53:47 +02:00
Simon Stürz
0615808ee4
Provide access to the experience manager and offer possiblity for loading own plugin instance
2022-08-05 15:46:01 +02:00
Simon Stürz
3e1e7b5a01
Update nymea-tests and provide libnymea-tests as development package
2022-08-05 15:33:18 +02:00
Michael Zanetti
7633cfe9fa
Check Info objects for finished abert aborting them
...
This gives plugin developers a chance to finish() an info on their
own in an aborted() handler and set a custom error code and
displayMessage without causing a "finishing an already finished object"
warning.
2022-08-04 18:34:21 +02:00
Michael Zanetti
291ae79c28
Fix build failure in rpath setting with certain toolchains
2022-08-02 00:48:34 +02:00
Michael Zanetti
1f35ddbff5
Fix logging level indicator character for debug prints
2022-08-01 20:05:38 +02:00
Michael Zanetti
c004c0d81d
Make thingclassId optional in AddThing() when there's already a ThingDescriptor
2022-07-28 19:55:32 +02:00
Michael Zanetti
69fee48c23
Allow apps to cache the GetPlugins call on JsonRpc
2022-07-28 17:41:42 +02:00
Simon Stürz
13245e0e57
Add debian packages for libnymea-core
2022-07-26 10:08:05 +02:00
Simon Stürz
ea2c87f3a5
Update nymead server default installation path using the QT_INSTALL_PREFIX
2022-07-25 15:45:30 +02:00
Simon Stürz
ecaa0c8dc5
Update discovery and action timeouts and make JSONRPC timeout the last timeout
2022-07-21 16:27:11 +02:00
Simon Stürz
d79f756ff1
NetworkDiscovery: Lookup the mac address vendor also if the cache has stored an empty mac vendor
2022-07-14 11:50:34 +02:00
Simon Stürz
ae11ec32ea
NetworkDiscovery: emit hostAddressDiscovered only if a new IP has been added to the discovery result #541
2022-07-14 08:12:47 +02:00
jenkins
5674ba7567
Jenkins release build 1.3.1
2022-07-11 15:35:08 +02:00
jenkins
c5c9703247
Jenkins release build 1.3.0
2022-06-30 15:04:40 +02:00
jenkins
eb32e2274a
Merge PR #539 : Add phaseCount state to electricvehicle interface
2022-06-30 15:04:39 +02:00
jenkins
2098203f73
Merge PR #537 : Fix additional interface command line parameter
2022-06-30 15:04:38 +02:00
jenkins
a0186a0fb6
Merge PR #533 : Add support for CoIoT
2022-06-30 15:04:37 +02:00