mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
Compare commits
No commits in common. "master" and "1.11.0" have entirely different histories.
265
.clang-format
265
.clang-format
@ -1,265 +0,0 @@
|
|||||||
---
|
|
||||||
Language: Cpp
|
|
||||||
AccessModifierOffset: -4
|
|
||||||
AlignAfterOpenBracket: Align
|
|
||||||
AlignArrayOfStructures: None
|
|
||||||
AlignConsecutiveAssignments:
|
|
||||||
Enabled: false
|
|
||||||
AcrossEmptyLines: false
|
|
||||||
AcrossComments: false
|
|
||||||
AlignCompound: false
|
|
||||||
PadOperators: false
|
|
||||||
AlignConsecutiveBitFields:
|
|
||||||
Enabled: false
|
|
||||||
AcrossEmptyLines: false
|
|
||||||
AcrossComments: false
|
|
||||||
AlignCompound: false
|
|
||||||
PadOperators: false
|
|
||||||
AlignConsecutiveDeclarations:
|
|
||||||
Enabled: false
|
|
||||||
AcrossEmptyLines: false
|
|
||||||
AcrossComments: false
|
|
||||||
AlignCompound: false
|
|
||||||
PadOperators: false
|
|
||||||
AlignConsecutiveMacros:
|
|
||||||
Enabled: false
|
|
||||||
AcrossEmptyLines: false
|
|
||||||
AcrossComments: false
|
|
||||||
AlignCompound: false
|
|
||||||
PadOperators: false
|
|
||||||
AlignConsecutiveShortCaseStatements:
|
|
||||||
Enabled: false
|
|
||||||
AcrossEmptyLines: false
|
|
||||||
AcrossComments: false
|
|
||||||
AlignCaseColons: false
|
|
||||||
AlignEscapedNewlines: DontAlign
|
|
||||||
AlignOperands: Align
|
|
||||||
AlignTrailingComments:
|
|
||||||
Kind: Always
|
|
||||||
OverEmptyLines: 0
|
|
||||||
AllowAllArgumentsOnNextLine: true
|
|
||||||
AllowAllParametersOfDeclarationOnNextLine: true
|
|
||||||
AllowShortBlocksOnASingleLine: Never
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortEnumsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
|
||||||
AllowShortIfStatementsOnASingleLine: Never
|
|
||||||
AllowShortLambdasOnASingleLine: All
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AlwaysBreakAfterDefinitionReturnType: None
|
|
||||||
AlwaysBreakAfterReturnType: None
|
|
||||||
AlwaysBreakBeforeMultilineStrings: false
|
|
||||||
AlwaysBreakTemplateDeclarations: Yes
|
|
||||||
AttributeMacros:
|
|
||||||
- __capability
|
|
||||||
BinPackArguments: false
|
|
||||||
BinPackParameters: false
|
|
||||||
BitFieldColonSpacing: Both
|
|
||||||
BraceWrapping:
|
|
||||||
AfterCaseLabel: false
|
|
||||||
AfterClass: true
|
|
||||||
AfterControlStatement: Never
|
|
||||||
AfterEnum: false
|
|
||||||
AfterExternBlock: false
|
|
||||||
AfterFunction: true
|
|
||||||
AfterNamespace: false
|
|
||||||
AfterObjCDeclaration: false
|
|
||||||
AfterStruct: true
|
|
||||||
AfterUnion: false
|
|
||||||
BeforeCatch: false
|
|
||||||
BeforeElse: false
|
|
||||||
BeforeLambdaBody: false
|
|
||||||
BeforeWhile: false
|
|
||||||
IndentBraces: false
|
|
||||||
SplitEmptyFunction: false
|
|
||||||
SplitEmptyRecord: false
|
|
||||||
SplitEmptyNamespace: false
|
|
||||||
BreakAfterAttributes: Never
|
|
||||||
BreakAfterJavaFieldAnnotations: false
|
|
||||||
BreakArrays: true
|
|
||||||
BreakBeforeBinaryOperators: All
|
|
||||||
BreakBeforeConceptDeclarations: Always
|
|
||||||
BreakBeforeBraces: Custom
|
|
||||||
BreakBeforeInlineASMColon: OnlyMultiline
|
|
||||||
BreakBeforeTernaryOperators: true
|
|
||||||
BreakConstructorInitializers: BeforeComma
|
|
||||||
BreakInheritanceList: BeforeColon
|
|
||||||
BreakStringLiterals: true
|
|
||||||
ColumnLimit: 180
|
|
||||||
CommentPragmas: '^ IWYU pragma:'
|
|
||||||
CompactNamespaces: false
|
|
||||||
ConstructorInitializerIndentWidth: 4
|
|
||||||
ContinuationIndentWidth: 4
|
|
||||||
Cpp11BracedListStyle: true
|
|
||||||
DerivePointerAlignment: true
|
|
||||||
DisableFormat: false
|
|
||||||
EmptyLineAfterAccessModifier: Never
|
|
||||||
EmptyLineBeforeAccessModifier: LogicalBlock
|
|
||||||
ExperimentalAutoDetectBinPacking: false
|
|
||||||
FixNamespaceComments: true
|
|
||||||
ForEachMacros:
|
|
||||||
- forever
|
|
||||||
- foreach
|
|
||||||
- Q_FOREACH
|
|
||||||
- BOOST_FOREACH
|
|
||||||
IfMacros:
|
|
||||||
- KJ_IF_MAYBE
|
|
||||||
IncludeBlocks: Preserve
|
|
||||||
IncludeCategories:
|
|
||||||
- Regex: '^<Q.*'
|
|
||||||
Priority: 200
|
|
||||||
SortPriority: 200
|
|
||||||
CaseSensitive: true
|
|
||||||
IncludeIsMainRegex: '(Test)?$'
|
|
||||||
IncludeIsMainSourceRegex: ''
|
|
||||||
IndentAccessModifiers: false
|
|
||||||
IndentCaseBlocks: false
|
|
||||||
IndentCaseLabels: false
|
|
||||||
IndentExternBlock: AfterExternBlock
|
|
||||||
IndentGotoLabels: true
|
|
||||||
IndentPPDirectives: None
|
|
||||||
IndentRequiresClause: true
|
|
||||||
IndentWidth: 4
|
|
||||||
IndentWrappedFunctionNames: false
|
|
||||||
InsertBraces: false
|
|
||||||
InsertNewlineAtEOF: false
|
|
||||||
InsertTrailingCommas: None
|
|
||||||
IntegerLiteralSeparator:
|
|
||||||
Binary: 0
|
|
||||||
BinaryMinDigits: 0
|
|
||||||
Decimal: 0
|
|
||||||
DecimalMinDigits: 0
|
|
||||||
Hex: 0
|
|
||||||
HexMinDigits: 0
|
|
||||||
JavaScriptQuotes: Leave
|
|
||||||
JavaScriptWrapImports: true
|
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
||||||
KeepEmptyLinesAtEOF: false
|
|
||||||
LambdaBodyIndentation: Signature
|
|
||||||
LineEnding: DeriveLF
|
|
||||||
MacroBlockBegin: ''
|
|
||||||
MacroBlockEnd: ''
|
|
||||||
MaxEmptyLinesToKeep: 1
|
|
||||||
NamespaceIndentation: None
|
|
||||||
ObjCBinPackProtocolList: Auto
|
|
||||||
ObjCBlockIndentWidth: 4
|
|
||||||
ObjCBreakBeforeNestedBlockParam: true
|
|
||||||
ObjCSpaceAfterProperty: false
|
|
||||||
ObjCSpaceBeforeProtocolList: true
|
|
||||||
PackConstructorInitializers: BinPack
|
|
||||||
PenaltyBreakAssignment: 150
|
|
||||||
PenaltyBreakBeforeFirstCallParameter: 300
|
|
||||||
PenaltyBreakComment: 500
|
|
||||||
PenaltyBreakFirstLessLess: 400
|
|
||||||
PenaltyBreakOpenParenthesis: 0
|
|
||||||
PenaltyBreakString: 600
|
|
||||||
PenaltyBreakTemplateDeclaration: 10
|
|
||||||
PenaltyExcessCharacter: 50
|
|
||||||
PenaltyIndentedWhitespace: 0
|
|
||||||
PenaltyReturnTypeOnItsOwnLine: 300
|
|
||||||
PointerAlignment: Right
|
|
||||||
PPIndentWidth: -1
|
|
||||||
QualifierAlignment: Leave
|
|
||||||
ReferenceAlignment: Pointer
|
|
||||||
ReflowComments: false
|
|
||||||
RemoveBracesLLVM: false
|
|
||||||
RemoveParentheses: Leave
|
|
||||||
RemoveSemicolon: false
|
|
||||||
RequiresClausePosition: OwnLine
|
|
||||||
RequiresExpressionIndentation: OuterScope
|
|
||||||
SeparateDefinitionBlocks: Leave
|
|
||||||
ShortNamespaceLines: 1
|
|
||||||
SortIncludes: CaseSensitive
|
|
||||||
SortJavaStaticImport: Before
|
|
||||||
SortUsingDeclarations: Lexicographic
|
|
||||||
SpaceAfterCStyleCast: true
|
|
||||||
SpaceAfterLogicalNot: false
|
|
||||||
SpaceAfterTemplateKeyword: false
|
|
||||||
SpaceAroundPointerQualifiers: Default
|
|
||||||
SpaceBeforeAssignmentOperators: true
|
|
||||||
SpaceBeforeCaseColon: false
|
|
||||||
SpaceBeforeCpp11BracedList: false
|
|
||||||
SpaceBeforeCtorInitializerColon: true
|
|
||||||
SpaceBeforeInheritanceColon: true
|
|
||||||
SpaceBeforeJsonColon: false
|
|
||||||
SpaceBeforeParens: ControlStatements
|
|
||||||
SpaceBeforeParensOptions:
|
|
||||||
AfterControlStatements: true
|
|
||||||
AfterForeachMacros: true
|
|
||||||
AfterFunctionDefinitionName: false
|
|
||||||
AfterFunctionDeclarationName: false
|
|
||||||
AfterIfMacros: true
|
|
||||||
AfterOverloadedOperator: false
|
|
||||||
AfterRequiresInClause: false
|
|
||||||
AfterRequiresInExpression: false
|
|
||||||
BeforeNonEmptyParentheses: false
|
|
||||||
SpaceBeforeRangeBasedForLoopColon: true
|
|
||||||
SpaceBeforeSquareBrackets: false
|
|
||||||
SpaceInEmptyBlock: false
|
|
||||||
SpacesBeforeTrailingComments: 1
|
|
||||||
SpacesInAngles: Never
|
|
||||||
SpacesInContainerLiterals: false
|
|
||||||
SpacesInLineCommentPrefix:
|
|
||||||
Minimum: 1
|
|
||||||
Maximum: -1
|
|
||||||
SpacesInParens: Never
|
|
||||||
SpacesInParensOptions:
|
|
||||||
InCStyleCasts: false
|
|
||||||
InConditionalStatements: false
|
|
||||||
InEmptyParentheses: false
|
|
||||||
Other: false
|
|
||||||
SpacesInSquareBrackets: false
|
|
||||||
Standard: Auto
|
|
||||||
StatementAttributeLikeMacros:
|
|
||||||
- Q_EMIT
|
|
||||||
StatementMacros:
|
|
||||||
- Q_UNUSED
|
|
||||||
- QT_REQUIRE_VERSION
|
|
||||||
- Q_CLASSINFO
|
|
||||||
- Q_ENUM
|
|
||||||
- Q_ENUM_NS
|
|
||||||
- Q_FLAG
|
|
||||||
- Q_FLAG_NS
|
|
||||||
- Q_GADGET
|
|
||||||
- Q_GADGET_EXPORT
|
|
||||||
- Q_INTERFACES
|
|
||||||
- Q_MOC_INCLUDE
|
|
||||||
- Q_NAMESPACE
|
|
||||||
- Q_NAMESPACE_EXPORT
|
|
||||||
- Q_OBJECT
|
|
||||||
- Q_PROPERTY
|
|
||||||
- Q_REVISION
|
|
||||||
- Q_DISABLE_COPY
|
|
||||||
- Q_SET_OBJECT_NAME
|
|
||||||
- QT_BEGIN_NAMESPACE
|
|
||||||
- QT_END_NAMESPACE
|
|
||||||
- QML_ADDED_IN_MINOR_VERSION
|
|
||||||
- QML_ANONYMOUS
|
|
||||||
- QML_ATTACHED
|
|
||||||
- QML_DECLARE_TYPE
|
|
||||||
- QML_DECLARE_TYPEINFO
|
|
||||||
- QML_ELEMENT
|
|
||||||
- QML_EXTENDED
|
|
||||||
- QML_EXTENDED_NAMESPACE
|
|
||||||
- QML_EXTRA_VERSION
|
|
||||||
- QML_FOREIGN
|
|
||||||
- QML_FOREIGN_NAMESPACE
|
|
||||||
- QML_IMPLEMENTS_INTERFACES
|
|
||||||
- QML_INTERFACE
|
|
||||||
- QML_NAMED_ELEMENT
|
|
||||||
- QML_REMOVED_IN_MINOR_VERSION
|
|
||||||
- QML_SINGLETON
|
|
||||||
- QML_UNAVAILABLE
|
|
||||||
- QML_UNCREATABLE
|
|
||||||
- QML_VALUE_TYPE
|
|
||||||
TabWidth: 4
|
|
||||||
UseTab: Never
|
|
||||||
VerilogBreakBetweenInstancePorts: true
|
|
||||||
WhitespaceSensitiveMacros:
|
|
||||||
- BOOST_PP_STRINGIZE
|
|
||||||
- CF_SWIFT_NAME
|
|
||||||
- NS_SWIFT_NAME
|
|
||||||
- PP_STRINGIZE
|
|
||||||
- STRINGIZE
|
|
||||||
...
|
|
||||||
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
*.pro.user
|
*.pro.user
|
||||||
builddir
|
builddir
|
||||||
build/
|
|
||||||
doc/html
|
doc/html
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/modules/
|
*/modules/
|
||||||
|
|||||||
674
LICENSE.GPL3
674
LICENSE.GPL3
@ -1,674 +0,0 @@
|
|||||||
GNU GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Preamble
|
|
||||||
|
|
||||||
The GNU General Public License is a free, copyleft license for
|
|
||||||
software and other kinds of works.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
|
||||||
to take away your freedom to share and change the works. By contrast,
|
|
||||||
the GNU General Public License is intended to guarantee your freedom to
|
|
||||||
share and change all versions of a program--to make sure it remains free
|
|
||||||
software for all its users. We, the Free Software Foundation, use the
|
|
||||||
GNU General Public License for most of our software; it applies also to
|
|
||||||
any other work released this way by its authors. You can apply it to
|
|
||||||
your programs, too.
|
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
|
||||||
have the freedom to distribute copies of free software (and charge for
|
|
||||||
them if you wish), that you receive source code or can get it if you
|
|
||||||
want it, that you can change the software or use pieces of it in new
|
|
||||||
free programs, and that you know you can do these things.
|
|
||||||
|
|
||||||
To protect your rights, we need to prevent others from denying you
|
|
||||||
these rights or asking you to surrender the rights. Therefore, you have
|
|
||||||
certain responsibilities if you distribute copies of the software, or if
|
|
||||||
you modify it: responsibilities to respect the freedom of others.
|
|
||||||
|
|
||||||
For example, if you distribute copies of such a program, whether
|
|
||||||
gratis or for a fee, you must pass on to the recipients the same
|
|
||||||
freedoms that you received. You must make sure that they, too, receive
|
|
||||||
or can get the source code. And you must show them these terms so they
|
|
||||||
know their rights.
|
|
||||||
|
|
||||||
Developers that use the GNU GPL protect your rights with two steps:
|
|
||||||
(1) assert copyright on the software, and (2) offer you this License
|
|
||||||
giving you legal permission to copy, distribute and/or modify it.
|
|
||||||
|
|
||||||
For the developers' and authors' protection, the GPL clearly explains
|
|
||||||
that there is no warranty for this free software. For both users' and
|
|
||||||
authors' sake, the GPL requires that modified versions be marked as
|
|
||||||
changed, so that their problems will not be attributed erroneously to
|
|
||||||
authors of previous versions.
|
|
||||||
|
|
||||||
Some devices are designed to deny users access to install or run
|
|
||||||
modified versions of the software inside them, although the manufacturer
|
|
||||||
can do so. This is fundamentally incompatible with the aim of
|
|
||||||
protecting users' freedom to change the software. The systematic
|
|
||||||
pattern of such abuse occurs in the area of products for individuals to
|
|
||||||
use, which is precisely where it is most unacceptable. Therefore, we
|
|
||||||
have designed this version of the GPL to prohibit the practice for those
|
|
||||||
products. If such problems arise substantially in other domains, we
|
|
||||||
stand ready to extend this provision to those domains in future versions
|
|
||||||
of the GPL, as needed to protect the freedom of users.
|
|
||||||
|
|
||||||
Finally, every program is threatened constantly by software patents.
|
|
||||||
States should not allow patents to restrict development and use of
|
|
||||||
software on general-purpose computers, but in those that do, we wish to
|
|
||||||
avoid the special danger that patents applied to a free program could
|
|
||||||
make it effectively proprietary. To prevent this, the GPL assures that
|
|
||||||
patents cannot be used to render the program non-free.
|
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
|
||||||
modification follow.
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
0. Definitions.
|
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU General Public License.
|
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
|
||||||
works, such as semiconductor masks.
|
|
||||||
|
|
||||||
"The Program" refers to any copyrightable work licensed under this
|
|
||||||
License. Each licensee is addressed as "you". "Licensees" and
|
|
||||||
"recipients" may be individuals or organizations.
|
|
||||||
|
|
||||||
To "modify" a work means to copy from or adapt all or part of the work
|
|
||||||
in a fashion requiring copyright permission, other than the making of an
|
|
||||||
exact copy. The resulting work is called a "modified version" of the
|
|
||||||
earlier work or a work "based on" the earlier work.
|
|
||||||
|
|
||||||
A "covered work" means either the unmodified Program or a work based
|
|
||||||
on the Program.
|
|
||||||
|
|
||||||
To "propagate" a work means to do anything with it that, without
|
|
||||||
permission, would make you directly or secondarily liable for
|
|
||||||
infringement under applicable copyright law, except executing it on a
|
|
||||||
computer or modifying a private copy. Propagation includes copying,
|
|
||||||
distribution (with or without modification), making available to the
|
|
||||||
public, and in some countries other activities as well.
|
|
||||||
|
|
||||||
To "convey" a work means any kind of propagation that enables other
|
|
||||||
parties to make or receive copies. Mere interaction with a user through
|
|
||||||
a computer network, with no transfer of a copy, is not conveying.
|
|
||||||
|
|
||||||
An interactive user interface displays "Appropriate Legal Notices"
|
|
||||||
to the extent that it includes a convenient and prominently visible
|
|
||||||
feature that (1) displays an appropriate copyright notice, and (2)
|
|
||||||
tells the user that there is no warranty for the work (except to the
|
|
||||||
extent that warranties are provided), that licensees may convey the
|
|
||||||
work under this License, and how to view a copy of this License. If
|
|
||||||
the interface presents a list of user commands or options, such as a
|
|
||||||
menu, a prominent item in the list meets this criterion.
|
|
||||||
|
|
||||||
1. Source Code.
|
|
||||||
|
|
||||||
The "source code" for a work means the preferred form of the work
|
|
||||||
for making modifications to it. "Object code" means any non-source
|
|
||||||
form of a work.
|
|
||||||
|
|
||||||
A "Standard Interface" means an interface that either is an official
|
|
||||||
standard defined by a recognized standards body, or, in the case of
|
|
||||||
interfaces specified for a particular programming language, one that
|
|
||||||
is widely used among developers working in that language.
|
|
||||||
|
|
||||||
The "System Libraries" of an executable work include anything, other
|
|
||||||
than the work as a whole, that (a) is included in the normal form of
|
|
||||||
packaging a Major Component, but which is not part of that Major
|
|
||||||
Component, and (b) serves only to enable use of the work with that
|
|
||||||
Major Component, or to implement a Standard Interface for which an
|
|
||||||
implementation is available to the public in source code form. A
|
|
||||||
"Major Component", in this context, means a major essential component
|
|
||||||
(kernel, window system, and so on) of the specific operating system
|
|
||||||
(if any) on which the executable work runs, or a compiler used to
|
|
||||||
produce the work, or an object code interpreter used to run it.
|
|
||||||
|
|
||||||
The "Corresponding Source" for a work in object code form means all
|
|
||||||
the source code needed to generate, install, and (for an executable
|
|
||||||
work) run the object code and to modify the work, including scripts to
|
|
||||||
control those activities. However, it does not include the work's
|
|
||||||
System Libraries, or general-purpose tools or generally available free
|
|
||||||
programs which are used unmodified in performing those activities but
|
|
||||||
which are not part of the work. For example, Corresponding Source
|
|
||||||
includes interface definition files associated with source files for
|
|
||||||
the work, and the source code for shared libraries and dynamically
|
|
||||||
linked subprograms that the work is specifically designed to require,
|
|
||||||
such as by intimate data communication or control flow between those
|
|
||||||
subprograms and other parts of the work.
|
|
||||||
|
|
||||||
The Corresponding Source need not include anything that users
|
|
||||||
can regenerate automatically from other parts of the Corresponding
|
|
||||||
Source.
|
|
||||||
|
|
||||||
The Corresponding Source for a work in source code form is that
|
|
||||||
same work.
|
|
||||||
|
|
||||||
2. Basic Permissions.
|
|
||||||
|
|
||||||
All rights granted under this License are granted for the term of
|
|
||||||
copyright on the Program, and are irrevocable provided the stated
|
|
||||||
conditions are met. This License explicitly affirms your unlimited
|
|
||||||
permission to run the unmodified Program. The output from running a
|
|
||||||
covered work is covered by this License only if the output, given its
|
|
||||||
content, constitutes a covered work. This License acknowledges your
|
|
||||||
rights of fair use or other equivalent, as provided by copyright law.
|
|
||||||
|
|
||||||
You may make, run and propagate covered works that you do not
|
|
||||||
convey, without conditions so long as your license otherwise remains
|
|
||||||
in force. You may convey covered works to others for the sole purpose
|
|
||||||
of having them make modifications exclusively for you, or provide you
|
|
||||||
with facilities for running those works, provided that you comply with
|
|
||||||
the terms of this License in conveying all material for which you do
|
|
||||||
not control copyright. Those thus making or running the covered works
|
|
||||||
for you must do so exclusively on your behalf, under your direction
|
|
||||||
and control, on terms that prohibit them from making any copies of
|
|
||||||
your copyrighted material outside their relationship with you.
|
|
||||||
|
|
||||||
Conveying under any other circumstances is permitted solely under
|
|
||||||
the conditions stated below. Sublicensing is not allowed; section 10
|
|
||||||
makes it unnecessary.
|
|
||||||
|
|
||||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
|
||||||
|
|
||||||
No covered work shall be deemed part of an effective technological
|
|
||||||
measure under any applicable law fulfilling obligations under article
|
|
||||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
|
||||||
similar laws prohibiting or restricting circumvention of such
|
|
||||||
measures.
|
|
||||||
|
|
||||||
When you convey a covered work, you waive any legal power to forbid
|
|
||||||
circumvention of technological measures to the extent such circumvention
|
|
||||||
is effected by exercising rights under this License with respect to
|
|
||||||
the covered work, and you disclaim any intention to limit operation or
|
|
||||||
modification of the work as a means of enforcing, against the work's
|
|
||||||
users, your or third parties' legal rights to forbid circumvention of
|
|
||||||
technological measures.
|
|
||||||
|
|
||||||
4. Conveying Verbatim Copies.
|
|
||||||
|
|
||||||
You may convey verbatim copies of the Program's source code as you
|
|
||||||
receive it, in any medium, provided that you conspicuously and
|
|
||||||
appropriately publish on each copy an appropriate copyright notice;
|
|
||||||
keep intact all notices stating that this License and any
|
|
||||||
non-permissive terms added in accord with section 7 apply to the code;
|
|
||||||
keep intact all notices of the absence of any warranty; and give all
|
|
||||||
recipients a copy of this License along with the Program.
|
|
||||||
|
|
||||||
You may charge any price or no price for each copy that you convey,
|
|
||||||
and you may offer support or warranty protection for a fee.
|
|
||||||
|
|
||||||
5. Conveying Modified Source Versions.
|
|
||||||
|
|
||||||
You may convey a work based on the Program, or the modifications to
|
|
||||||
produce it from the Program, in the form of source code under the
|
|
||||||
terms of section 4, provided that you also meet all of these conditions:
|
|
||||||
|
|
||||||
a) The work must carry prominent notices stating that you modified
|
|
||||||
it, and giving a relevant date.
|
|
||||||
|
|
||||||
b) The work must carry prominent notices stating that it is
|
|
||||||
released under this License and any conditions added under section
|
|
||||||
7. This requirement modifies the requirement in section 4 to
|
|
||||||
"keep intact all notices".
|
|
||||||
|
|
||||||
c) You must license the entire work, as a whole, under this
|
|
||||||
License to anyone who comes into possession of a copy. This
|
|
||||||
License will therefore apply, along with any applicable section 7
|
|
||||||
additional terms, to the whole of the work, and all its parts,
|
|
||||||
regardless of how they are packaged. This License gives no
|
|
||||||
permission to license the work in any other way, but it does not
|
|
||||||
invalidate such permission if you have separately received it.
|
|
||||||
|
|
||||||
d) If the work has interactive user interfaces, each must display
|
|
||||||
Appropriate Legal Notices; however, if the Program has interactive
|
|
||||||
interfaces that do not display Appropriate Legal Notices, your
|
|
||||||
work need not make them do so.
|
|
||||||
|
|
||||||
A compilation of a covered work with other separate and independent
|
|
||||||
works, which are not by their nature extensions of the covered work,
|
|
||||||
and which are not combined with it such as to form a larger program,
|
|
||||||
in or on a volume of a storage or distribution medium, is called an
|
|
||||||
"aggregate" if the compilation and its resulting copyright are not
|
|
||||||
used to limit the access or legal rights of the compilation's users
|
|
||||||
beyond what the individual works permit. Inclusion of a covered work
|
|
||||||
in an aggregate does not cause this License to apply to the other
|
|
||||||
parts of the aggregate.
|
|
||||||
|
|
||||||
6. Conveying Non-Source Forms.
|
|
||||||
|
|
||||||
You may convey a covered work in object code form under the terms
|
|
||||||
of sections 4 and 5, provided that you also convey the
|
|
||||||
machine-readable Corresponding Source under the terms of this License,
|
|
||||||
in one of these ways:
|
|
||||||
|
|
||||||
a) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by the
|
|
||||||
Corresponding Source fixed on a durable physical medium
|
|
||||||
customarily used for software interchange.
|
|
||||||
|
|
||||||
b) Convey the object code in, or embodied in, a physical product
|
|
||||||
(including a physical distribution medium), accompanied by a
|
|
||||||
written offer, valid for at least three years and valid for as
|
|
||||||
long as you offer spare parts or customer support for that product
|
|
||||||
model, to give anyone who possesses the object code either (1) a
|
|
||||||
copy of the Corresponding Source for all the software in the
|
|
||||||
product that is covered by this License, on a durable physical
|
|
||||||
medium customarily used for software interchange, for a price no
|
|
||||||
more than your reasonable cost of physically performing this
|
|
||||||
conveying of source, or (2) access to copy the
|
|
||||||
Corresponding Source from a network server at no charge.
|
|
||||||
|
|
||||||
c) Convey individual copies of the object code with a copy of the
|
|
||||||
written offer to provide the Corresponding Source. This
|
|
||||||
alternative is allowed only occasionally and noncommercially, and
|
|
||||||
only if you received the object code with such an offer, in accord
|
|
||||||
with subsection 6b.
|
|
||||||
|
|
||||||
d) Convey the object code by offering access from a designated
|
|
||||||
place (gratis or for a charge), and offer equivalent access to the
|
|
||||||
Corresponding Source in the same way through the same place at no
|
|
||||||
further charge. You need not require recipients to copy the
|
|
||||||
Corresponding Source along with the object code. If the place to
|
|
||||||
copy the object code is a network server, the Corresponding Source
|
|
||||||
may be on a different server (operated by you or a third party)
|
|
||||||
that supports equivalent copying facilities, provided you maintain
|
|
||||||
clear directions next to the object code saying where to find the
|
|
||||||
Corresponding Source. Regardless of what server hosts the
|
|
||||||
Corresponding Source, you remain obligated to ensure that it is
|
|
||||||
available for as long as needed to satisfy these requirements.
|
|
||||||
|
|
||||||
e) Convey the object code using peer-to-peer transmission, provided
|
|
||||||
you inform other peers where the object code and Corresponding
|
|
||||||
Source of the work are being offered to the general public at no
|
|
||||||
charge under subsection 6d.
|
|
||||||
|
|
||||||
A separable portion of the object code, whose source code is excluded
|
|
||||||
from the Corresponding Source as a System Library, need not be
|
|
||||||
included in conveying the object code work.
|
|
||||||
|
|
||||||
A "User Product" is either (1) a "consumer product", which means any
|
|
||||||
tangible personal property which is normally used for personal, family,
|
|
||||||
or household purposes, or (2) anything designed or sold for incorporation
|
|
||||||
into a dwelling. In determining whether a product is a consumer product,
|
|
||||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
|
||||||
product received by a particular user, "normally used" refers to a
|
|
||||||
typical or common use of that class of product, regardless of the status
|
|
||||||
of the particular user or of the way in which the particular user
|
|
||||||
actually uses, or expects or is expected to use, the product. A product
|
|
||||||
is a consumer product regardless of whether the product has substantial
|
|
||||||
commercial, industrial or non-consumer uses, unless such uses represent
|
|
||||||
the only significant mode of use of the product.
|
|
||||||
|
|
||||||
"Installation Information" for a User Product means any methods,
|
|
||||||
procedures, authorization keys, or other information required to install
|
|
||||||
and execute modified versions of a covered work in that User Product from
|
|
||||||
a modified version of its Corresponding Source. The information must
|
|
||||||
suffice to ensure that the continued functioning of the modified object
|
|
||||||
code is in no case prevented or interfered with solely because
|
|
||||||
modification has been made.
|
|
||||||
|
|
||||||
If you convey an object code work under this section in, or with, or
|
|
||||||
specifically for use in, a User Product, and the conveying occurs as
|
|
||||||
part of a transaction in which the right of possession and use of the
|
|
||||||
User Product is transferred to the recipient in perpetuity or for a
|
|
||||||
fixed term (regardless of how the transaction is characterized), the
|
|
||||||
Corresponding Source conveyed under this section must be accompanied
|
|
||||||
by the Installation Information. But this requirement does not apply
|
|
||||||
if neither you nor any third party retains the ability to install
|
|
||||||
modified object code on the User Product (for example, the work has
|
|
||||||
been installed in ROM).
|
|
||||||
|
|
||||||
The requirement to provide Installation Information does not include a
|
|
||||||
requirement to continue to provide support service, warranty, or updates
|
|
||||||
for a work that has been modified or installed by the recipient, or for
|
|
||||||
the User Product in which it has been modified or installed. Access to a
|
|
||||||
network may be denied when the modification itself materially and
|
|
||||||
adversely affects the operation of the network or violates the rules and
|
|
||||||
protocols for communication across the network.
|
|
||||||
|
|
||||||
Corresponding Source conveyed, and Installation Information provided,
|
|
||||||
in accord with this section must be in a format that is publicly
|
|
||||||
documented (and with an implementation available to the public in
|
|
||||||
source code form), and must require no special password or key for
|
|
||||||
unpacking, reading or copying.
|
|
||||||
|
|
||||||
7. Additional Terms.
|
|
||||||
|
|
||||||
"Additional permissions" are terms that supplement the terms of this
|
|
||||||
License by making exceptions from one or more of its conditions.
|
|
||||||
Additional permissions that are applicable to the entire Program shall
|
|
||||||
be treated as though they were included in this License, to the extent
|
|
||||||
that they are valid under applicable law. If additional permissions
|
|
||||||
apply only to part of the Program, that part may be used separately
|
|
||||||
under those permissions, but the entire Program remains governed by
|
|
||||||
this License without regard to the additional permissions.
|
|
||||||
|
|
||||||
When you convey a copy of a covered work, you may at your option
|
|
||||||
remove any additional permissions from that copy, or from any part of
|
|
||||||
it. (Additional permissions may be written to require their own
|
|
||||||
removal in certain cases when you modify the work.) You may place
|
|
||||||
additional permissions on material, added by you to a covered work,
|
|
||||||
for which you have or can give appropriate copyright permission.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, for material you
|
|
||||||
add to a covered work, you may (if authorized by the copyright holders of
|
|
||||||
that material) supplement the terms of this License with terms:
|
|
||||||
|
|
||||||
a) Disclaiming warranty or limiting liability differently from the
|
|
||||||
terms of sections 15 and 16 of this License; or
|
|
||||||
|
|
||||||
b) Requiring preservation of specified reasonable legal notices or
|
|
||||||
author attributions in that material or in the Appropriate Legal
|
|
||||||
Notices displayed by works containing it; or
|
|
||||||
|
|
||||||
c) Prohibiting misrepresentation of the origin of that material, or
|
|
||||||
requiring that modified versions of such material be marked in
|
|
||||||
reasonable ways as different from the original version; or
|
|
||||||
|
|
||||||
d) Limiting the use for publicity purposes of names of licensors or
|
|
||||||
authors of the material; or
|
|
||||||
|
|
||||||
e) Declining to grant rights under trademark law for use of some
|
|
||||||
trade names, trademarks, or service marks; or
|
|
||||||
|
|
||||||
f) Requiring indemnification of licensors and authors of that
|
|
||||||
material by anyone who conveys the material (or modified versions of
|
|
||||||
it) with contractual assumptions of liability to the recipient, for
|
|
||||||
any liability that these contractual assumptions directly impose on
|
|
||||||
those licensors and authors.
|
|
||||||
|
|
||||||
All other non-permissive additional terms are considered "further
|
|
||||||
restrictions" within the meaning of section 10. If the Program as you
|
|
||||||
received it, or any part of it, contains a notice stating that it is
|
|
||||||
governed by this License along with a term that is a further
|
|
||||||
restriction, you may remove that term. If a license document contains
|
|
||||||
a further restriction but permits relicensing or conveying under this
|
|
||||||
License, you may add to a covered work material governed by the terms
|
|
||||||
of that license document, provided that the further restriction does
|
|
||||||
not survive such relicensing or conveying.
|
|
||||||
|
|
||||||
If you add terms to a covered work in accord with this section, you
|
|
||||||
must place, in the relevant source files, a statement of the
|
|
||||||
additional terms that apply to those files, or a notice indicating
|
|
||||||
where to find the applicable terms.
|
|
||||||
|
|
||||||
Additional terms, permissive or non-permissive, may be stated in the
|
|
||||||
form of a separately written license, or stated as exceptions;
|
|
||||||
the above requirements apply either way.
|
|
||||||
|
|
||||||
8. Termination.
|
|
||||||
|
|
||||||
You may not propagate or modify a covered work except as expressly
|
|
||||||
provided under this License. Any attempt otherwise to propagate or
|
|
||||||
modify it is void, and will automatically terminate your rights under
|
|
||||||
this License (including any patent licenses granted under the third
|
|
||||||
paragraph of section 11).
|
|
||||||
|
|
||||||
However, if you cease all violation of this License, then your
|
|
||||||
license from a particular copyright holder is reinstated (a)
|
|
||||||
provisionally, unless and until the copyright holder explicitly and
|
|
||||||
finally terminates your license, and (b) permanently, if the copyright
|
|
||||||
holder fails to notify you of the violation by some reasonable means
|
|
||||||
prior to 60 days after the cessation.
|
|
||||||
|
|
||||||
Moreover, your license from a particular copyright holder is
|
|
||||||
reinstated permanently if the copyright holder notifies you of the
|
|
||||||
violation by some reasonable means, this is the first time you have
|
|
||||||
received notice of violation of this License (for any work) from that
|
|
||||||
copyright holder, and you cure the violation prior to 30 days after
|
|
||||||
your receipt of the notice.
|
|
||||||
|
|
||||||
Termination of your rights under this section does not terminate the
|
|
||||||
licenses of parties who have received copies or rights from you under
|
|
||||||
this License. If your rights have been terminated and not permanently
|
|
||||||
reinstated, you do not qualify to receive new licenses for the same
|
|
||||||
material under section 10.
|
|
||||||
|
|
||||||
9. Acceptance Not Required for Having Copies.
|
|
||||||
|
|
||||||
You are not required to accept this License in order to receive or
|
|
||||||
run a copy of the Program. Ancillary propagation of a covered work
|
|
||||||
occurring solely as a consequence of using peer-to-peer transmission
|
|
||||||
to receive a copy likewise does not require acceptance. However,
|
|
||||||
nothing other than this License grants you permission to propagate or
|
|
||||||
modify any covered work. These actions infringe copyright if you do
|
|
||||||
not accept this License. Therefore, by modifying or propagating a
|
|
||||||
covered work, you indicate your acceptance of this License to do so.
|
|
||||||
|
|
||||||
10. Automatic Licensing of Downstream Recipients.
|
|
||||||
|
|
||||||
Each time you convey a covered work, the recipient automatically
|
|
||||||
receives a license from the original licensors, to run, modify and
|
|
||||||
propagate that work, subject to this License. You are not responsible
|
|
||||||
for enforcing compliance by third parties with this License.
|
|
||||||
|
|
||||||
An "entity transaction" is a transaction transferring control of an
|
|
||||||
organization, or substantially all assets of one, or subdividing an
|
|
||||||
organization, or merging organizations. If propagation of a covered
|
|
||||||
work results from an entity transaction, each party to that
|
|
||||||
transaction who receives a copy of the work also receives whatever
|
|
||||||
licenses to the work the party's predecessor in interest had or could
|
|
||||||
give under the previous paragraph, plus a right to possession of the
|
|
||||||
Corresponding Source of the work from the predecessor in interest, if
|
|
||||||
the predecessor has it or can get it with reasonable efforts.
|
|
||||||
|
|
||||||
You may not impose any further restrictions on the exercise of the
|
|
||||||
rights granted or affirmed under this License. For example, you may
|
|
||||||
not impose a license fee, royalty, or other charge for exercise of
|
|
||||||
rights granted under this License, and you may not initiate litigation
|
|
||||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
|
||||||
any patent claim is infringed by making, using, selling, offering for
|
|
||||||
sale, or importing the Program or any portion of it.
|
|
||||||
|
|
||||||
11. Patents.
|
|
||||||
|
|
||||||
A "contributor" is a copyright holder who authorizes use under this
|
|
||||||
License of the Program or a work on which the Program is based. The
|
|
||||||
work thus licensed is called the contributor's "contributor version".
|
|
||||||
|
|
||||||
A contributor's "essential patent claims" are all patent claims
|
|
||||||
owned or controlled by the contributor, whether already acquired or
|
|
||||||
hereafter acquired, that would be infringed by some manner, permitted
|
|
||||||
by this License, of making, using, or selling its contributor version,
|
|
||||||
but do not include claims that would be infringed only as a
|
|
||||||
consequence of further modification of the contributor version. For
|
|
||||||
purposes of this definition, "control" includes the right to grant
|
|
||||||
patent sublicenses in a manner consistent with the requirements of
|
|
||||||
this License.
|
|
||||||
|
|
||||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
|
||||||
patent license under the contributor's essential patent claims, to
|
|
||||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
|
||||||
propagate the contents of its contributor version.
|
|
||||||
|
|
||||||
In the following three paragraphs, a "patent license" is any express
|
|
||||||
agreement or commitment, however denominated, not to enforce a patent
|
|
||||||
(such as an express permission to practice a patent or covenant not to
|
|
||||||
sue for patent infringement). To "grant" such a patent license to a
|
|
||||||
party means to make such an agreement or commitment not to enforce a
|
|
||||||
patent against the party.
|
|
||||||
|
|
||||||
If you convey a covered work, knowingly relying on a patent license,
|
|
||||||
and the Corresponding Source of the work is not available for anyone
|
|
||||||
to copy, free of charge and under the terms of this License, through a
|
|
||||||
publicly available network server or other readily accessible means,
|
|
||||||
then you must either (1) cause the Corresponding Source to be so
|
|
||||||
available, or (2) arrange to deprive yourself of the benefit of the
|
|
||||||
patent license for this particular work, or (3) arrange, in a manner
|
|
||||||
consistent with the requirements of this License, to extend the patent
|
|
||||||
license to downstream recipients. "Knowingly relying" means you have
|
|
||||||
actual knowledge that, but for the patent license, your conveying the
|
|
||||||
covered work in a country, or your recipient's use of the covered work
|
|
||||||
in a country, would infringe one or more identifiable patents in that
|
|
||||||
country that you have reason to believe are valid.
|
|
||||||
|
|
||||||
If, pursuant to or in connection with a single transaction or
|
|
||||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
|
||||||
covered work, and grant a patent license to some of the parties
|
|
||||||
receiving the covered work authorizing them to use, propagate, modify
|
|
||||||
or convey a specific copy of the covered work, then the patent license
|
|
||||||
you grant is automatically extended to all recipients of the covered
|
|
||||||
work and works based on it.
|
|
||||||
|
|
||||||
A patent license is "discriminatory" if it does not include within
|
|
||||||
the scope of its coverage, prohibits the exercise of, or is
|
|
||||||
conditioned on the non-exercise of one or more of the rights that are
|
|
||||||
specifically granted under this License. You may not convey a covered
|
|
||||||
work if you are a party to an arrangement with a third party that is
|
|
||||||
in the business of distributing software, under which you make payment
|
|
||||||
to the third party based on the extent of your activity of conveying
|
|
||||||
the work, and under which the third party grants, to any of the
|
|
||||||
parties who would receive the covered work from you, a discriminatory
|
|
||||||
patent license (a) in connection with copies of the covered work
|
|
||||||
conveyed by you (or copies made from those copies), or (b) primarily
|
|
||||||
for and in connection with specific products or compilations that
|
|
||||||
contain the covered work, unless you entered into that arrangement,
|
|
||||||
or that patent license was granted, prior to 28 March 2007.
|
|
||||||
|
|
||||||
Nothing in this License shall be construed as excluding or limiting
|
|
||||||
any implied license or other defenses to infringement that may
|
|
||||||
otherwise be available to you under applicable patent law.
|
|
||||||
|
|
||||||
12. No Surrender of Others' Freedom.
|
|
||||||
|
|
||||||
If conditions are imposed on you (whether by court order, agreement or
|
|
||||||
otherwise) that contradict the conditions of this License, they do not
|
|
||||||
excuse you from the conditions of this License. If you cannot convey a
|
|
||||||
covered work so as to satisfy simultaneously your obligations under this
|
|
||||||
License and any other pertinent obligations, then as a consequence you may
|
|
||||||
not convey it at all. For example, if you agree to terms that obligate you
|
|
||||||
to collect a royalty for further conveying from those to whom you convey
|
|
||||||
the Program, the only way you could satisfy both those terms and this
|
|
||||||
License would be to refrain entirely from conveying the Program.
|
|
||||||
|
|
||||||
13. Use with the GNU Affero General Public License.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
|
||||||
permission to link or combine any covered work with a work licensed
|
|
||||||
under version 3 of the GNU Affero General Public License into a single
|
|
||||||
combined work, and to convey the resulting work. The terms of this
|
|
||||||
License will continue to apply to the part which is the covered work,
|
|
||||||
but the special requirements of the GNU Affero General Public License,
|
|
||||||
section 13, concerning interaction through a network will apply to the
|
|
||||||
combination as such.
|
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
|
||||||
the GNU General Public License from time to time. Such new versions will
|
|
||||||
be similar in spirit to the present version, but may differ in detail to
|
|
||||||
address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Program specifies that a certain numbered version of the GNU General
|
|
||||||
Public License "or any later version" applies to it, you have the
|
|
||||||
option of following the terms and conditions either of that numbered
|
|
||||||
version or of any later version published by the Free Software
|
|
||||||
Foundation. If the Program does not specify a version number of the
|
|
||||||
GNU General Public License, you may choose any version ever published
|
|
||||||
by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
|
||||||
versions of the GNU General Public License can be used, that proxy's
|
|
||||||
public statement of acceptance of a version permanently authorizes you
|
|
||||||
to choose that version for the Program.
|
|
||||||
|
|
||||||
Later license versions may give you additional or different
|
|
||||||
permissions. However, no additional obligations are imposed on any
|
|
||||||
author or copyright holder as a result of your choosing to follow a
|
|
||||||
later version.
|
|
||||||
|
|
||||||
15. Disclaimer of Warranty.
|
|
||||||
|
|
||||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
|
||||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
|
||||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
|
||||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
||||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
|
||||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
|
||||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
|
||||||
|
|
||||||
16. Limitation of Liability.
|
|
||||||
|
|
||||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
|
||||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
|
||||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
|
||||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
|
||||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
|
||||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
|
||||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
|
||||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGES.
|
|
||||||
|
|
||||||
17. Interpretation of Sections 15 and 16.
|
|
||||||
|
|
||||||
If the disclaimer of warranty and limitation of liability provided
|
|
||||||
above cannot be given local legal effect according to their terms,
|
|
||||||
reviewing courts shall apply local law that most closely approximates
|
|
||||||
an absolute waiver of all civil liability in connection with the
|
|
||||||
Program, unless a warranty or assumption of liability accompanies a
|
|
||||||
copy of the Program in return for a fee.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
How to Apply These Terms to Your New Programs
|
|
||||||
|
|
||||||
If you develop a new program, and you want it to be of the greatest
|
|
||||||
possible use to the public, the best way to achieve this is to make it
|
|
||||||
free software which everyone can redistribute and change under these terms.
|
|
||||||
|
|
||||||
To do so, attach the following notices to the program. It is safest
|
|
||||||
to attach them to the start of each source file to most effectively
|
|
||||||
state the exclusion of warranty; and each file should have at least
|
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
|
||||||
Copyright (C) <year> <name of author>
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
|
||||||
|
|
||||||
If the program does terminal interaction, make it output a short
|
|
||||||
notice like this when it starts in an interactive mode:
|
|
||||||
|
|
||||||
<program> Copyright (C) <year> <name of author>
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
|
||||||
This is free software, and you are welcome to redistribute it
|
|
||||||
under certain conditions; type `show c' for details.
|
|
||||||
|
|
||||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
|
||||||
parts of the General Public License. Of course, your program's commands
|
|
||||||
might be different; for a GUI interface, you would use an "about box".
|
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
|
||||||
For more information on this, and how to apply and follow the GNU GPL, see
|
|
||||||
<https://www.gnu.org/licenses/>.
|
|
||||||
|
|
||||||
The GNU General Public License does not permit incorporating your program
|
|
||||||
into proprietary programs. If your program is a subroutine library, you
|
|
||||||
may consider it more useful to permit linking proprietary applications with
|
|
||||||
the library. If this is what you want to do, use the GNU Lesser General
|
|
||||||
Public License instead of this License. But first, please read
|
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
|
||||||
165
LICENSE.LGPL3
Normal file
165
LICENSE.LGPL3
Normal file
@ -0,0 +1,165 @@
|
|||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
|
||||||
|
This version of the GNU Lesser General Public License incorporates
|
||||||
|
the terms and conditions of version 3 of the GNU General Public
|
||||||
|
License, supplemented by the additional permissions listed below.
|
||||||
|
|
||||||
|
0. Additional Definitions.
|
||||||
|
|
||||||
|
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||||
|
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||||
|
General Public License.
|
||||||
|
|
||||||
|
"The Library" refers to a covered work governed by this License,
|
||||||
|
other than an Application or a Combined Work as defined below.
|
||||||
|
|
||||||
|
An "Application" is any work that makes use of an interface provided
|
||||||
|
by the Library, but which is not otherwise based on the Library.
|
||||||
|
Defining a subclass of a class defined by the Library is deemed a mode
|
||||||
|
of using an interface provided by the Library.
|
||||||
|
|
||||||
|
A "Combined Work" is a work produced by combining or linking an
|
||||||
|
Application with the Library. The particular version of the Library
|
||||||
|
with which the Combined Work was made is also called the "Linked
|
||||||
|
Version".
|
||||||
|
|
||||||
|
The "Minimal Corresponding Source" for a Combined Work means the
|
||||||
|
Corresponding Source for the Combined Work, excluding any source code
|
||||||
|
for portions of the Combined Work that, considered in isolation, are
|
||||||
|
based on the Application, and not on the Linked Version.
|
||||||
|
|
||||||
|
The "Corresponding Application Code" for a Combined Work means the
|
||||||
|
object code and/or source code for the Application, including any data
|
||||||
|
and utility programs needed for reproducing the Combined Work from the
|
||||||
|
Application, but excluding the System Libraries of the Combined Work.
|
||||||
|
|
||||||
|
1. Exception to Section 3 of the GNU GPL.
|
||||||
|
|
||||||
|
You may convey a covered work under sections 3 and 4 of this License
|
||||||
|
without being bound by section 3 of the GNU GPL.
|
||||||
|
|
||||||
|
2. Conveying Modified Versions.
|
||||||
|
|
||||||
|
If you modify a copy of the Library, and, in your modifications, a
|
||||||
|
facility refers to a function or data to be supplied by an Application
|
||||||
|
that uses the facility (other than as an argument passed when the
|
||||||
|
facility is invoked), then you may convey a copy of the modified
|
||||||
|
version:
|
||||||
|
|
||||||
|
a) under this License, provided that you make a good faith effort to
|
||||||
|
ensure that, in the event an Application does not supply the
|
||||||
|
function or data, the facility still operates, and performs
|
||||||
|
whatever part of its purpose remains meaningful, or
|
||||||
|
|
||||||
|
b) under the GNU GPL, with none of the additional permissions of
|
||||||
|
this License applicable to that copy.
|
||||||
|
|
||||||
|
3. Object Code Incorporating Material from Library Header Files.
|
||||||
|
|
||||||
|
The object code form of an Application may incorporate material from
|
||||||
|
a header file that is part of the Library. You may convey such object
|
||||||
|
code under terms of your choice, provided that, if the incorporated
|
||||||
|
material is not limited to numerical parameters, data structure
|
||||||
|
layouts and accessors, or small macros, inline functions and templates
|
||||||
|
(ten or fewer lines in length), you do both of the following:
|
||||||
|
|
||||||
|
a) Give prominent notice with each copy of the object code that the
|
||||||
|
Library is used in it and that the Library and its use are
|
||||||
|
covered by this License.
|
||||||
|
|
||||||
|
b) Accompany the object code with a copy of the GNU GPL and this license
|
||||||
|
document.
|
||||||
|
|
||||||
|
4. Combined Works.
|
||||||
|
|
||||||
|
You may convey a Combined Work under terms of your choice that,
|
||||||
|
taken together, effectively do not restrict modification of the
|
||||||
|
portions of the Library contained in the Combined Work and reverse
|
||||||
|
engineering for debugging such modifications, if you also do each of
|
||||||
|
the following:
|
||||||
|
|
||||||
|
a) Give prominent notice with each copy of the Combined Work that
|
||||||
|
the Library is used in it and that the Library and its use are
|
||||||
|
covered by this License.
|
||||||
|
|
||||||
|
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
||||||
|
document.
|
||||||
|
|
||||||
|
c) For a Combined Work that displays copyright notices during
|
||||||
|
execution, include the copyright notice for the Library among
|
||||||
|
these notices, as well as a reference directing the user to the
|
||||||
|
copies of the GNU GPL and this license document.
|
||||||
|
|
||||||
|
d) Do one of the following:
|
||||||
|
|
||||||
|
0) Convey the Minimal Corresponding Source under the terms of this
|
||||||
|
License, and the Corresponding Application Code in a form
|
||||||
|
suitable for, and under terms that permit, the user to
|
||||||
|
recombine or relink the Application with a modified version of
|
||||||
|
the Linked Version to produce a modified Combined Work, in the
|
||||||
|
manner specified by section 6 of the GNU GPL for conveying
|
||||||
|
Corresponding Source.
|
||||||
|
|
||||||
|
1) Use a suitable shared library mechanism for linking with the
|
||||||
|
Library. A suitable mechanism is one that (a) uses at run time
|
||||||
|
a copy of the Library already present on the user's computer
|
||||||
|
system, and (b) will operate properly with a modified version
|
||||||
|
of the Library that is interface-compatible with the Linked
|
||||||
|
Version.
|
||||||
|
|
||||||
|
e) Provide Installation Information, but only if you would otherwise
|
||||||
|
be required to provide such information under section 6 of the
|
||||||
|
GNU GPL, and only to the extent that such information is
|
||||||
|
necessary to install and execute a modified version of the
|
||||||
|
Combined Work produced by recombining or relinking the
|
||||||
|
Application with a modified version of the Linked Version. (If
|
||||||
|
you use option 4d0, the Installation Information must accompany
|
||||||
|
the Minimal Corresponding Source and Corresponding Application
|
||||||
|
Code. If you use option 4d1, you must provide the Installation
|
||||||
|
Information in the manner specified by section 6 of the GNU GPL
|
||||||
|
for conveying Corresponding Source.)
|
||||||
|
|
||||||
|
5. Combined Libraries.
|
||||||
|
|
||||||
|
You may place library facilities that are a work based on the
|
||||||
|
Library side by side in a single library together with other library
|
||||||
|
facilities that are not Applications and are not covered by this
|
||||||
|
License, and convey such a combined library under terms of your
|
||||||
|
choice, if you do both of the following:
|
||||||
|
|
||||||
|
a) Accompany the combined library with a copy of the same work based
|
||||||
|
on the Library, uncombined with any other library facilities,
|
||||||
|
conveyed under the terms of this License.
|
||||||
|
|
||||||
|
b) Give prominent notice with the combined library that part of it
|
||||||
|
is a work based on the Library, and explaining where to find the
|
||||||
|
accompanying uncombined form of the same work.
|
||||||
|
|
||||||
|
6. Revised Versions of the GNU Lesser General Public License.
|
||||||
|
|
||||||
|
The Free Software Foundation may publish revised and/or new versions
|
||||||
|
of the GNU Lesser General Public License from time to time. Such new
|
||||||
|
versions will be similar in spirit to the present version, but may
|
||||||
|
differ in detail to address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the
|
||||||
|
Library as you received it specifies that a certain numbered version
|
||||||
|
of the GNU Lesser General Public License "or any later version"
|
||||||
|
applies to it, you have the option of following the terms and
|
||||||
|
conditions either of that published version or of any later version
|
||||||
|
published by the Free Software Foundation. If the Library as you
|
||||||
|
received it does not specify a version number of the GNU Lesser
|
||||||
|
General Public License, you may choose any version of the GNU Lesser
|
||||||
|
General Public License ever published by the Free Software Foundation.
|
||||||
|
|
||||||
|
If the Library as you received it specifies that a proxy can decide
|
||||||
|
whether future versions of the GNU Lesser General Public License shall
|
||||||
|
apply, that proxy's public statement of acceptance of any version is
|
||||||
|
permanent authorization for you to choose that version for the
|
||||||
|
Library.
|
||||||
@ -15,6 +15,9 @@ nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based arc
|
|||||||
|
|
||||||
## Getting help
|
## Getting help
|
||||||
|
|
||||||
|
If you want to present your project or want to share your newest developments you can share it in
|
||||||
|
[Our Forum](https://forum.nymea.io)
|
||||||
|
|
||||||
If you are facing any troubles, don't hesitate to reach out for us or the community members, we will be pleased to help you:
|
If you are facing any troubles, don't hesitate to reach out for us or the community members, we will be pleased to help you:
|
||||||
Chat with us on [Telegram](http://t.me/nymeacommunity)
|
Chat with us on [Telegram](http://t.me/nymeacommunity)
|
||||||
|
|
||||||
@ -37,4 +40,4 @@ If you don't have any developer skills at all, still feel free to bring the topi
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
nymea-plugins is licensed under the GNU General Public License version 3 or (at your option) any later version (GPL-3.0-or-later). See the source files or the accompanying license text for details.
|
> nymea is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.
|
||||||
|
|||||||
@ -1,27 +1,3 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
||||||
*
|
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
|
||||||
*
|
|
||||||
* This file is part of nymea-plugins.
|
|
||||||
*
|
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#include "discovery.h"
|
#include "discovery.h"
|
||||||
|
|
||||||
#include <QUdpSocket>
|
#include <QUdpSocket>
|
||||||
|
|||||||
@ -1,27 +1,3 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
||||||
*
|
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
|
||||||
*
|
|
||||||
* This file is part of nymea-plugins.
|
|
||||||
*
|
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*
|
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
|
||||||
|
|
||||||
#ifndef DISCOVERY_H
|
#ifndef DISCOVERY_H
|
||||||
#define DISCOVERY_H
|
#define DISCOVERY_H
|
||||||
|
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Example reply for HOME and PRO:
|
Example reply for HOME and PRO:
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINANEL_H
|
#ifndef INTEGRATIONPLUGINANEL_H
|
||||||
#define INTEGRATIONPLUGINANEL_H
|
#define INTEGRATIONPLUGINANEL_H
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "airqualityindex.h"
|
#include "airqualityindex.h"
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
@ -48,9 +54,8 @@ QUuid AirQualityIndex::searchByName(const QString &name)
|
|||||||
{
|
{
|
||||||
if (m_apiKey.isEmpty()) {
|
if (m_apiKey.isEmpty()) {
|
||||||
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
|
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
|
||||||
return QUuid();
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
QUuid requestId = QUuid::createUuid();;
|
QUuid requestId = QUuid::createUuid();;
|
||||||
QUrl url;
|
QUrl url;
|
||||||
url.setUrl(m_baseUrl);
|
url.setUrl(m_baseUrl);
|
||||||
@ -70,14 +75,13 @@ QUuid AirQualityIndex::searchByName(const QString &name)
|
|||||||
|
|
||||||
// Check HTTP status code
|
// Check HTTP status code
|
||||||
if (status != 200 || reply->error() != QNetworkReply::NoError) {
|
if (status != 200 || reply->error() != QNetworkReply::NoError) {
|
||||||
if (status == 400)
|
if (status == 400) {
|
||||||
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
|
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
|
||||||
|
}
|
||||||
emit requestExecuted(requestId, false);
|
requestExecuted(requestId, false);
|
||||||
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
|
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
QByteArray rawData = reply->readAll();
|
QByteArray rawData = reply->readAll();
|
||||||
qCDebug(dcAirQualityIndex()) << "Search response" << rawData;
|
qCDebug(dcAirQualityIndex()) << "Search response" << rawData;
|
||||||
|
|
||||||
@ -91,7 +95,7 @@ QUuid AirQualityIndex::searchByName(const QString &name)
|
|||||||
|
|
||||||
QList<Station> stations;
|
QList<Station> stations;
|
||||||
QVariantList stationList = doc.toVariant().toMap().value("data").toList();
|
QVariantList stationList = doc.toVariant().toMap().value("data").toList();
|
||||||
foreach (const QVariant &stationVariant, stationList) {
|
foreach (QVariant stationVariant, stationList) {
|
||||||
Station station;
|
Station station;
|
||||||
station.aqi = stationVariant.toMap().value("aqi").toInt();
|
station.aqi = stationVariant.toMap().value("aqi").toInt();
|
||||||
station.idx = stationVariant.toMap().value("idx").toInt();
|
station.idx = stationVariant.toMap().value("idx").toInt();
|
||||||
@ -103,11 +107,10 @@ QUuid AirQualityIndex::searchByName(const QString &name)
|
|||||||
station.location.longitude = stationVariant.toMap().value("city").toMap().value("geo").toList().last().toDouble();
|
station.location.longitude = stationVariant.toMap().value("city").toMap().value("geo").toList().last().toDouble();
|
||||||
stations.append(station);
|
stations.append(station);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!stations.isEmpty())
|
if (!stations.isEmpty())
|
||||||
emit stationsReceived(requestId, stations);
|
emit stationsReceived(requestId, stations);
|
||||||
|
|
||||||
emit requestExecuted(requestId, true);
|
requestExecuted(requestId, true);
|
||||||
});
|
});
|
||||||
return requestId;
|
return requestId;
|
||||||
}
|
}
|
||||||
@ -116,23 +119,18 @@ QUuid AirQualityIndex::getDataByIp()
|
|||||||
{
|
{
|
||||||
if (m_apiKey.isEmpty()) {
|
if (m_apiKey.isEmpty()) {
|
||||||
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
|
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
|
||||||
return QUuid();
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
QUuid requestId = QUuid::createUuid();
|
QUuid requestId = QUuid::createUuid();
|
||||||
|
|
||||||
QUrl url;
|
QUrl url;
|
||||||
url.setUrl(m_baseUrl);
|
url.setUrl(m_baseUrl);
|
||||||
url.setPath("/feed/here/");
|
url.setPath("/feed/here/");
|
||||||
|
|
||||||
QUrlQuery query;
|
QUrlQuery query;
|
||||||
query.addQueryItem("token", m_apiKey);
|
query.addQueryItem("token", m_apiKey);
|
||||||
url.setQuery(query);
|
url.setQuery(query);
|
||||||
|
|
||||||
QNetworkRequest request;
|
QNetworkRequest request;
|
||||||
request.setUrl(url);
|
request.setUrl(url);
|
||||||
request.setRawHeader("User-Agent", "nymea");
|
request.setRawHeader("User-Agent", "nymea");
|
||||||
|
|
||||||
qCDebug(dcAirQualityIndex()) << "Get data by IP request" << url.toString();
|
qCDebug(dcAirQualityIndex()) << "Get data by IP request" << url.toString();
|
||||||
QNetworkReply *reply = m_networkAccessManager->get(request);
|
QNetworkReply *reply = m_networkAccessManager->get(request);
|
||||||
connect(reply, &QNetworkReply::finished, this, [requestId, reply, this] {
|
connect(reply, &QNetworkReply::finished, this, [requestId, reply, this] {
|
||||||
@ -141,20 +139,17 @@ QUuid AirQualityIndex::getDataByIp()
|
|||||||
|
|
||||||
// Check HTTP status code
|
// Check HTTP status code
|
||||||
if (status != 200 || reply->error() != QNetworkReply::NoError) {
|
if (status != 200 || reply->error() != QNetworkReply::NoError) {
|
||||||
if (status == 400)
|
if (status == 400) {
|
||||||
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
|
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
|
||||||
|
}
|
||||||
emit requestExecuted(requestId, false);
|
requestExecuted(requestId, false);
|
||||||
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
|
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!parseData(requestId, reply->readAll()))
|
if (!parseData(requestId, reply->readAll()))
|
||||||
emit requestExecuted(requestId, false);
|
requestExecuted(requestId, false);
|
||||||
|
requestExecuted(requestId, true);
|
||||||
emit requestExecuted(requestId, true);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return requestId;
|
return requestId;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -162,23 +157,19 @@ QUuid AirQualityIndex::getDataByGeolocation(double lat, double lng)
|
|||||||
{
|
{
|
||||||
if (m_apiKey.isEmpty()) {
|
if (m_apiKey.isEmpty()) {
|
||||||
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
|
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
|
||||||
return QUuid();
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
QUuid requestId = QUuid::createUuid();
|
QUuid requestId = QUuid::createUuid();
|
||||||
|
|
||||||
QUrl url;
|
QUrl url;
|
||||||
url.setUrl(m_baseUrl);
|
url.setUrl(m_baseUrl);
|
||||||
url.setPath(QString("/feed/geo:%1;%2/").arg(lat).arg(lng));
|
url.setPath(QString("/feed/geo:%1;%2/").arg(lat).arg(lng));
|
||||||
|
|
||||||
QUrlQuery query;
|
QUrlQuery query;
|
||||||
query.addQueryItem("token", m_apiKey);
|
query.addQueryItem("token", m_apiKey);
|
||||||
url.setQuery(query);
|
url.setQuery(query);
|
||||||
|
|
||||||
QNetworkRequest request;
|
QNetworkRequest request;
|
||||||
request.setUrl(url);
|
request.setUrl(url);
|
||||||
request.setRawHeader("User-Agent", "nymea");
|
request.setRawHeader("User-Agent", "nymea");
|
||||||
|
|
||||||
qCDebug(dcAirQualityIndex()) << "Get data by geo location request" << url.toString();
|
qCDebug(dcAirQualityIndex()) << "Get data by geo location request" << url.toString();
|
||||||
QNetworkReply *reply = m_networkAccessManager->get(request);
|
QNetworkReply *reply = m_networkAccessManager->get(request);
|
||||||
connect(reply, &QNetworkReply::finished, this, [requestId, reply, this] {
|
connect(reply, &QNetworkReply::finished, this, [requestId, reply, this] {
|
||||||
@ -187,22 +178,21 @@ QUuid AirQualityIndex::getDataByGeolocation(double lat, double lng)
|
|||||||
|
|
||||||
// Check HTTP status code
|
// Check HTTP status code
|
||||||
if (status != 200 || reply->error() != QNetworkReply::NoError) {
|
if (status != 200 || reply->error() != QNetworkReply::NoError) {
|
||||||
if (status == 400)
|
if (status == 400) {
|
||||||
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
|
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
|
||||||
|
}
|
||||||
emit requestExecuted(requestId, false);
|
requestExecuted(requestId, false);
|
||||||
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
|
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!parseData(requestId, reply->readAll()))
|
if (!parseData(requestId, reply->readAll()))
|
||||||
emit requestExecuted(requestId, false);
|
requestExecuted(requestId, false);
|
||||||
|
requestExecuted(requestId, true);
|
||||||
emit requestExecuted(requestId, true);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return requestId;
|
return requestId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool AirQualityIndex::parseData(QUuid requestId, const QByteArray &data)
|
bool AirQualityIndex::parseData(QUuid requestId, const QByteArray &data)
|
||||||
{
|
{
|
||||||
qCDebug(dcAirQualityIndex()) << "Parsing data" << data;
|
qCDebug(dcAirQualityIndex()) << "Parsing data" << data;
|
||||||
@ -221,8 +211,8 @@ bool AirQualityIndex::parseData(QUuid requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Station station;
|
Station station;
|
||||||
station.aqi = doc.toVariant().toMap().value("data").toMap().value("aqi").toInt();
|
station.aqi = doc.toVariant().toMap().value("data").toMap().value("aqi").toInt();
|
||||||
station.idx = doc.toVariant().toMap().value("data").toMap().value("idx").toInt();
|
station.idx = doc.toVariant().toMap().value("data").toMap().value("idx").toInt();
|
||||||
|
|
||||||
QVariantMap city = doc.toVariant().toMap().value("data").toMap().value("city").toMap();
|
QVariantMap city = doc.toVariant().toMap().value("data").toMap().value("city").toMap();
|
||||||
if (city["geo"].toList().length() == 2) {
|
if (city["geo"].toList().length() == 2) {
|
||||||
@ -251,7 +241,6 @@ bool AirQualityIndex::parseData(QUuid requestId, const QByteArray &data)
|
|||||||
aqiData.co = iaqi["co"].toMap().value("v").toDouble();
|
aqiData.co = iaqi["co"].toMap().value("v").toDouble();
|
||||||
aqiData.temperature = iaqi["t"].toMap().value("v").toDouble();
|
aqiData.temperature = iaqi["t"].toMap().value("v").toDouble();
|
||||||
aqiData.windSpeed = iaqi["w"].toMap().value("v").toDouble();
|
aqiData.windSpeed = iaqi["w"].toMap().value("v").toDouble();
|
||||||
|
|
||||||
emit dataReceived(requestId, aqiData);
|
emit dataReceived(requestId, aqiData);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,37 +1,42 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef AIRQUALITYINDEX_H
|
#ifndef AIRQUALITYINDEX_H
|
||||||
#define AIRQUALITYINDEX_H
|
#define AIRQUALITYINDEX_H
|
||||||
|
|
||||||
|
#include "network/networkaccessmanager.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QUuid>
|
#include <QUuid>
|
||||||
#include <QTime>
|
#include <QTime>
|
||||||
|
|
||||||
#include <network/networkaccessmanager.h>
|
|
||||||
|
|
||||||
class AirQualityIndex : public QObject
|
class AirQualityIndex : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -65,7 +70,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
explicit AirQualityIndex(NetworkAccessManager *networkAccessManager, const QString &apiKey, QObject *parent = nullptr);
|
explicit AirQualityIndex(NetworkAccessManager *networkAccessManager, const QString &apiKey, QObject *parent = nullptr);
|
||||||
|
|
||||||
void setApiKey(const QString &apiKey);
|
void setApiKey(const QString &apiKey);
|
||||||
QUuid searchByName(const QString &name);
|
QUuid searchByName(const QString &name);
|
||||||
QUuid getDataByIp();
|
QUuid getDataByIp();
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT+= network
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
airqualityindex.cpp \
|
airqualityindex.cpp \
|
||||||
integrationpluginaqi.cpp
|
integrationpluginaqi.cpp \
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
airqualityindex.h \
|
airqualityindex.h \
|
||||||
integrationpluginaqi.h
|
integrationpluginaqi.h \
|
||||||
|
|
||||||
|
|||||||
@ -1,31 +1,36 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationpluginaqi.h"
|
#include "integrationpluginaqi.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
#include "nymeasettings.h"
|
||||||
#include <nymeasettings.h>
|
|
||||||
|
|
||||||
#include <QNetworkAccessManager>
|
#include <QNetworkAccessManager>
|
||||||
|
|
||||||
@ -117,8 +122,7 @@ void IntegrationPluginAqi::discoverThings(ThingDiscoveryInfo *info)
|
|||||||
if(!createAqiConnection()) {
|
if(!createAqiConnection()) {
|
||||||
return info->finish(Thing::ThingErrorHardwareNotAvailable, QT_TR_NOOP("API key is not available."));
|
return info->finish(Thing::ThingErrorHardwareNotAvailable, QT_TR_NOOP("API key is not available."));
|
||||||
}
|
}
|
||||||
|
connect(info, &ThingDiscoveryInfo::aborted, [this] {
|
||||||
connect(info, &ThingDiscoveryInfo::aborted, this, [this] {
|
|
||||||
if (myThings().filterByThingClassId(airQualityIndexThingClassId).isEmpty()) {
|
if (myThings().filterByThingClassId(airQualityIndexThingClassId).isEmpty()) {
|
||||||
m_aqiConnection->deleteLater();
|
m_aqiConnection->deleteLater();
|
||||||
m_aqiConnection = nullptr;
|
m_aqiConnection = nullptr;
|
||||||
@ -129,9 +133,7 @@ void IntegrationPluginAqi::discoverThings(ThingDiscoveryInfo *info)
|
|||||||
}
|
}
|
||||||
QUuid requestId = m_aqiConnection->getDataByIp();
|
QUuid requestId = m_aqiConnection->getDataByIp();
|
||||||
m_asyncDiscovery.insert(requestId, info);
|
m_asyncDiscovery.insert(requestId, info);
|
||||||
connect(info, &ThingDiscoveryInfo::aborted, this, [this, requestId] {
|
connect(info, &ThingDiscoveryInfo::aborted, [=] {m_asyncDiscovery.remove(requestId);});
|
||||||
m_asyncDiscovery.remove(requestId);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void IntegrationPluginAqi::setupThing(ThingSetupInfo *info)
|
void IntegrationPluginAqi::setupThing(ThingSetupInfo *info)
|
||||||
@ -146,7 +148,7 @@ void IntegrationPluginAqi::setupThing(ThingSetupInfo *info)
|
|||||||
QUuid requestId = m_aqiConnection->getDataByGeolocation(latitude, longitude);
|
QUuid requestId = m_aqiConnection->getDataByGeolocation(latitude, longitude);
|
||||||
m_asyncSetups.insert(requestId, info);
|
m_asyncSetups.insert(requestId, info);
|
||||||
|
|
||||||
connect(info, &ThingSetupInfo::aborted, this, [requestId, this] {
|
connect(info, &ThingSetupInfo::aborted, [requestId, this] {
|
||||||
m_asyncSetups.remove(requestId);
|
m_asyncSetups.remove(requestId);
|
||||||
if (myThings().filterByThingClassId(airQualityIndexThingClassId).isEmpty()) {
|
if (myThings().filterByThingClassId(airQualityIndexThingClassId).isEmpty()) {
|
||||||
m_aqiConnection->deleteLater();
|
m_aqiConnection->deleteLater();
|
||||||
@ -217,7 +219,6 @@ double IntegrationPluginAqi::convertFromAQI(int aqi, const QList<QPair<int, doub
|
|||||||
il = map.at(index - 1).first;
|
il = map.at(index - 1).first;
|
||||||
vl = map.at(index - 1).second;
|
vl = map.at(index - 1).second;
|
||||||
}
|
}
|
||||||
|
|
||||||
ih = map.at(index).first;
|
ih = map.at(index).first;
|
||||||
vh = map.at(index).second;
|
vh = map.at(index).second;
|
||||||
double value = (aqi - il) * (vh - vl) / (ih - il) + vl;
|
double value = (aqi - il) * (vh - vl) / (ih - il) + vl;
|
||||||
@ -252,6 +253,7 @@ void IntegrationPluginAqi::onAirQualityDataReceived(QUuid requestId, AirQualityI
|
|||||||
if (!thing)
|
if (!thing)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
thing->setStateValue(airQualityIndexConnectedStateTypeId, true);
|
thing->setStateValue(airQualityIndexConnectedStateTypeId, true);
|
||||||
thing->setStateValue(airQualityIndexHumidityStateTypeId, data.humidity);
|
thing->setStateValue(airQualityIndexHumidityStateTypeId, data.humidity);
|
||||||
thing->setStateValue(airQualityIndexTemperatureStateTypeId, data.temperature);
|
thing->setStateValue(airQualityIndexTemperatureStateTypeId, data.temperature);
|
||||||
@ -282,6 +284,7 @@ void IntegrationPluginAqi::onAirQualityStationsReceived(QUuid requestId, QList<A
|
|||||||
info->finish(Thing::ThingErrorNoError);
|
info->finish(Thing::ThingErrorNoError);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (m_asyncRequests.contains(requestId)) {
|
if (m_asyncRequests.contains(requestId)) {
|
||||||
Thing * thing = myThings().findById(m_asyncRequests.value(requestId));
|
Thing * thing = myThings().findById(m_asyncRequests.value(requestId));
|
||||||
if (!thing) {
|
if (!thing) {
|
||||||
|
|||||||
@ -1,35 +1,41 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINAQI_H
|
#ifndef INTEGRATIONPLUGINAQI_H
|
||||||
#define INTEGRATIONPLUGINAQI_H
|
#define INTEGRATIONPLUGINAQI_H
|
||||||
|
|
||||||
#include <plugintimer.h>
|
#include "plugintimer.h"
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include <network/networkaccessmanager.h>
|
#include "network/networkaccessmanager.h"
|
||||||
|
|
||||||
#include "airqualityindex.h"
|
#include "airqualityindex.h"
|
||||||
|
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
|
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
@ -58,7 +64,6 @@ private:
|
|||||||
QHash<QUuid, ThingDiscoveryInfo *> m_asyncDiscovery;
|
QHash<QUuid, ThingDiscoveryInfo *> m_asyncDiscovery;
|
||||||
QHash<QUuid, ThingSetupInfo *> m_asyncSetups;
|
QHash<QUuid, ThingSetupInfo *> m_asyncSetups;
|
||||||
QHash<QUuid, ThingId> m_asyncRequests;
|
QHash<QUuid, ThingId> m_asyncRequests;
|
||||||
|
|
||||||
QString getApiKey();
|
QString getApiKey();
|
||||||
bool createAqiConnection();
|
bool createAqiConnection();
|
||||||
|
|
||||||
@ -69,7 +74,6 @@ private slots:
|
|||||||
void onRequestExecuted(QUuid requestId, bool success);
|
void onRequestExecuted(QUuid requestId, bool success);
|
||||||
void onAirQualityDataReceived(QUuid requestId, AirQualityIndex::AirQualityData data);
|
void onAirQualityDataReceived(QUuid requestId, AirQualityIndex::AirQualityData data);
|
||||||
void onAirQualityStationsReceived(QUuid requestId, QList<AirQualityIndex::Station> stations);
|
void onAirQualityStationsReceived(QUuid requestId, QList<AirQualityIndex::Station> stations);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INTEGRATIONPLUGINAQI_H
|
#endif // INTEGRATIONPLUGINAQI_H
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginavahimonitor)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationpluginavahimonitor.cpp
|
integrationpluginavahimonitor.cpp
|
||||||
|
|||||||
@ -1,33 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationpluginavahimonitor.h"
|
#include "integrationpluginavahimonitor.h"
|
||||||
|
|
||||||
#include <platform/platformzeroconfcontroller.h>
|
#include "integrations/thing.h"
|
||||||
#include <integrations/thing.h>
|
|
||||||
|
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
#include "platform/platformzeroconfcontroller.h"
|
||||||
|
#include "network/zeroconf/zeroconfservicebrowser.h"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|||||||
@ -1,38 +1,42 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINAVAHIMONITOR_H
|
#ifndef INTEGRATIONPLUGINAVAHIMONITOR_H
|
||||||
#define INTEGRATIONPLUGINAVAHIMONITOR_H
|
#define INTEGRATIONPLUGINAVAHIMONITOR_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include <network/zeroconf/zeroconfservicebrowser.h>
|
#include "network/zeroconf/zeroconfservicebrowser.h"
|
||||||
#include <network/zeroconf/zeroconfserviceentry.h>
|
#include "network/zeroconf/zeroconfserviceentry.h"
|
||||||
|
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
||||||
#include "extern-plugininfo.h"
|
|
||||||
|
|
||||||
class IntegrationPluginAvahiMonitor : public IntegrationPlugin
|
class IntegrationPluginAvahiMonitor : public IntegrationPlugin
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -52,7 +56,6 @@ private slots:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
ZeroConfServiceBrowser *m_serviceBrowser = nullptr;
|
ZeroConfServiceBrowser *m_serviceBrowser = nullptr;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INTEGRATIONPLUGINAVAHIMONITOR_H
|
#endif // INTEGRATIONPLUGINAVAHIMONITOR_H
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginawattar)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationpluginawattar.cpp
|
integrationpluginawattar.cpp
|
||||||
|
|||||||
@ -1,33 +1,38 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationpluginawattar.h"
|
#include "integrationpluginawattar.h"
|
||||||
|
#include "integrations/thing.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
#include "hardwaremanager.h"
|
||||||
#include <integrations/thing.h>
|
#include "network/networkaccessmanager.h"
|
||||||
#include <hardwaremanager.h>
|
|
||||||
#include <network/networkaccessmanager.h>
|
|
||||||
|
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
#include <QJsonDocument>
|
#include <QJsonDocument>
|
||||||
@ -68,6 +73,7 @@ void IntegrationPluginAwattar::setupThing(ThingSetupInfo *info)
|
|||||||
{
|
{
|
||||||
qCDebug(dcAwattar) << "Setup thing" << info->thing()->name() << info->thing()->params();
|
qCDebug(dcAwattar) << "Setup thing" << info->thing()->name() << info->thing()->params();
|
||||||
|
|
||||||
|
|
||||||
if (!m_pluginTimer) {
|
if (!m_pluginTimer) {
|
||||||
m_pluginTimer = hardwareManager()->pluginTimerManager()->registerTimer(60 * 60);
|
m_pluginTimer = hardwareManager()->pluginTimerManager()->registerTimer(60 * 60);
|
||||||
connect(m_pluginTimer, &PluginTimer::timeout, this, &IntegrationPluginAwattar::onPluginTimer);
|
connect(m_pluginTimer, &PluginTimer::timeout, this, &IntegrationPluginAwattar::onPluginTimer);
|
||||||
@ -184,7 +190,7 @@ void IntegrationPluginAwattar::processPriceData(Thing *thing, const QVariantMap
|
|||||||
minPrice = price;
|
minPrice = price;
|
||||||
|
|
||||||
thing->setStateValue(m_currentMarketPriceStateTypeIds.value(thing->thingClassId()), currentPrice / 10.0);
|
thing->setStateValue(m_currentMarketPriceStateTypeIds.value(thing->thingClassId()), currentPrice / 10.0);
|
||||||
thing->setStateValue(m_validUntilStateTypeIds.value(thing->thingClassId()), endTime.toLocalTime().toSecsSinceEpoch());
|
thing->setStateValue(m_validUntilStateTypeIds.value(thing->thingClassId()), endTime.toLocalTime().toTime_t());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -204,7 +210,7 @@ void IntegrationPluginAwattar::processPriceData(Thing *thing, const QVariantMap
|
|||||||
thing->setStateValue(m_averageDeviationStateTypeIds.value(thing->thingClassId()), deviation);
|
thing->setStateValue(m_averageDeviationStateTypeIds.value(thing->thingClassId()), deviation);
|
||||||
|
|
||||||
qCDebug(dcAwattar()) << "AVG:" << averagePrice << "Min:" << minPrice << "Max:" << maxPrice << "Curr:" << currentPrice;
|
qCDebug(dcAwattar()) << "AVG:" << averagePrice << "Min:" << minPrice << "Max:" << maxPrice << "Curr:" << currentPrice;
|
||||||
std::sort(prices.begin(), prices.end());
|
qSort(prices.begin(), prices.end());
|
||||||
int rank = prices.indexOf(currentPrice);
|
int rank = prices.indexOf(currentPrice);
|
||||||
if (rank < 0) {
|
if (rank < 0) {
|
||||||
rank = 100;
|
rank = 100;
|
||||||
|
|||||||
@ -1,32 +1,38 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINAWATTAR_H
|
#ifndef INTEGRATIONPLUGINAWATTAR_H
|
||||||
#define INTEGRATIONPLUGINAWATTAR_H
|
#define INTEGRATIONPLUGINAWATTAR_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include <plugintimer.h>
|
#include "plugintimer.h"
|
||||||
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|||||||
@ -1,27 +1,3 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
||||||
#
|
|
||||||
# Copyright (C) 2013 - 2024, nymea GmbH
|
|
||||||
# Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
|
||||||
#
|
|
||||||
# This file is part of nymea-plugins.
|
|
||||||
#
|
|
||||||
# nymea-plugins is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# nymea-plugins is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
# General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
||||||
|
|
||||||
import nymea
|
import nymea
|
||||||
from bimmer_connected.account import ConnectedDriveAccount
|
from bimmer_connected.account import ConnectedDriveAccount
|
||||||
from bimmer_connected.country_selector import Regions
|
from bimmer_connected.country_selector import Regions
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "bluos.h"
|
#include "bluos.h"
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
@ -32,9 +38,9 @@
|
|||||||
|
|
||||||
BluOS::BluOS(NetworkAccessManager *networkmanager, QHostAddress hostAddress, int port, QObject *parent) :
|
BluOS::BluOS(NetworkAccessManager *networkmanager, QHostAddress hostAddress, int port, QObject *parent) :
|
||||||
QObject(parent),
|
QObject(parent),
|
||||||
m_networkManager(networkmanager),
|
|
||||||
m_hostAddress(hostAddress),
|
m_hostAddress(hostAddress),
|
||||||
m_port(port)
|
m_port(port),
|
||||||
|
m_networkManager(networkmanager)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -115,7 +121,7 @@ QUuid BluOS::setVolume(uint volume)
|
|||||||
int volume = 0;
|
int volume = 0;
|
||||||
bool mute = false;
|
bool mute = false;
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("volume")) {
|
if (xml.name() == "volume") {
|
||||||
if(xml.attributes().hasAttribute("mute")) {
|
if(xml.attributes().hasAttribute("mute")) {
|
||||||
mute = xml.attributes().value("mute").toInt();
|
mute = xml.attributes().value("mute").toInt();
|
||||||
}
|
}
|
||||||
@ -271,7 +277,7 @@ QUuid BluOS::setRepeat(RepeatMode repeatMode)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("playlist")) {
|
if (xml.name() == "playlist") {
|
||||||
if (xml.attributes().hasAttribute("repeat")) {
|
if (xml.attributes().hasAttribute("repeat")) {
|
||||||
RepeatMode mode = RepeatMode(xml.attributes().value("repeat").toInt());
|
RepeatMode mode = RepeatMode(xml.attributes().value("repeat").toInt());
|
||||||
emit repeatModeReceived(mode);
|
emit repeatModeReceived(mode);
|
||||||
@ -317,9 +323,9 @@ QUuid BluOS::listPresets()
|
|||||||
}
|
}
|
||||||
QList<Preset> presetList;
|
QList<Preset> presetList;
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("presets")) {
|
if (xml.name() == "presets") {
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("preset")){
|
if(xml.name() == "preset"){
|
||||||
Preset preset;
|
Preset preset;
|
||||||
if (xml.attributes().hasAttribute("id")) {
|
if (xml.attributes().hasAttribute("id")) {
|
||||||
preset.Id = xml.attributes().value("id").toInt();
|
preset.Id = xml.attributes().value("id").toInt();
|
||||||
@ -411,9 +417,9 @@ QUuid BluOS::getSources()
|
|||||||
}
|
}
|
||||||
QList<Source> sourceList;
|
QList<Source> sourceList;
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("browse")) {
|
if (xml.name() == "browse") {
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("item")){
|
if(xml.name() == "item"){
|
||||||
Source source;
|
Source source;
|
||||||
if (xml.attributes().hasAttribute("text")) {
|
if (xml.attributes().hasAttribute("text")) {
|
||||||
source.Text = xml.attributes().value("text").toString();
|
source.Text = xml.attributes().value("text").toString();
|
||||||
@ -477,9 +483,9 @@ QUuid BluOS::browseSource(const QString &key)
|
|||||||
}
|
}
|
||||||
QList<Source> sourceList;
|
QList<Source> sourceList;
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("browse")) {
|
if (xml.name() == "browse") {
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("item")){
|
if(xml.name() == "item"){
|
||||||
Source source;
|
Source source;
|
||||||
if (xml.attributes().hasAttribute("text")) {
|
if (xml.attributes().hasAttribute("text")) {
|
||||||
source.Text = xml.attributes().value("text").toString();
|
source.Text = xml.attributes().value("text").toString();
|
||||||
@ -642,23 +648,23 @@ bool BluOS::parseState(const QByteArray &state)
|
|||||||
|
|
||||||
StatusResponse statusResponse;
|
StatusResponse statusResponse;
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("status")) {
|
if (xml.name() == "status") {
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("artist")){
|
if(xml.name() == "artist"){
|
||||||
statusResponse.Artist = xml.readElementText();
|
statusResponse.Artist = xml.readElementText();
|
||||||
} else if(xml.name() == QString("album")){
|
} else if(xml.name() == "album"){
|
||||||
statusResponse.Album = xml.readElementText();
|
statusResponse.Album = xml.readElementText();
|
||||||
} else if(xml.name() == QString("name")){
|
} else if(xml.name() == "name"){
|
||||||
statusResponse.Name = xml.readElementText();
|
statusResponse.Name = xml.readElementText();
|
||||||
} else if(xml.name() == QString("service")){
|
} else if(xml.name() == "service"){
|
||||||
statusResponse.Service = xml.readElementText();
|
statusResponse.Service = xml.readElementText();
|
||||||
} else if(xml.name() == QString("serviceIcon")){
|
} else if(xml.name() == "serviceIcon"){
|
||||||
statusResponse.ServiceIcon = xml.readElementText();
|
statusResponse.ServiceIcon = xml.readElementText();
|
||||||
} else if(xml.name() == QString("shuffle")){
|
} else if(xml.name() == "shuffle"){
|
||||||
statusResponse.Shuffle = xml.readElementText().toInt();
|
statusResponse.Shuffle = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("repeat")){
|
} else if(xml.name() == "repeat"){
|
||||||
statusResponse.Shuffle = xml.readElementText().toInt();
|
statusResponse.Shuffle = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("state")){
|
} else if(xml.name() == "state"){
|
||||||
QString playback = xml.readElementText();
|
QString playback = xml.readElementText();
|
||||||
if (playback == "play") {
|
if (playback == "play") {
|
||||||
statusResponse.State = PlaybackState::Playing;
|
statusResponse.State = PlaybackState::Playing;
|
||||||
@ -674,15 +680,15 @@ bool BluOS::parseState(const QByteArray &state)
|
|||||||
statusResponse.State = PlaybackState::Stopped;
|
statusResponse.State = PlaybackState::Stopped;
|
||||||
qCWarning(dcBluOS()) << "State response, unhandled playback mode" << playback;
|
qCWarning(dcBluOS()) << "State response, unhandled playback mode" << playback;
|
||||||
}
|
}
|
||||||
} else if(xml.name() == QString("volume")){
|
} else if(xml.name() == "volume"){
|
||||||
statusResponse.Volume = xml.readElementText().toInt();
|
statusResponse.Volume = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("mute")){
|
} else if(xml.name() == "mute"){
|
||||||
statusResponse.Mute = xml.readElementText().toInt();
|
statusResponse.Mute = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("image")) {
|
} else if(xml.name() == "image") {
|
||||||
statusResponse.Image = xml.readElementText();
|
statusResponse.Image = xml.readElementText();
|
||||||
} else if(xml.name() == QString("title1")) {
|
} else if(xml.name() == "title1") {
|
||||||
statusResponse.Title = xml.readElementText();
|
statusResponse.Title = xml.readElementText();
|
||||||
} else if(xml.name() == QString("group")) {
|
} else if(xml.name() == "group") {
|
||||||
statusResponse.Group = xml.readElementText();
|
statusResponse.Group = xml.readElementText();
|
||||||
} else {
|
} else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
|
|||||||
@ -1,37 +1,43 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef BLUOS_H
|
#ifndef BLUOS_H
|
||||||
#define BLUOS_H
|
#define BLUOS_H
|
||||||
|
|
||||||
#include <QUuid>
|
|
||||||
#include <QTimer>
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
#include <QTimer>
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
|
#include <QUuid>
|
||||||
|
|
||||||
#include <integrations/thing.h>
|
#include "network/networkaccessmanager.h"
|
||||||
#include <network/networkaccessmanager.h>
|
#include "integrations/thing.h"
|
||||||
|
|
||||||
class BluOS : public QObject
|
class BluOS : public QObject
|
||||||
{
|
{
|
||||||
@ -61,20 +67,20 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct StatusResponse {
|
struct StatusResponse {
|
||||||
QString Album;
|
QString Album;
|
||||||
QString Artist;
|
QString Artist;
|
||||||
QString Name;
|
QString Name;
|
||||||
QString Title;
|
QString Title;
|
||||||
QString Service;
|
QString Service;
|
||||||
QUrl ServiceIcon;
|
QUrl ServiceIcon;
|
||||||
PlaybackState State;
|
PlaybackState State;
|
||||||
QUrl StationUrl;
|
QUrl StationUrl;
|
||||||
int Volume;
|
int Volume;
|
||||||
bool Mute;
|
bool Mute;
|
||||||
RepeatMode Repeat;
|
RepeatMode Repeat;
|
||||||
bool Shuffle;
|
bool Shuffle;
|
||||||
QUrl Image;
|
QUrl Image;
|
||||||
QString Group;
|
QString Group;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Preset {
|
struct Preset {
|
||||||
@ -92,7 +98,6 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
explicit BluOS(NetworkAccessManager *networkManager, QHostAddress hostAddress, int port, QObject *parent = nullptr);
|
explicit BluOS(NetworkAccessManager *networkManager, QHostAddress hostAddress, int port, QObject *parent = nullptr);
|
||||||
|
|
||||||
int port();
|
int port();
|
||||||
QHostAddress hostAddress();
|
QHostAddress hostAddress();
|
||||||
|
|
||||||
@ -125,24 +130,24 @@ public:
|
|||||||
QUuid removeGroupPlayer(QHostAddress address, int port);
|
QUuid removeGroupPlayer(QHostAddress address, int port);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
NetworkAccessManager *m_networkManager = nullptr;
|
|
||||||
QHostAddress m_hostAddress;
|
QHostAddress m_hostAddress;
|
||||||
int m_port;
|
int m_port;
|
||||||
|
NetworkAccessManager *m_networkManager = nullptr;
|
||||||
|
|
||||||
QUuid playBackControl(PlaybackCommand command);
|
QUuid playBackControl(PlaybackCommand command);
|
||||||
bool parseState(const QByteArray &state);
|
bool parseState(const QByteArray &state);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void connectionChanged(bool connected);
|
void connectionChanged(bool connected);
|
||||||
void actionExecuted(const QUuid &actionId, bool success);
|
void actionExecuted(QUuid actionId, bool success);
|
||||||
|
|
||||||
void statusReceived(const BluOS::StatusResponse &status);
|
void statusReceived(const StatusResponse &status);
|
||||||
void volumeReceived(int volume, bool mute);
|
void volumeReceived(int volume, bool mute);
|
||||||
void shuffleStateReceived(bool state);
|
void shuffleStateReceived(bool state);
|
||||||
void repeatModeReceived(BluOS::RepeatMode mode);
|
void repeatModeReceived(RepeatMode mode);
|
||||||
|
|
||||||
void presetsReceived(const QUuid &requestId, const QList<BluOS::Preset> &presets);
|
void presetsReceived(QUuid requestId, const QList<Preset> &presets);
|
||||||
void sourcesReceived(const QUuid &requestId, const QList<BluOS::Source> &sources);
|
void sourcesReceived(QUuid requestId, const QList<Source> &sources);
|
||||||
void browseResultReceived(const QUuid &requestId, const QList<BluOS::Source> &sources);
|
void browseResultReceived(QUuid requestId, const QList<Source> &sources);
|
||||||
};
|
};
|
||||||
#endif // BLUOS_H
|
#endif // BLUOS_H
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationpluginbluos.cpp \
|
integrationpluginbluos.cpp \
|
||||||
|
|||||||
@ -1,33 +1,40 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|
||||||
#include "integrationpluginbluos.h"
|
#include "integrationpluginbluos.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
#include "integrations/thing.h"
|
||||||
#include <integrations/thing.h>
|
#include "network/networkaccessmanager.h"
|
||||||
#include <types/mediabrowseritem.h>
|
#include "types/mediabrowseritem.h"
|
||||||
#include <types/browseritem.h>
|
#include "types/browseritem.h"
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
@ -151,42 +158,42 @@ void IntegrationPluginBluOS::executeAction(ThingActionInfo *info)
|
|||||||
qCWarning(dcBluOS()) << "Unhandled Playback mode";
|
qCWarning(dcBluOS()) << "Unhandled Playback mode";
|
||||||
}
|
}
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerPlayActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerPlayActionTypeId) {
|
||||||
QUuid requestId = bluos->play();
|
QUuid requestId = bluos->play();
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerPauseActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerPauseActionTypeId) {
|
||||||
QUuid requestId = bluos->pause();
|
QUuid requestId = bluos->pause();
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerStopActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerStopActionTypeId) {
|
||||||
QUuid requestId = bluos->stop();
|
QUuid requestId = bluos->stop();
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerSkipNextActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerSkipNextActionTypeId) {
|
||||||
QUuid requestId = bluos->skip();
|
QUuid requestId = bluos->skip();
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerSkipBackActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerSkipBackActionTypeId) {
|
||||||
QUuid requestId = bluos->back();
|
QUuid requestId = bluos->back();
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerVolumeActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerVolumeActionTypeId) {
|
||||||
uint volume = action.param(bluosPlayerVolumeActionVolumeParamTypeId).value().toUInt();
|
uint volume = action.param(bluosPlayerVolumeActionVolumeParamTypeId).value().toUInt();
|
||||||
QUuid requestId = bluos->setVolume(volume);
|
QUuid requestId = bluos->setVolume(volume);
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerMuteActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerMuteActionTypeId) {
|
||||||
bool mute = action.param(bluosPlayerMuteActionMuteParamTypeId).value().toBool();
|
bool mute = action.param(bluosPlayerMuteActionMuteParamTypeId).value().toBool();
|
||||||
QUuid requestId = bluos->setMute(mute);
|
QUuid requestId = bluos->setMute(mute);
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerShuffleActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerShuffleActionTypeId) {
|
||||||
bool shuffle = action.param(bluosPlayerShuffleActionShuffleParamTypeId).value().toBool();
|
bool shuffle = action.param(bluosPlayerShuffleActionShuffleParamTypeId).value().toBool();
|
||||||
QUuid requestId = bluos->setShuffle(shuffle);
|
QUuid requestId = bluos->setShuffle(shuffle);
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerRepeatActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerRepeatActionTypeId) {
|
||||||
QString repeat = action.param(bluosPlayerRepeatActionRepeatParamTypeId).value().toString();
|
QString repeat = action.param(bluosPlayerRepeatActionRepeatParamTypeId).value().toString();
|
||||||
QUuid requestId;
|
QUuid requestId;
|
||||||
@ -200,17 +207,17 @@ void IntegrationPluginBluOS::executeAction(ThingActionInfo *info)
|
|||||||
qCWarning(dcBluOS()) << "Unhandled Repeat Mode";
|
qCWarning(dcBluOS()) << "Unhandled Repeat Mode";
|
||||||
}
|
}
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerIncreaseVolumeActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerIncreaseVolumeActionTypeId) {
|
||||||
uint step = action.param(bluosPlayerIncreaseVolumeActionStepParamTypeId).value().toUInt();
|
uint step = action.param(bluosPlayerIncreaseVolumeActionStepParamTypeId).value().toUInt();
|
||||||
QUuid requestId = bluos->setVolume(qMin<uint>(100, thing->stateValue(bluosPlayerVolumeStateTypeId).toUInt() + step));
|
QUuid requestId = bluos->setVolume(qMin<uint>(100, thing->stateValue(bluosPlayerVolumeStateTypeId).toUInt() + step));
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else if (action.actionTypeId() == bluosPlayerDecreaseVolumeActionTypeId) {
|
} else if (action.actionTypeId() == bluosPlayerDecreaseVolumeActionTypeId) {
|
||||||
uint step = action.param(bluosPlayerDecreaseVolumeActionStepParamTypeId).value().toUInt();
|
uint step = action.param(bluosPlayerDecreaseVolumeActionStepParamTypeId).value().toUInt();
|
||||||
QUuid requestId = bluos->setVolume(qMax<uint>(0, thing->stateValue(bluosPlayerVolumeStateTypeId).toUInt() - step));
|
QUuid requestId = bluos->setVolume(qMax<uint>(0, thing->stateValue(bluosPlayerVolumeStateTypeId).toUInt() - step));
|
||||||
m_asyncActions.insert(requestId, info);
|
m_asyncActions.insert(requestId, info);
|
||||||
connect(info, &ThingActionInfo::aborted, this, [this, requestId] {m_asyncActions.remove(requestId);});
|
connect(info, &ThingActionInfo::aborted, [this, requestId] {m_asyncActions.remove(requestId);});
|
||||||
} else {
|
} else {
|
||||||
qCWarning(dcBluOS()) << "Execute Action, unhandled action type id" << action.actionTypeId();
|
qCWarning(dcBluOS()) << "Execute Action, unhandled action type id" << action.actionTypeId();
|
||||||
return info->finish(Thing::ThingErrorThingClassNotFound);
|
return info->finish(Thing::ThingErrorThingClassNotFound);
|
||||||
@ -407,7 +414,7 @@ void IntegrationPluginBluOS::onActionExecuted(QUuid requestId, bool success)
|
|||||||
} else {
|
} else {
|
||||||
info->finish(Thing::ThingErrorHardwareFailure);
|
info->finish(Thing::ThingErrorHardwareFailure);
|
||||||
}
|
}
|
||||||
emit m_pluginTimer->timeout(); // get a status update
|
m_pluginTimer->timeout(); // get a status update
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,36 +1,42 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINBLUOS_H
|
#ifndef INTEGRATIONPLUGINBLUOS_H
|
||||||
#define INTEGRATIONPLUGINBLUOS_H
|
#define INTEGRATIONPLUGINBLUOS_H
|
||||||
|
|
||||||
#include "bluos.h"
|
#include "bluos.h"
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include <platform/platformzeroconfcontroller.h>
|
#include "platform/platformzeroconfcontroller.h"
|
||||||
#include <network/zeroconf/zeroconfservicebrowser.h>
|
#include "network/zeroconf/zeroconfservicebrowser.h"
|
||||||
#include <plugintimer.h>
|
#include "plugintimer.h"
|
||||||
|
|
||||||
#include <QUdpSocket>
|
#include <QUdpSocket>
|
||||||
#include <QNetworkAccessManager>
|
#include <QNetworkAccessManager>
|
||||||
@ -80,6 +86,5 @@ private slots:
|
|||||||
void onPresetsReceived(QUuid requestId, const QList<BluOS::Preset> &presets);
|
void onPresetsReceived(QUuid requestId, const QList<BluOS::Preset> &presets);
|
||||||
void onSourcesReceived(QUuid requestId, const QList<BluOS::Source> &sources);
|
void onSourcesReceived(QUuid requestId, const QList<BluOS::Source> &sources);
|
||||||
void onBrowseResultReceived(QUuid requestId, const QList<BluOS::Source> &sources);
|
void onBrowseResultReceived(QUuid requestId, const QList<BluOS::Source> &sources);
|
||||||
|
|
||||||
};
|
};
|
||||||
#endif // INTEGRATIONPLUGINBLUOS_H
|
#endif // INTEGRATIONPLUGINBLUOS_H
|
||||||
|
|||||||
@ -1,6 +1,10 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network websockets
|
QT += \
|
||||||
|
network \
|
||||||
|
websockets \
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationpluginbose)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationpluginbose.cpp \
|
integrationpluginbose.cpp \
|
||||||
|
|||||||
@ -1,34 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationpluginbose.h"
|
#include "integrationpluginbose.h"
|
||||||
|
#include "integrations/thing.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
#include "platform/platformzeroconfcontroller.h"
|
||||||
#include <integrations/thing.h>
|
#include "network/zeroconf/zeroconfserviceentry.h"
|
||||||
#include <platform/platformzeroconfcontroller.h>
|
#include "types/mediabrowseritem.h"
|
||||||
#include <network/zeroconf/zeroconfserviceentry.h>
|
|
||||||
#include <types/mediabrowseritem.h>
|
|
||||||
|
|
||||||
#include <QNetworkRequest>
|
#include <QNetworkRequest>
|
||||||
#include <QNetworkReply>
|
#include <QNetworkReply>
|
||||||
@ -540,7 +545,7 @@ void IntegrationPluginBose::onSourcesObjectReceived(QUuid requestId, SourcesObje
|
|||||||
if (m_asyncBrowseResults.contains(requestId)) {
|
if (m_asyncBrowseResults.contains(requestId)) {
|
||||||
BrowseResult *result = m_asyncBrowseResults.value(requestId);
|
BrowseResult *result = m_asyncBrowseResults.value(requestId);
|
||||||
foreach (SourceItemObject sourceItem, sources.sourceItems) {
|
foreach (SourceItemObject sourceItem, sources.sourceItems) {
|
||||||
qCDebug(dcBose()) << "Source:" << sourceItem.source;
|
qDebug(dcBose()) << "Source:" << sourceItem.source;
|
||||||
if (sourceItem.source == "BLUETOOTH") {
|
if (sourceItem.source == "BLUETOOTH") {
|
||||||
MediaBrowserItem item(sourceItem.source, sourceItem.source, false, true);
|
MediaBrowserItem item(sourceItem.source, sourceItem.source, false, true);
|
||||||
item.setDescription(sourceItem.sourceAccount);
|
item.setDescription(sourceItem.sourceAccount);
|
||||||
@ -586,15 +591,15 @@ void IntegrationPluginBose::onBassObjectReceived(QUuid requestId, BassObject bas
|
|||||||
void IntegrationPluginBose::onBassCapabilitiesObjectReceived(QUuid requestId, BassCapabilitiesObject bassCapabilities)
|
void IntegrationPluginBose::onBassCapabilitiesObjectReceived(QUuid requestId, BassCapabilitiesObject bassCapabilities)
|
||||||
{
|
{
|
||||||
Q_UNUSED(requestId);
|
Q_UNUSED(requestId);
|
||||||
qCDebug(dcBose()) << "Bass capabilities (max, min, default):" << bassCapabilities.bassMax << bassCapabilities.bassMin << bassCapabilities.bassDefault;
|
qDebug(dcBose()) << "Bass capabilities (max, min, default):" << bassCapabilities.bassMax << bassCapabilities.bassMin << bassCapabilities.bassDefault;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IntegrationPluginBose::onGroupObjectReceived(QUuid requestId, GroupObject group)
|
void IntegrationPluginBose::onGroupObjectReceived(QUuid requestId, GroupObject group)
|
||||||
{
|
{
|
||||||
Q_UNUSED(requestId);
|
Q_UNUSED(requestId);
|
||||||
qCDebug(dcBose()) << "Group" << group.name << group.status;
|
qDebug(dcBose()) << "Group" << group.name << group.status;
|
||||||
foreach (RolesObject role, group.roles) {
|
foreach (RolesObject role, group.roles) {
|
||||||
qCDebug(dcBose()) << "-> member:" << role.groupRole.deviceID;
|
qDebug(dcBose()) << "-> member:" << role.groupRole.deviceID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -602,7 +607,7 @@ void IntegrationPluginBose::onZoneObjectReceived(QUuid requestId, ZoneObject zon
|
|||||||
{
|
{
|
||||||
Q_UNUSED(requestId);
|
Q_UNUSED(requestId);
|
||||||
foreach (MemberObject member, zone.members) {
|
foreach (MemberObject member, zone.members) {
|
||||||
qCDebug(dcBose()) << "-> member:" << member.deviceID;
|
qDebug(dcBose()) << "-> member:" << member.deviceID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,34 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINBOSE_H
|
#ifndef INTEGRATIONPLUGINBOSE_H
|
||||||
#define INTEGRATIONPLUGINBOSE_H
|
#define INTEGRATIONPLUGINBOSE_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include <network/zeroconf/zeroconfservicebrowser.h>
|
#include "network/zeroconf/zeroconfservicebrowser.h"
|
||||||
#include <plugintimer.h>
|
#include "plugintimer.h"
|
||||||
|
|
||||||
#include "soundtouch.h"
|
#include "soundtouch.h"
|
||||||
#include "soundtouchtypes.h"
|
#include "soundtouchtypes.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,31 +1,37 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "soundtouch.h"
|
#include "soundtouch.h"
|
||||||
|
#include "hardwaremanager.h"
|
||||||
#include <hardwaremanager.h>
|
#include "integrations/thing.h"
|
||||||
#include <integrations/thing.h>
|
#include "network/networkaccessmanager.h"
|
||||||
|
|
||||||
SoundTouch::SoundTouch(NetworkAccessManager *networkAccessManager, QString ipAddress, QObject *parent) :
|
SoundTouch::SoundTouch(NetworkAccessManager *networkAccessManager, QString ipAddress, QObject *parent) :
|
||||||
QObject(parent),
|
QObject(parent),
|
||||||
@ -41,7 +47,7 @@ SoundTouch::SoundTouch(NetworkAccessManager *networkAccessManager, QString ipAdd
|
|||||||
//url.setHost(m_ipAddress);
|
//url.setHost(m_ipAddress);
|
||||||
//url.setScheme("ws");
|
//url.setScheme("ws");
|
||||||
//url.setPort(8080);
|
//url.setPort(8080);
|
||||||
//qCDebug(dcBose()) << "Connecting websocket to" << url;
|
//qDebug(dcBose) << "Connecting websocket to" << url;
|
||||||
//TODO missing websocket subprotocol "gabbo"
|
//TODO missing websocket subprotocol "gabbo"
|
||||||
//QWebsockets doesn't support subprotocols
|
//QWebsockets doesn't support subprotocols
|
||||||
//m_websocket->open(url);
|
//m_websocket->open(url);
|
||||||
@ -243,10 +249,9 @@ QUuid SoundTouch::setKey(KEY_VALUE keyValue, bool pressed)
|
|||||||
xml.writeCharacters("PRESET_6");
|
xml.writeCharacters("PRESET_6");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
qCWarning(dcBose()) << "key not yet implemented";
|
qWarning(dcBose) << "key not yet implemented";
|
||||||
return QUuid();
|
return "0";
|
||||||
}
|
}
|
||||||
|
|
||||||
xml.writeEndElement(); //key
|
xml.writeEndElement(); //key
|
||||||
xml.writeEndDocument();
|
xml.writeEndDocument();
|
||||||
QNetworkRequest request(url);
|
QNetworkRequest request(url);
|
||||||
@ -439,7 +444,7 @@ QUuid SoundTouch::setBass(int volume)
|
|||||||
return requestId;
|
return requestId;
|
||||||
}
|
}
|
||||||
|
|
||||||
QUuid SoundTouch::setName(const QString &name)
|
QUuid SoundTouch::setName(QString name)
|
||||||
{
|
{
|
||||||
QUuid requestId = QUuid::createUuid();
|
QUuid requestId = QUuid::createUuid();
|
||||||
QUrl url;
|
QUrl url;
|
||||||
@ -449,7 +454,7 @@ QUuid SoundTouch::setName(const QString &name)
|
|||||||
url.setPath("/name");
|
url.setPath("/name");
|
||||||
QByteArray content = ("<?xml version=\"1.0\" ?>");
|
QByteArray content = ("<?xml version=\"1.0\" ?>");
|
||||||
content.append("<name>");
|
content.append("<name>");
|
||||||
content.append(name.toUtf8());
|
content.append(name);
|
||||||
content.append("</name>");
|
content.append("</name>");
|
||||||
QNetworkRequest request(url);
|
QNetworkRequest request(url);
|
||||||
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/xml");
|
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/xml");
|
||||||
@ -493,13 +498,13 @@ QUuid SoundTouch::setSpeaker(PlayInfoObject playInfo)
|
|||||||
|
|
||||||
void SoundTouch::onWebsocketConnected()
|
void SoundTouch::onWebsocketConnected()
|
||||||
{
|
{
|
||||||
qCDebug(dcBose()) << "Bose websocket connected";
|
qDebug(dcBose) << "Bose websocket connected";
|
||||||
emit connectionChanged(true);
|
emit connectionChanged(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundTouch::onWebsocketDisconnected()
|
void SoundTouch::onWebsocketDisconnected()
|
||||||
{
|
{
|
||||||
qCDebug(dcBose()) << "Bose websocket disconnected";
|
qDebug(dcBose) << "Bose websocket disconnected";
|
||||||
emit connectionChanged(false);
|
emit connectionChanged(false);
|
||||||
QTimer::singleShot(5000, this, [this](){
|
QTimer::singleShot(5000, this, [this](){
|
||||||
QUrl url;
|
QUrl url;
|
||||||
@ -512,7 +517,7 @@ void SoundTouch::onWebsocketDisconnected()
|
|||||||
|
|
||||||
void SoundTouch::onWebsocketMessageReceived(QString message)
|
void SoundTouch::onWebsocketMessageReceived(QString message)
|
||||||
{
|
{
|
||||||
qCDebug(dcBose()) << "Websocket message received:" << message;
|
qDebug(dcBose) << "Websocket message received:" << message;
|
||||||
//TODO as soon as QWebSocket supports sub-protocols
|
//TODO as soon as QWebSocket supports sub-protocols
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -524,7 +529,7 @@ QUuid SoundTouch::sendGetRequest(QString path)
|
|||||||
url.setScheme("http");
|
url.setScheme("http");
|
||||||
url.setPort(m_port);
|
url.setPort(m_port);
|
||||||
url.setPath(path);
|
url.setPath(path);
|
||||||
//qCDebug(dcBose()) << "Sending request" << url;
|
//qDebug(dcBose) << "Sending request" << url;
|
||||||
QNetworkRequest request = QNetworkRequest(url);
|
QNetworkRequest request = QNetworkRequest(url);
|
||||||
|
|
||||||
QNetworkReply *reply = m_networkAccessManager->get(request);
|
QNetworkReply *reply = m_networkAccessManager->get(request);
|
||||||
@ -558,7 +563,7 @@ QUuid SoundTouch::sendGetRequest(QString path)
|
|||||||
return requestId;
|
return requestId;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundTouch::emitRequestStatus(const QUuid &requestId, QNetworkReply *reply)
|
void SoundTouch::emitRequestStatus(QUuid requestId, QNetworkReply *reply)
|
||||||
{
|
{
|
||||||
int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
|
int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
|
||||||
// Check HTTP status code
|
// Check HTTP status code
|
||||||
@ -579,17 +584,17 @@ void SoundTouch::emitRequestStatus(const QUuid &requestId, QNetworkReply *reply)
|
|||||||
xml.addData(data);
|
xml.addData(data);
|
||||||
|
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("status")) {
|
if (xml.name() == "status") {
|
||||||
//QString status = xml.readElementText();
|
//QString status = xml.readElementText();
|
||||||
emit requestExecuted(requestId, true);
|
emit requestExecuted(requestId, true);
|
||||||
} else if (xml.name() == QString("errors")) {
|
} else if (xml.name() == "errors") {
|
||||||
emit requestExecuted(requestId, false);
|
emit requestExecuted(requestId, false);
|
||||||
QString deviceId;
|
QString deviceId;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
deviceId = xml.attributes().value("deviceID").toString();
|
deviceId = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("error")){
|
if(xml.name() == "error"){
|
||||||
ErrorObject error;
|
ErrorObject error;
|
||||||
error.deviceId = deviceId;
|
error.deviceId = deviceId;
|
||||||
error.error = xml.readElementText();
|
error.error = xml.readElementText();
|
||||||
@ -609,36 +614,36 @@ void SoundTouch::emitRequestStatus(const QUuid &requestId, QNetworkReply *reply)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
void SoundTouch::parseData(QUuid requestId, const QByteArray &data)
|
||||||
{
|
{
|
||||||
QXmlStreamReader xml;
|
QXmlStreamReader xml;
|
||||||
xml.addData(data);
|
xml.addData(data);
|
||||||
|
|
||||||
if (xml.readNextStartElement()) {
|
if (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("info")) {
|
if (xml.name() == "info") {
|
||||||
InfoObject info;
|
InfoObject info;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
//qCDebug(dcBose()) << "Device ID" << xml.attributes().value("deviceID").toString();
|
//qDebug(dcBose) << "Device ID" << xml.attributes().value("deviceID").toString();
|
||||||
info.deviceID = xml.attributes().value("deviceID").toString();
|
info.deviceID = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("name")){
|
if(xml.name() == "name"){
|
||||||
//qCDebug(dcBose()) << "name" << xml.readElementText();
|
//qDebug(dcBose) << "name" << xml.readElementText();
|
||||||
info.name = xml.readElementText();
|
info.name = xml.readElementText();
|
||||||
} else if(xml.name() == QString("type")){
|
} else if(xml.name() == "type"){
|
||||||
//qCDebug(dcBose()) << "type" << xml.readElementText();
|
//qDebug(dcBose) << "type" << xml.readElementText();
|
||||||
info.type = xml.readElementText();
|
info.type = xml.readElementText();
|
||||||
} else if(xml.name() == QString("components")){
|
} else if(xml.name() == "components"){
|
||||||
//qCDebug(dcBose()) << "components element";
|
//qDebug(dcBose) << "components element";
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("component")){
|
if(xml.name() == "component"){
|
||||||
ComponentObject component;
|
ComponentObject component;
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("softwareVersion")){
|
if(xml.name() == "softwareVersion"){
|
||||||
//qCDebug(dcBose()) << "Software version" << xml.readElementText();
|
//qDebug(dcBose) << "Software version" << xml.readElementText();
|
||||||
component.softwareVersion = xml.readElementText();
|
component.softwareVersion = xml.readElementText();
|
||||||
} else if(xml.name() == QString("serialNumber")) {
|
} else if(xml.name() == "serialNumber") {
|
||||||
//qCDebug(dcBose()) << "Serialnumber" << xml.readElementText();
|
//qDebug(dcBose) << "Serialnumber" << xml.readElementText();
|
||||||
component.serialNumber = xml.readElementText();
|
component.serialNumber = xml.readElementText();
|
||||||
} else {
|
} else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
@ -649,11 +654,11 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if(xml.name() == QString("networkInfo")){
|
} else if(xml.name() == "networkInfo"){
|
||||||
while (xml.readNextStartElement()) {
|
while (xml.readNextStartElement()) {
|
||||||
if (xml.name() == QString("macAddress")) {
|
if (xml.name() == "macAddress") {
|
||||||
info.networkInfo.macAddress = xml.readElementText();
|
info.networkInfo.macAddress = xml.readElementText();
|
||||||
} else if(xml.name() == QString("ipAddress")) {
|
} else if(xml.name() == "ipAddress") {
|
||||||
info.networkInfo.ipAddress = xml.readElementText();
|
info.networkInfo.ipAddress = xml.readElementText();
|
||||||
} else {
|
} else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
@ -664,45 +669,45 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit infoReceived(requestId, info);
|
emit infoReceived(requestId, info);
|
||||||
} else if (xml.name() == QString("nowPlaying")) {
|
} else if (xml.name() == "nowPlaying") {
|
||||||
NowPlayingObject nowPlaying;
|
NowPlayingObject nowPlaying;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
//qCDebug(dcBose()) << "Device ID" << xml.attributes().value("deviceID").toString();
|
//qDebug(dcBose) << "Device ID" << xml.attributes().value("deviceID").toString();
|
||||||
nowPlaying.deviceID = xml.attributes().value("deviceID").toString();
|
nowPlaying.deviceID = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
if(xml.attributes().hasAttribute("source")) {
|
if(xml.attributes().hasAttribute("source")) {
|
||||||
//qCDebug(dcBose()) << "Source" << xml.attributes().value("source").toString();
|
//qDebug(dcBose) << "Source" << xml.attributes().value("source").toString();
|
||||||
nowPlaying.source = xml.attributes().value("source").toString();
|
nowPlaying.source = xml.attributes().value("source").toString();
|
||||||
}
|
}
|
||||||
if(xml.attributes().hasAttribute("sourceAccount")) {
|
if(xml.attributes().hasAttribute("sourceAccount")) {
|
||||||
//qCDebug(dcBose()) << "Source Account" << xml.attributes().value("sourceAccount").toString();
|
//qDebug(dcBose) << "Source Account" << xml.attributes().value("sourceAccount").toString();
|
||||||
nowPlaying.sourceAccount = xml.attributes().value("sourceAccount").toString();
|
nowPlaying.sourceAccount = xml.attributes().value("sourceAccount").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if (xml.name() == QString("track")) {
|
if (xml.name() == "track") {
|
||||||
//qCDebug(dcBose()) << "track" << xml.readElementText();
|
//qDebug(dcBose) << "track" << xml.readElementText();
|
||||||
nowPlaying.track = xml.readElementText();
|
nowPlaying.track = xml.readElementText();
|
||||||
} else if(xml.name() == QString("artist")) {
|
} else if(xml.name() == "artist") {
|
||||||
//qCDebug(dcBose()) << "artist" << xml.readElementText();
|
//qDebug(dcBose) << "artist" << xml.readElementText();
|
||||||
nowPlaying.artist = xml.readElementText();
|
nowPlaying.artist = xml.readElementText();
|
||||||
} else if(xml.name() == QString("album")) {
|
} else if(xml.name() == "album") {
|
||||||
//qCDebug(dcBose()) << "album" << xml.readElementText();
|
//qDebug(dcBose) << "album" << xml.readElementText();
|
||||||
nowPlaying.album = xml.readElementText();
|
nowPlaying.album = xml.readElementText();
|
||||||
} else if(xml.name() == QString("genre")) {
|
} else if(xml.name() == "genre") {
|
||||||
//qCDebug(dcBose()) << "genre" << xml.readElementText();
|
//qDebug(dcBose) << "genre" << xml.readElementText();
|
||||||
nowPlaying.genre = xml.readElementText();
|
nowPlaying.genre = xml.readElementText();
|
||||||
} else if(xml.name() == QString("rating")) {
|
} else if(xml.name() == "rating") {
|
||||||
//qCDebug(dcBose()) << "rating" << xml.readElementText();
|
//qDebug(dcBose) << "rating" << xml.readElementText();
|
||||||
nowPlaying.rating = xml.readElementText();
|
nowPlaying.rating = xml.readElementText();
|
||||||
} else if(xml.name() == QString("stationName")) {
|
} else if(xml.name() == "stationName") {
|
||||||
//qCDebug(dcBose()) << "Station name" << xml.readElementText();
|
//qDebug(dcBose) << "Station name" << xml.readElementText();
|
||||||
nowPlaying.stationName = xml.readElementText();
|
nowPlaying.stationName = xml.readElementText();
|
||||||
} else if(xml.name() == QString("art")) {
|
} else if(xml.name() == "art") {
|
||||||
ArtObject art;
|
ArtObject art;
|
||||||
if(xml.attributes().hasAttribute("artImageStatus")) {
|
if(xml.attributes().hasAttribute("artImageStatus")) {
|
||||||
QString artStatus = xml.attributes().value("artImageStatus").toString().toUpper();
|
QString artStatus = xml.attributes().value("artImageStatus").toString().toUpper();
|
||||||
//ART_STATUS: INVALID, SHOW_DEFAULT_IMAGE, DOWNLOADING, IMAGE_PRESENT
|
//ART_STATUS: INVALID, SHOW_DEFAULT_IMAGE, DOWNLOADING, IMAGE_PRESENT
|
||||||
//qCDebug(dcBose()) << "Art Image status" << artStatus;
|
//qDebug(dcBose) << "Art Image status" << artStatus;
|
||||||
if (artStatus == "INVALID") {
|
if (artStatus == "INVALID") {
|
||||||
art.artStatus = ART_STATUS_INVALID;
|
art.artStatus = ART_STATUS_INVALID;
|
||||||
} else if (artStatus == "SHOW_DEFAULT_IMAGE") {
|
} else if (artStatus == "SHOW_DEFAULT_IMAGE") {
|
||||||
@ -714,9 +719,9 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
nowPlaying.art.url = xml.readElementText();
|
nowPlaying.art.url = xml.readElementText();
|
||||||
}else if(xml.name() == QString("playStatus")) {
|
}else if(xml.name() == "playStatus") {
|
||||||
QString playStatus = xml.readElementText();
|
QString playStatus = xml.readElementText();
|
||||||
//qCDebug(dcBose()) << "Play Status" << playStatus;
|
//qDebug(dcBose) << "Play Status" << playStatus;
|
||||||
//Modes: PLAY_STATE, PAUSE_STATE, STOP_STATE, BUFFERING_STATE
|
//Modes: PLAY_STATE, PAUSE_STATE, STOP_STATE, BUFFERING_STATE
|
||||||
if (playStatus == "PLAY_STATE") {
|
if (playStatus == "PLAY_STATE") {
|
||||||
nowPlaying.playStatus = PLAY_STATUS_PLAY_STATE;
|
nowPlaying.playStatus = PLAY_STATUS_PLAY_STATE;
|
||||||
@ -727,17 +732,17 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
} else if (playStatus == "BUFFERING_STATE") {
|
} else if (playStatus == "BUFFERING_STATE") {
|
||||||
nowPlaying.playStatus = PLAY_STATUS_BUFFERING_STATE;
|
nowPlaying.playStatus = PLAY_STATUS_BUFFERING_STATE;
|
||||||
}
|
}
|
||||||
} else if(xml.name() == QString("shuffleSetting")) {
|
} else if(xml.name() == "shuffleSetting") {
|
||||||
QString shuffle = xml.readElementText().toUpper();
|
QString shuffle = xml.readElementText().toUpper();
|
||||||
//qCDebug(dcBose()) << "Shuffle Setting" << shuffle;
|
//qDebug(dcBose) << "Shuffle Setting" << shuffle;
|
||||||
if (shuffle == "SHUFFLE_ON") {
|
if (shuffle == "SHUFFLE_ON") {
|
||||||
nowPlaying.shuffleSetting = SHUFFLE_STATUS_SHUFFLE_ON;
|
nowPlaying.shuffleSetting = SHUFFLE_STATUS_SHUFFLE_ON;
|
||||||
} else {
|
} else {
|
||||||
nowPlaying.shuffleSetting = SHUFFLE_STATUS_SHUFFLE_OFF;
|
nowPlaying.shuffleSetting = SHUFFLE_STATUS_SHUFFLE_OFF;
|
||||||
}
|
}
|
||||||
}else if(xml.name() == QString("repeatSetting")) {
|
}else if(xml.name() == "repeatSetting") {
|
||||||
QString repeat = xml.readElementText().toUpper();
|
QString repeat = xml.readElementText().toUpper();
|
||||||
//qCDebug(dcBose()) << "Repeat Setting" << repeat;
|
//qDebug(dcBose) << "Repeat Setting" << repeat;
|
||||||
//Modes: REPEAT_OFF, REPEAT_ALL, REPEAT_ONE
|
//Modes: REPEAT_OFF, REPEAT_ALL, REPEAT_ONE
|
||||||
if (repeat == "REPEAT_OFF") {
|
if (repeat == "REPEAT_OFF") {
|
||||||
nowPlaying.repeatSettings = REPEAT_STATUS_REPEAT_OFF;
|
nowPlaying.repeatSettings = REPEAT_STATUS_REPEAT_OFF;
|
||||||
@ -746,9 +751,9 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
} else if (repeat == "REPEAT_ALL") {
|
} else if (repeat == "REPEAT_ALL") {
|
||||||
nowPlaying.repeatSettings = REPEAT_STATUS_REPEAT_ALL;
|
nowPlaying.repeatSettings = REPEAT_STATUS_REPEAT_ALL;
|
||||||
}
|
}
|
||||||
} else if(xml.name() == QString("streamType")) {
|
} else if(xml.name() == "streamType") {
|
||||||
QString streamType = xml.readElementText().toUpper();
|
QString streamType = xml.readElementText().toUpper();
|
||||||
//qCDebug(dcBose()) << "Stream Type" << streamType;
|
//qDebug(dcBose) << "Stream Type" << streamType;
|
||||||
//Types: TRACK_ONDEMAND, RADIO_STREAMING, RADIO_TRACKS, NO_TRANSPORT_CONTROLS
|
//Types: TRACK_ONDEMAND, RADIO_STREAMING, RADIO_TRACKS, NO_TRANSPORT_CONTROLS
|
||||||
if (streamType == "RADIO_TRACKS") {
|
if (streamType == "RADIO_TRACKS") {
|
||||||
nowPlaying.streamType = STREAM_STATUS_RADIO_TRACKS;
|
nowPlaying.streamType = STREAM_STATUS_RADIO_TRACKS;
|
||||||
@ -759,54 +764,54 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
} else if (streamType == "NO_TRANSPORT_CONTROLS") {
|
} else if (streamType == "NO_TRANSPORT_CONTROLS") {
|
||||||
nowPlaying.streamType = STREAM_STATUS_NO_TRANSPORT_CONTROLS;
|
nowPlaying.streamType = STREAM_STATUS_NO_TRANSPORT_CONTROLS;
|
||||||
};
|
};
|
||||||
} else if(xml.name() == QString("stationLocation")) {
|
} else if(xml.name() == "stationLocation") {
|
||||||
nowPlaying.stationLocation = xml.readElementText();
|
nowPlaying.stationLocation = xml.readElementText();
|
||||||
} else {
|
} else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit nowPlayingReceived(requestId, nowPlaying);
|
emit nowPlayingReceived(requestId, nowPlaying);
|
||||||
} else if (xml.name() == QString("volume")) {
|
} else if (xml.name() == "volume") {
|
||||||
VolumeObject volumeObject;
|
VolumeObject volumeObject;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
//qCDebug(dcBose()) << "Device ID" << xml.attributes().value("deviceID").toString();
|
//qDebug(dcBose) << "Device ID" << xml.attributes().value("deviceID").toString();
|
||||||
volumeObject.deviceID = xml.attributes().value("deviceID").toString();
|
volumeObject.deviceID = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("targetvolume")){
|
if(xml.name() == "targetvolume"){
|
||||||
//qCDebug(dcBose()) << "Target volume" << xml.readElementText();
|
//qDebug(dcBose) << "Target volume" << xml.readElementText();
|
||||||
volumeObject.targetVolume = xml.readElementText().toInt();
|
volumeObject.targetVolume = xml.readElementText().toInt();
|
||||||
}else if(xml.name() == QString("actualvolume")){
|
}else if(xml.name() == "actualvolume"){
|
||||||
//qCDebug(dcBose()) << "Actual volume" << xml.readElementText();
|
//qDebug(dcBose) << "Actual volume" << xml.readElementText();
|
||||||
volumeObject.actualVolume = xml.readElementText().toInt();
|
volumeObject.actualVolume = xml.readElementText().toInt();
|
||||||
}else if(xml.name() == QString("muteenabled")){
|
}else if(xml.name() == "muteenabled"){
|
||||||
//qCDebug(dcBose()) << "Mute enabled" << xml.readElementText();
|
//qDebug(dcBose) << "Mute enabled" << xml.readElementText();
|
||||||
volumeObject.muteEnabled = ( xml.readElementText().toUpper() == "TRUE" ); //TODO convert from "false" to bool
|
volumeObject.muteEnabled = ( xml.readElementText().toUpper() == "TRUE" ); //TODO convert from "false" to bool
|
||||||
}else {
|
}else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit volumeReceived(requestId, volumeObject);
|
emit volumeReceived(requestId, volumeObject);
|
||||||
} else if (xml.name() == QString("sources")) {
|
} else if (xml.name() == "sources") {
|
||||||
SourcesObject sourcesObject;
|
SourcesObject sourcesObject;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
//qCDebug(dcBose()) << "Device ID" << xml.attributes().value("deviceID").toString();
|
//qDebug(dcBose) << "Device ID" << xml.attributes().value("deviceID").toString();
|
||||||
sourcesObject.deviceId = xml.attributes().value("deviceID").toString();
|
sourcesObject.deviceId = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("sourceItem")){
|
if(xml.name() == "sourceItem"){
|
||||||
SourceItemObject sourceItem;
|
SourceItemObject sourceItem;
|
||||||
if(xml.attributes().hasAttribute("source")) {
|
if(xml.attributes().hasAttribute("source")) {
|
||||||
//qCDebug(dcBose()) << "Source" << xml.attributes().value("source").toString();
|
//qDebug(dcBose) << "Source" << xml.attributes().value("source").toString();
|
||||||
sourceItem.source = xml.attributes().value("source").toString();
|
sourceItem.source = xml.attributes().value("source").toString();
|
||||||
}
|
}
|
||||||
if(xml.attributes().hasAttribute("sourceAccount")) {
|
if(xml.attributes().hasAttribute("sourceAccount")) {
|
||||||
//qCDebug(dcBose()) << "Source Account" << xml.attributes().value("sourceAccount").toString();
|
//qDebug(dcBose) << "Source Account" << xml.attributes().value("sourceAccount").toString();
|
||||||
sourceItem.sourceAccount = xml.attributes().value("sourceAccount").toString();
|
sourceItem.sourceAccount = xml.attributes().value("sourceAccount").toString();
|
||||||
}
|
}
|
||||||
if(xml.attributes().hasAttribute("status")) {
|
if(xml.attributes().hasAttribute("status")) {
|
||||||
QString status = xml.attributes().value("status").toString().toUpper(); //UNAVAILABLE, READY
|
QString status = xml.attributes().value("status").toString().toUpper(); //UNAVAILABLE, READY
|
||||||
//qCDebug(dcBose()) << "status" << status;
|
//qDebug(dcBose) << "status" << status;
|
||||||
if (status == "READY") {
|
if (status == "READY") {
|
||||||
sourceItem.status = SOURCE_STATUS_READY;
|
sourceItem.status = SOURCE_STATUS_READY;
|
||||||
} else {
|
} else {
|
||||||
@ -814,7 +819,7 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(xml.attributes().hasAttribute("isLocal")) {
|
if(xml.attributes().hasAttribute("isLocal")) {
|
||||||
//qCDebug(dcBose()) << "is Local" << xml.attributes().value("isLocal").toString();
|
//qDebug(dcBose) << "is Local" << xml.attributes().value("isLocal").toString();
|
||||||
sourceItem.isLocal = ( xml.attributes().value("isLocal").toString().toUpper() == "TRUE" );
|
sourceItem.isLocal = ( xml.attributes().value("isLocal").toString().toUpper() == "TRUE" );
|
||||||
}
|
}
|
||||||
if(xml.attributes().hasAttribute("multiroomallowed")) {
|
if(xml.attributes().hasAttribute("multiroomallowed")) {
|
||||||
@ -828,52 +833,52 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit sourcesReceived(requestId, sourcesObject);
|
emit sourcesReceived(requestId, sourcesObject);
|
||||||
} else if (xml.name() == QString("bass")) {
|
} else if (xml.name() == "bass") {
|
||||||
BassObject bassObject;
|
BassObject bassObject;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
//qCDebug(dcBose()) << "Device ID" << xml.attributes().value("deviceID").toString();
|
//qDebug(dcBose) << "Device ID" << xml.attributes().value("deviceID").toString();
|
||||||
bassObject.deviceID = xml.attributes().value("deviceID").toString();
|
bassObject.deviceID = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("targetbass")){
|
if(xml.name() == "targetbass"){
|
||||||
//qCDebug(dcBose()) << "Target bas" << xml.readElementText();
|
//qDebug(dcBose) << "Target bas" << xml.readElementText();
|
||||||
bassObject.targetBass = xml.readElementText().toInt();
|
bassObject.targetBass = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("actualbass")){
|
} else if(xml.name() == "actualbass"){
|
||||||
//qCDebug(dcBose()) << "Actual bass" << xml.readElementText();
|
//qDebug(dcBose) << "Actual bass" << xml.readElementText();
|
||||||
bassObject.actualBass = xml.readElementText().toInt();
|
bassObject.actualBass = xml.readElementText().toInt();
|
||||||
} else {
|
} else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit bassReceived(requestId, bassObject);
|
emit bassReceived(requestId, bassObject);
|
||||||
} else if (xml.name() == QString("bassCapabilities")) {
|
} else if (xml.name() == "bassCapabilities") {
|
||||||
BassCapabilitiesObject bassCapabilities;
|
BassCapabilitiesObject bassCapabilities;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
bassCapabilities.deviceID = xml.attributes().value("deviceID").toString();
|
bassCapabilities.deviceID = xml.attributes().value("deviceID").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("bassAvailable")){
|
if(xml.name() == "bassAvailable"){
|
||||||
//qCDebug(dcBose()) << "BassAvailable" << xml.readElementText();
|
//qDebug(dcBose) << "BassAvailable" << xml.readElementText();
|
||||||
bassCapabilities.bassAvailable = ( xml.readElementText().toUpper() == "TRUE" );
|
bassCapabilities.bassAvailable = ( xml.readElementText().toUpper() == "TRUE" );
|
||||||
} else if(xml.name() == QString("bassMin")){
|
} else if(xml.name() == "bassMin"){
|
||||||
//qCDebug(dcBose()) << "bass Min" << xml.readElementText();
|
//qDebug(dcBose) << "bass Min" << xml.readElementText();
|
||||||
bassCapabilities.bassMin = xml.readElementText().toInt();
|
bassCapabilities.bassMin = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("bassMax")){
|
} else if(xml.name() == "bassMax"){
|
||||||
//qCDebug(dcBose()) << "bass Max" << xml.readElementText();
|
//qDebug(dcBose) << "bass Max" << xml.readElementText();
|
||||||
bassCapabilities.bassMax = xml.readElementText().toInt();
|
bassCapabilities.bassMax = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("bassDefault")){
|
} else if(xml.name() == "bassDefault"){
|
||||||
//qCDebug(dcBose()) << "bass default" << xml.readElementText();
|
//qDebug(dcBose) << "bass default" << xml.readElementText();
|
||||||
bassCapabilities.bassDefault = xml.readElementText().toInt();
|
bassCapabilities.bassDefault = xml.readElementText().toInt();
|
||||||
}else {
|
}else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit bassCapabilitiesReceived(requestId, bassCapabilities);
|
emit bassCapabilitiesReceived(requestId, bassCapabilities);
|
||||||
} else if (xml.name() == QString("presets")) {
|
} else if (xml.name() == "presets") {
|
||||||
QList<PresetObject> presets;
|
QList<PresetObject> presets;
|
||||||
qCDebug(dcBose()) << "Presets";
|
qDebug(dcBose) << "Presets";
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("preset")){
|
if(xml.name() == "preset"){
|
||||||
PresetObject preset;
|
PresetObject preset;
|
||||||
if(xml.attributes().hasAttribute("id")) {
|
if(xml.attributes().hasAttribute("id")) {
|
||||||
preset.presetId = xml.attributes().value("id").toInt();
|
preset.presetId = xml.attributes().value("id").toInt();
|
||||||
@ -884,10 +889,10 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
if(xml.attributes().hasAttribute("updatedOn")) {
|
if(xml.attributes().hasAttribute("updatedOn")) {
|
||||||
preset.updatedOn = xml.attributes().value("updatedOn").toULong();
|
preset.updatedOn = xml.attributes().value("updatedOn").toULong();
|
||||||
}
|
}
|
||||||
qCDebug(dcBose()) << "Preset" << preset.presetId;
|
qDebug(dcBose) << "Preset" << preset.presetId;
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
|
|
||||||
if (xml.name() == QString("ContentItem")) {
|
if (xml.name() == "ContentItem") {
|
||||||
if(xml.attributes().hasAttribute("source")) {
|
if(xml.attributes().hasAttribute("source")) {
|
||||||
preset.ContentItem.source = xml.attributes().value("source").toString();
|
preset.ContentItem.source = xml.attributes().value("source").toString();
|
||||||
}
|
}
|
||||||
@ -899,9 +904,9 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if (xml.name() == QString("itemName")) {
|
if (xml.name() == "itemName") {
|
||||||
preset.ContentItem.itemName = xml.readElementText();
|
preset.ContentItem.itemName = xml.readElementText();
|
||||||
} else if (xml.name() == QString("containerArt")){
|
} else if (xml.name() == "containerArt"){
|
||||||
preset.ContentItem.containerArt = xml.readElementText();
|
preset.ContentItem.containerArt = xml.readElementText();
|
||||||
} else {
|
} else {
|
||||||
qCWarning(dcBose()) << "Presets: unhandled XML element" << xml.name();
|
qCWarning(dcBose()) << "Presets: unhandled XML element" << xml.name();
|
||||||
@ -922,35 +927,35 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
|
|||||||
}
|
}
|
||||||
emit presetsReceived(requestId, presets);
|
emit presetsReceived(requestId, presets);
|
||||||
|
|
||||||
} else if (xml.name() == QString("group")) {
|
} else if (xml.name() == "group") {
|
||||||
GroupObject group;
|
GroupObject group;
|
||||||
if(xml.attributes().hasAttribute("deviceID")) {
|
if(xml.attributes().hasAttribute("deviceID")) {
|
||||||
group.id = xml.attributes().value("id").toString();
|
group.id = xml.attributes().value("id").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
if(xml.name() == QString("name")) {
|
if(xml.name() == "name") {
|
||||||
group.name = xml.readElementText();
|
group.name = xml.readElementText();
|
||||||
} else if(xml.name() == QString("masterDeviceId")) {
|
} else if(xml.name() == "masterDeviceId") {
|
||||||
group.masterDeviceId = xml.readElementText();
|
group.masterDeviceId = xml.readElementText();
|
||||||
} else if(xml.name() == QString("roles")) {
|
} else if(xml.name() == "roles") {
|
||||||
//group.roles = xml.readElementText().toInt();
|
//group.roles = xml.readElementText().toInt();
|
||||||
} else if(xml.name() == QString("status")){
|
} else if(xml.name() == "status"){
|
||||||
QString groupStatus = xml.readElementText();
|
QString groupStatus = xml.readElementText();
|
||||||
//qCDebug(dcBose()) << "Group role" << groupStatus;
|
//qDebug(dcBose) << "Group role" << groupStatus;
|
||||||
//group.status = xml.readElementText();
|
//group.status = xml.readElementText();
|
||||||
}else {
|
}else {
|
||||||
xml.skipCurrentElement();
|
xml.skipCurrentElement();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
emit groupReceived(requestId, group);
|
emit groupReceived(requestId, group);
|
||||||
} else if (xml.name() == QString("zone")) {
|
} else if (xml.name() == "zone") {
|
||||||
ZoneObject zone;
|
ZoneObject zone;
|
||||||
if(xml.attributes().hasAttribute("master")) {
|
if(xml.attributes().hasAttribute("master")) {
|
||||||
zone.deviceID = xml.attributes().value("master").toString();
|
zone.deviceID = xml.attributes().value("master").toString();
|
||||||
}
|
}
|
||||||
while(xml.readNextStartElement()){
|
while(xml.readNextStartElement()){
|
||||||
MemberObject member;
|
MemberObject member;
|
||||||
if(xml.name() == QString("member")) {
|
if(xml.name() == "member") {
|
||||||
if(xml.attributes().hasAttribute("ipaddress")) {
|
if(xml.attributes().hasAttribute("ipaddress")) {
|
||||||
member.ipAddress = xml.attributes().value("ipaddress").toString();
|
member.ipAddress = xml.attributes().value("ipaddress").toString();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef SOUNDTOUCH_H
|
#ifndef SOUNDTOUCH_H
|
||||||
#define SOUNDTOUCH_H
|
#define SOUNDTOUCH_H
|
||||||
@ -33,7 +39,9 @@
|
|||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
#include "soundtouchtypes.h"
|
#include "soundtouchtypes.h"
|
||||||
|
|
||||||
#include <network/networkaccessmanager.h>
|
#include "hardwaremanager.h"
|
||||||
|
#include "network/networkaccessmanager.h"
|
||||||
|
|
||||||
|
|
||||||
class SoundTouch : public QObject
|
class SoundTouch : public QObject
|
||||||
{
|
{
|
||||||
@ -59,7 +67,7 @@ public:
|
|||||||
QUuid addZoneSlave(ZoneObject zone); //Add one or more slave product(s) to a multiroom zone.
|
QUuid addZoneSlave(ZoneObject zone); //Add one or more slave product(s) to a multiroom zone.
|
||||||
QUuid removeZoneSlave(ZoneObject zone); //Remove one or more slave product(s) from a multiroom zone.
|
QUuid removeZoneSlave(ZoneObject zone); //Remove one or more slave product(s) from a multiroom zone.
|
||||||
QUuid setBass(int volume); //Set the bass level of a product, if supported.*/
|
QUuid setBass(int volume); //Set the bass level of a product, if supported.*/
|
||||||
QUuid setName(const QString &name); //Set the products user-facing name.
|
QUuid setName(QString name); //Set the products user-facing name.
|
||||||
QUuid setSpeaker(PlayInfoObject playInfo); //initiate playback of a specified network-accessible audio file on a Bose SoundTouch product.
|
QUuid setSpeaker(PlayInfoObject playInfo); //initiate playback of a specified network-accessible audio file on a Bose SoundTouch product.
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -74,23 +82,23 @@ private:
|
|||||||
QString m_ipAddress;
|
QString m_ipAddress;
|
||||||
int m_port = 8090;
|
int m_port = 8090;
|
||||||
QWebSocket *m_websocket = nullptr;
|
QWebSocket *m_websocket = nullptr;
|
||||||
void emitRequestStatus(const QUuid &requestId, QNetworkReply *reply); //returns the status, -1 in case of error
|
void emitRequestStatus(QUuid requestId, QNetworkReply *reply); //returns the status, -1 in case of error
|
||||||
void parseData(const QUuid &requestId, const QByteArray &data);
|
void parseData(QUuid requestId, const QByteArray &data);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void connectionChanged(bool connected);
|
void connectionChanged(bool connected);
|
||||||
|
|
||||||
void infoReceived(const QUuid &requestId, InfoObject info);
|
void infoReceived(QUuid requestId, InfoObject info);
|
||||||
void nowPlayingReceived(const QUuid &requestId, NowPlayingObject nowPlaying);
|
void nowPlayingReceived(QUuid requestId, NowPlayingObject nowPlaying);
|
||||||
void volumeReceived(const QUuid &requestId, VolumeObject volume);
|
void volumeReceived(QUuid requestId, VolumeObject volume);
|
||||||
void sourcesReceived(const QUuid &requestId, SourcesObject sources);
|
void sourcesReceived(QUuid requestId, SourcesObject sources);
|
||||||
void zoneReceived(const QUuid &requestId, ZoneObject);
|
void zoneReceived(QUuid requestId, ZoneObject);
|
||||||
void bassCapabilitiesReceived(const QUuid &requestId, BassCapabilitiesObject bassCapabilities);
|
void bassCapabilitiesReceived(QUuid requestId, BassCapabilitiesObject bassCapabilities);
|
||||||
void bassReceived(const QUuid &requestId, BassObject bass);
|
void bassReceived(QUuid requestId, BassObject bass);
|
||||||
void presetsReceived(const QUuid &requestId, QList<PresetObject> presets);
|
void presetsReceived(QUuid requestId, QList<PresetObject> presets);
|
||||||
void groupReceived(const QUuid &requestId, GroupObject group);
|
void groupReceived(QUuid requestId, GroupObject group);
|
||||||
|
|
||||||
void requestExecuted(const QUuid &requestId, bool success);
|
void requestExecuted(QUuid requestId, bool success);
|
||||||
void errorReceived(ErrorObject error);
|
void errorReceived(ErrorObject error);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef SOUNDTOUCHTYPES_H
|
#ifndef SOUNDTOUCHTYPES_H
|
||||||
#define SOUNDTOUCHTYPES_H
|
#define SOUNDTOUCHTYPES_H
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationpluginbosswerk.cpp
|
integrationpluginbosswerk.cpp \
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
integrationpluginbosswerk.h
|
integrationpluginbosswerk.h \
|
||||||
|
|||||||
@ -1,26 +1,33 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2024, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
|
|
||||||
#include "integrationpluginbosswerk.h"
|
#include "integrationpluginbosswerk.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
@ -64,7 +71,8 @@ void IntegrationPluginBosswerk::discoverThings(ThingDiscoveryInfo *info)
|
|||||||
|
|
||||||
QUrl url("http://" + address.toString() + "/status.html");
|
QUrl url("http://" + address.toString() + "/status.html");
|
||||||
QNetworkRequest request(url);
|
QNetworkRequest request(url);
|
||||||
QNetworkReply *probeReply = hardwareManager()->networkManager()->get(request);
|
|
||||||
|
QNetworkReply *probeReply = hardwareManager()->networkManager()->get(QNetworkRequest(url));
|
||||||
connect(probeReply, &QNetworkReply::finished, probeReply, &QNetworkReply::deleteLater);
|
connect(probeReply, &QNetworkReply::finished, probeReply, &QNetworkReply::deleteLater);
|
||||||
connect(probeReply, &QNetworkReply::finished, info, [probeReply, address, this](){
|
connect(probeReply, &QNetworkReply::finished, info, [probeReply, address, this](){
|
||||||
QByteArray data = probeReply->readAll();
|
QByteArray data = probeReply->readAll();
|
||||||
|
|||||||
@ -1,31 +1,37 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2024, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINMEROSS_H
|
#ifndef INTEGRATIONPLUGINMEROSS_H
|
||||||
#define INTEGRATIONPLUGINMEROSS_H
|
#define INTEGRATIONPLUGINMEROSS_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
|
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
|
|||||||
@ -1,9 +1,11 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationplugincoinmarketcap)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationplugincoinmarketcap.cpp
|
integrationplugincoinmarketcap.cpp \
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
integrationplugincoinmarketcap.h
|
integrationplugincoinmarketcap.h \
|
||||||
|
|||||||
@ -1,32 +1,37 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationplugincoinmarketcap.h"
|
#include "integrationplugincoinmarketcap.h"
|
||||||
|
#include "network/networkaccessmanager.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
|
||||||
#include <network/networkaccessmanager.h>
|
|
||||||
|
|
||||||
#include <QJsonDocument>
|
#include <QJsonDocument>
|
||||||
|
|
||||||
IntegrationPluginCoinMarketCap::IntegrationPluginCoinMarketCap()
|
IntegrationPluginCoinMarketCap::IntegrationPluginCoinMarketCap()
|
||||||
@ -39,7 +44,7 @@ void IntegrationPluginCoinMarketCap::startPairing(ThingPairingInfo *info)
|
|||||||
NetworkAccessManager *network = hardwareManager()->networkManager();
|
NetworkAccessManager *network = hardwareManager()->networkManager();
|
||||||
QNetworkReply *reply = network->get(QNetworkRequest(QUrl("https://pro-api.coinmarketcap.com")));
|
QNetworkReply *reply = network->get(QNetworkRequest(QUrl("https://pro-api.coinmarketcap.com")));
|
||||||
connect(reply, &QNetworkReply::finished, reply, &QNetworkReply::deleteLater);
|
connect(reply, &QNetworkReply::finished, reply, &QNetworkReply::deleteLater);
|
||||||
connect(reply, &QNetworkReply::finished, this, [reply, info] {
|
connect(reply, &QNetworkReply::finished, this, [this, reply, info] {
|
||||||
|
|
||||||
if (reply->error() == QNetworkReply::NetworkError::HostNotFoundError) {
|
if (reply->error() == QNetworkReply::NetworkError::HostNotFoundError) {
|
||||||
info->finish(Thing::ThingErrorHardwareNotAvailable, QT_TR_NOOP("CoinMarketCap server is not reachable."));
|
info->finish(Thing::ThingErrorHardwareNotAvailable, QT_TR_NOOP("CoinMarketCap server is not reachable."));
|
||||||
@ -170,31 +175,31 @@ void IntegrationPluginCoinMarketCap::onPriceCallFinished()
|
|||||||
qCDebug(dcCoinMarketCap()) << "Name" << elementMap.value("name").toString();
|
qCDebug(dcCoinMarketCap()) << "Name" << elementMap.value("name").toString();
|
||||||
price = elementMap.value("quote").toMap().value(fiatCurrency).toMap().value("price").toDouble();
|
price = elementMap.value("quote").toMap().value(fiatCurrency).toMap().value("price").toDouble();
|
||||||
if (elementMap.value("name").toString() == "Bitcoin") {
|
if (elementMap.value("name").toString() == "Bitcoin") {
|
||||||
qCDebug(dcCoinMarketCap()) << "Bitcoin Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "Bitcoin Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesBtcStateTypeId, price);
|
thing->setStateValue(currentPricesBtcStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "Ethereum") {
|
} else if (elementMap.value("name").toString() == "Ethereum") {
|
||||||
qCDebug(dcCoinMarketCap()) << "Etherium Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "Etherium Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesEthStateTypeId, price);
|
thing->setStateValue(currentPricesEthStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "XRP") {
|
} else if (elementMap.value("name").toString() == "XRP") {
|
||||||
qCDebug(dcCoinMarketCap()) << "XRP Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "XRP Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesXrpStateTypeId, price);
|
thing->setStateValue(currentPricesXrpStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "Bitcoin Cash") {
|
} else if (elementMap.value("name").toString() == "Bitcoin Cash") {
|
||||||
qCDebug(dcCoinMarketCap()) << "Bitcoin-cash Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "Bitcoin-cash Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesBchStateTypeId, price);
|
thing->setStateValue(currentPricesBchStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "Litecoin") {
|
} else if (elementMap.value("name").toString() == "Litecoin") {
|
||||||
qCDebug(dcCoinMarketCap()) << "Litecoin Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "Litecoin Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesLtcStateTypeId, price);
|
thing->setStateValue(currentPricesLtcStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "NEM") {
|
} else if (elementMap.value("name").toString() == "NEM") {
|
||||||
qCDebug(dcCoinMarketCap()) << "Nem Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "Nem Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesXemStateTypeId, price);
|
thing->setStateValue(currentPricesXemStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "Ethereum Classic") {
|
} else if (elementMap.value("name").toString() == "Ethereum Classic") {
|
||||||
qCDebug(dcCoinMarketCap()) << "Ethereum Classic Price in" << fiatCurrency << price;
|
qDebug(dcCoinMarketCap()) << "Ethereum Classic Price in" << fiatCurrency << price;
|
||||||
thing->setStateValue(currentPricesEtcStateTypeId, price);
|
thing->setStateValue(currentPricesEtcStateTypeId, price);
|
||||||
|
|
||||||
} else if (elementMap.value("name").toString() == "Dash") {
|
} else if (elementMap.value("name").toString() == "Dash") {
|
||||||
|
|||||||
@ -1,32 +1,38 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINCOINMARKETCAP_H
|
#ifndef INTEGRATIONPLUGINCOINMARKETCAP_H
|
||||||
#define INTEGRATIONPLUGINCOINMARKETCAP_H
|
#define INTEGRATIONPLUGINCOINMARKETCAP_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
#include <plugintimer.h>
|
#include "plugintimer.h"
|
||||||
|
|
||||||
#include <QNetworkReply>
|
#include <QNetworkReply>
|
||||||
#include <QHostInfo>
|
#include <QHostInfo>
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationplugincommandlauncher)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationplugincommandlauncher.cpp
|
integrationplugincommandlauncher.cpp
|
||||||
|
|
||||||
|
|||||||
@ -1,33 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationplugincommandlauncher.h"
|
#include "integrationplugincommandlauncher.h"
|
||||||
|
|
||||||
|
#include "integrations/thing.h"
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
|
|
||||||
#include <integrations/thing.h>
|
#include <QDebug>
|
||||||
|
|
||||||
#include <QRegularExpression>
|
|
||||||
|
|
||||||
IntegrattionPluginCommandLauncher::IntegrattionPluginCommandLauncher()
|
IntegrattionPluginCommandLauncher::IntegrattionPluginCommandLauncher()
|
||||||
{
|
{
|
||||||
@ -44,7 +50,7 @@ void IntegrattionPluginCommandLauncher::setupThing(ThingSetupInfo *info)
|
|||||||
|
|
||||||
// Script
|
// Script
|
||||||
if(info->thing()->thingClassId() == scriptThingClassId){
|
if(info->thing()->thingClassId() == scriptThingClassId){
|
||||||
QStringList scriptArguments = info->thing()->paramValue(scriptThingScriptParamTypeId).toString().split(QRegularExpression("[ \r\n][ \r\n]*"));
|
QStringList scriptArguments = info->thing()->paramValue(scriptThingScriptParamTypeId).toString().split(QRegExp("[ \r\n][ \r\n]*"));
|
||||||
// check if script exists and if it is executable
|
// check if script exists and if it is executable
|
||||||
QFileInfo fileInfo(scriptArguments.first());
|
QFileInfo fileInfo(scriptArguments.first());
|
||||||
if (!fileInfo.exists()) {
|
if (!fileInfo.exists()) {
|
||||||
|
|||||||
@ -1,31 +1,37 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINCOMMANDLAUNCHER_H
|
#ifndef INTEGRATIONPLUGINCOMMANDLAUNCHER_H
|
||||||
#define INTEGRATIONPLUGINCOMMANDLAUNCHER_H
|
#define INTEGRATIONPLUGINCOMMANDLAUNCHER_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
|
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
@ -46,8 +52,8 @@ public:
|
|||||||
void thingRemoved(Thing *thing) override;
|
void thingRemoved(Thing *thing) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QHash<QProcess *,Thing *> m_scripts;
|
QHash<QProcess*,Thing*> m_scripts;
|
||||||
QHash<QProcess *,Thing *> m_applications;
|
QHash<QProcess*,Thing*> m_applications;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INTEGRATIONPLUGINCOMMANDLAUNCHER_H
|
#endif // INTEGRATIONPLUGINCOMMANDLAUNCHER_H
|
||||||
|
|||||||
@ -1,27 +1,3 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
||||||
#
|
|
||||||
# Copyright (C) 2013 - 2024, nymea GmbH
|
|
||||||
# Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
|
||||||
#
|
|
||||||
# This file is part of nymea-plugins.
|
|
||||||
#
|
|
||||||
# nymea-plugins is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# nymea-plugins is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
# General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
|
||||||
|
|
||||||
import nymea
|
import nymea
|
||||||
import time
|
import time
|
||||||
import threading
|
import threading
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "alarm.h"
|
#include "alarm.h"
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef ALARM_H
|
#ifndef ALARM_H
|
||||||
#define ALARM_H
|
#define ALARM_H
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "countdown.h"
|
#include "countdown.h"
|
||||||
#include "extern-plugininfo.h"
|
#include "extern-plugininfo.h"
|
||||||
|
|||||||
@ -1,26 +1,32 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef COUNTDOWN_H
|
#ifndef COUNTDOWN_H
|
||||||
#define COUNTDOWN_H
|
#define COUNTDOWN_H
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationplugindatetime)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationplugindatetime.cpp \
|
integrationplugindatetime.cpp \
|
||||||
|
|||||||
@ -1,33 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "integrationplugindatetime.h"
|
#include "integrationplugindatetime.h"
|
||||||
|
|
||||||
#include <integrations/thing.h>
|
#include "integrations/thing.h"
|
||||||
#include <plugininfo.h>
|
#include "plugininfo.h"
|
||||||
#include <hardwaremanager.h>
|
#include "hardwaremanager.h"
|
||||||
#include <network/networkaccessmanager.h>
|
#include "network/networkaccessmanager.h"
|
||||||
|
|
||||||
#include <QJsonDocument>
|
#include <QJsonDocument>
|
||||||
#include <QUrlQuery>
|
#include <QUrlQuery>
|
||||||
@ -410,13 +416,13 @@ void IntegrationPluginDateTime::updateTimes()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_dusk.isValid()) {
|
if (m_dusk.isValid()) {
|
||||||
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, m_dusk.toSecsSinceEpoch());
|
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, m_dusk.toTime_t());
|
||||||
} else {
|
} else {
|
||||||
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, 0);
|
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, 0);
|
||||||
}
|
}
|
||||||
if (m_sunrise.isValid() && m_sunset.isValid()) {
|
if (m_sunrise.isValid() && m_sunset.isValid()) {
|
||||||
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, m_sunrise.toSecsSinceEpoch());
|
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, m_sunrise.toTime_t());
|
||||||
m_todayDevice->setStateValue(todaySunsetTimeStateTypeId, m_sunset.toSecsSinceEpoch());
|
m_todayDevice->setStateValue(todaySunsetTimeStateTypeId, m_sunset.toTime_t());
|
||||||
m_todayDevice->setStateValue(todayDaylightStateTypeId, m_sunrise < m_currentDateTime && m_currentDateTime < m_sunset);
|
m_todayDevice->setStateValue(todayDaylightStateTypeId, m_sunrise < m_currentDateTime && m_currentDateTime < m_sunset);
|
||||||
} else {
|
} else {
|
||||||
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, 0);
|
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, 0);
|
||||||
@ -424,12 +430,12 @@ void IntegrationPluginDateTime::updateTimes()
|
|||||||
m_todayDevice->setStateValue(todayDaylightStateTypeId, false);
|
m_todayDevice->setStateValue(todayDaylightStateTypeId, false);
|
||||||
}
|
}
|
||||||
if (m_dusk.isValid()) {
|
if (m_dusk.isValid()) {
|
||||||
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, m_noon.toSecsSinceEpoch());
|
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, m_noon.toTime_t());
|
||||||
} else {
|
} else {
|
||||||
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, 0);
|
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, 0);
|
||||||
}
|
}
|
||||||
if (m_dusk.isValid()) {
|
if (m_dusk.isValid()) {
|
||||||
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, m_dawn.toSecsSinceEpoch());
|
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, m_dawn.toTime_t());
|
||||||
} else {
|
} else {
|
||||||
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, 0);
|
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, 0);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,31 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINDATETIME_H
|
#ifndef INTEGRATIONPLUGINDATETIME_H
|
||||||
#define INTEGRATIONPLUGINDATETIME_H
|
#define INTEGRATIONPLUGINDATETIME_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
#include "integrations/integrationplugin.h"
|
||||||
|
#include "alarm.h"
|
||||||
|
#include "countdown.h"
|
||||||
|
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
#include <QTimeZone>
|
#include <QTimeZone>
|
||||||
@ -33,9 +41,6 @@
|
|||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <QNetworkReply>
|
#include <QNetworkReply>
|
||||||
|
|
||||||
#include "alarm.h"
|
|
||||||
#include "countdown.h"
|
|
||||||
|
|
||||||
class IntegrationPluginDateTime : public IntegrationPlugin
|
class IntegrationPluginDateTime : public IntegrationPlugin
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -55,8 +60,8 @@ public:
|
|||||||
void startMonitoringAutoThings() override;
|
void startMonitoringAutoThings() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QTimer *m_timer = nullptr;
|
QTimer *m_timer;
|
||||||
Thing *m_todayDevice = nullptr;
|
Thing *m_todayDevice;
|
||||||
QTimeZone m_timeZone;
|
QTimeZone m_timeZone;
|
||||||
QDateTime m_currentDateTime;
|
QDateTime m_currentDateTime;
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,11 @@
|
|||||||
include(../plugins.pri)
|
include(../plugins.pri)
|
||||||
|
|
||||||
QT *= network
|
QT += network
|
||||||
|
|
||||||
|
TARGET = $$qtLibraryTarget(nymea_integrationplugindaylightsensor)
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
integrationplugindaylightsensor.cpp
|
integrationplugindaylightsensor.cpp \
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
integrationplugindaylightsensor.h
|
integrationplugindaylightsensor.h \
|
||||||
|
|||||||
@ -1,31 +1,36 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#include "plugininfo.h"
|
#include "plugininfo.h"
|
||||||
#include "integrationplugindaylightsensor.h"
|
#include "integrationplugindaylightsensor.h"
|
||||||
|
#include "network/networkaccessmanager.h"
|
||||||
#include <network/networkaccessmanager.h>
|
|
||||||
|
|
||||||
#include <QUrlQuery>
|
#include <QUrlQuery>
|
||||||
#include <QNetworkReply>
|
#include <QNetworkReply>
|
||||||
@ -51,7 +56,7 @@ void IntegrationPluginDaylightSensor::discoverThings(ThingDiscoveryInfo *info)
|
|||||||
QNetworkRequest request(QUrl("http://ip-api.com/json"));
|
QNetworkRequest request(QUrl("http://ip-api.com/json"));
|
||||||
QNetworkReply* reply = hardwareManager()->networkManager()->get(request);
|
QNetworkReply* reply = hardwareManager()->networkManager()->get(request);
|
||||||
connect(reply, &QNetworkReply::finished, reply, &QNetworkReply::deleteLater);
|
connect(reply, &QNetworkReply::finished, reply, &QNetworkReply::deleteLater);
|
||||||
connect(reply, &QNetworkReply::finished, info, [reply, info]() {
|
connect(reply, &QNetworkReply::finished, info, [this, reply, info]() {
|
||||||
if (reply->error() != QNetworkReply::NoError) {
|
if (reply->error() != QNetworkReply::NoError) {
|
||||||
qCWarning(dcDaylightSensor()) << "Error fetching geolocation from ip-api:" << reply->error() << reply->errorString();
|
qCWarning(dcDaylightSensor()) << "Error fetching geolocation from ip-api:" << reply->error() << reply->errorString();
|
||||||
info->finish(Thing::ThingErrorHardwareFailure, QT_TR_NOOP("Failed to fetch data from the internet."));
|
info->finish(Thing::ThingErrorHardwareFailure, QT_TR_NOOP("Failed to fetch data from the internet."));
|
||||||
@ -119,8 +124,8 @@ void IntegrationPluginDaylightSensor::updateDevice(Thing *thing)
|
|||||||
QDateTime sunrise = sunriseSunset.first.toTimeZone(tz);
|
QDateTime sunrise = sunriseSunset.first.toTimeZone(tz);
|
||||||
QDateTime sunset = sunriseSunset.second.toTimeZone(tz);
|
QDateTime sunset = sunriseSunset.second.toTimeZone(tz);
|
||||||
qCDebug(dcDaylightSensor()) << "Setting up daylight sensor:" << thing->name() << "Sunrise:" << sunrise.toString() << "Sunset:" << sunset.toString();
|
qCDebug(dcDaylightSensor()) << "Setting up daylight sensor:" << thing->name() << "Sunrise:" << sunrise.toString() << "Sunset:" << sunset.toString();
|
||||||
thing->setStateValue(daylightSensorSunriseTimeStateTypeId, sunrise.toSecsSinceEpoch());
|
thing->setStateValue(daylightSensorSunriseTimeStateTypeId, sunrise.toTime_t());
|
||||||
thing->setStateValue(daylightSensorSunsetTimeStateTypeId, sunset.toSecsSinceEpoch());
|
thing->setStateValue(daylightSensorSunsetTimeStateTypeId, sunset.toTime_t());
|
||||||
thing->setStateValue(daylightSensorDaylightStateTypeId, sunrise < now && sunset > now);
|
thing->setStateValue(daylightSensorDaylightStateTypeId, sunrise < now && sunset > now);
|
||||||
|
|
||||||
qint64 timeToNext = -1;
|
qint64 timeToNext = -1;
|
||||||
@ -223,5 +228,5 @@ QPair<QDateTime, QDateTime> IntegrationPluginDaylightSensor::calculateSunriseSun
|
|||||||
QDateTime sunrise(dateTime.date(), QTime(hourRise, minuteRise));
|
QDateTime sunrise(dateTime.date(), QTime(hourRise, minuteRise));
|
||||||
QDateTime sunset(dateTime.date(), QTime(hourSet, minuteSet));
|
QDateTime sunset(dateTime.date(), QTime(hourSet, minuteSet));
|
||||||
|
|
||||||
return QPair<QDateTime, QDateTime>(sunrise, sunset);
|
return qMakePair<QDateTime, QDateTime>(sunrise, sunset);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,32 +1,39 @@
|
|||||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 - 2024, nymea GmbH
|
* Copyright 2013 - 2020, nymea GmbH
|
||||||
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
|
* Contact: contact@nymea.io
|
||||||
*
|
*
|
||||||
* This file is part of nymea-plugins.
|
* This file is part of nymea.
|
||||||
|
* This project including source code and documentation is protected by
|
||||||
|
* copyright law, and remains the property of nymea GmbH. All rights, including
|
||||||
|
* reproduction, publication, editing and translation, are reserved. The use of
|
||||||
|
* this project is subject to the terms of a license agreement to be concluded
|
||||||
|
* with nymea GmbH in accordance with the terms of use of nymea GmbH, available
|
||||||
|
* under https://nymea.io/license
|
||||||
*
|
*
|
||||||
* nymea-plugins is free software: you can redistribute it and/or modify
|
* GNU Lesser General Public License Usage
|
||||||
* it under the terms of the GNU General Public License as published by
|
* Alternatively, this project may be redistributed and/or modified under the
|
||||||
* the Free Software Foundation, either version 3 of the License, or
|
* terms of the GNU Lesser General Public License as published by the Free
|
||||||
* (at your option) any later version.
|
* Software Foundation; version 3. This project is distributed in the hope that
|
||||||
|
* it will be useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* Lesser General Public License for more details.
|
||||||
*
|
*
|
||||||
* nymea-plugins is distributed in the hope that it will be useful,
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
* along with this project. If not, see <https://www.gnu.org/licenses/>.
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* For any further details and any questions please contact us under
|
||||||
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
* contact@nymea.io or see our FAQ/Licensing Information on
|
||||||
|
* https://nymea.io/license/faq
|
||||||
*
|
*
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
#ifndef INTEGRATIONPLUGINDAYLIGHTSENSOR_H
|
#ifndef INTEGRATIONPLUGINDAYLIGHTSENSOR_H
|
||||||
#define INTEGRATIONPLUGINDAYLIGHTSENSOR_H
|
#define INTEGRATIONPLUGINDAYLIGHTSENSOR_H
|
||||||
|
|
||||||
#include <integrations/integrationplugin.h>
|
|
||||||
#include <plugintimer.h>
|
#include "integrations/integrationplugin.h"
|
||||||
|
#include "plugintimer.h"
|
||||||
|
|
||||||
class IntegrationPluginDaylightSensor: public IntegrationPlugin
|
class IntegrationPluginDaylightSensor: public IntegrationPlugin
|
||||||
{
|
{
|
||||||
@ -47,7 +54,7 @@ private slots:
|
|||||||
|
|
||||||
void updateDevice(Thing *thing);
|
void updateDevice(Thing *thing);
|
||||||
private:
|
private:
|
||||||
QHash<Thing *, PluginTimer *> m_timers;
|
QHash<Thing*, PluginTimer*> m_timers;
|
||||||
QPair<QDateTime, QDateTime> calculateSunriseSunset(qreal lat, qreal lon, const QDateTime &dateTime);
|
QPair<QDateTime, QDateTime> calculateSunriseSunset(qreal lat, qreal lon, const QDateTime &dateTime);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
@ -1,29 +0,0 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Upstream-Name: nymea-plugins
|
|
||||||
Upstream-Contact: chargebyte austria GmbH <contact@nymea.io>
|
|
||||||
Copyright: 2013-2024, nymea GmbH
|
|
||||||
2024-2025, chargebyte austria GmbH
|
|
||||||
Download: https://github.com/nymea/nymea-plugins
|
|
||||||
Source: https://github.com/nymea/nymea-plugins.git
|
|
||||||
|
|
||||||
License: GPL-3+
|
|
||||||
nymea-plugins is free software: you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
.
|
|
||||||
nymea-plugins is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
.
|
|
||||||
On Debian systems, the complete text of the GNU General Public License
|
|
||||||
can be found in `/usr/share/common-licenses/GPL-3'.
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
License: GPL-3+
|
|
||||||
Copyright: 2013-2024, nymea GmbH <contact@nymea.io>
|
|
||||||
2024-2025, chargebyte austria GmbH <contact@nymea.io>
|
|
||||||
@ -1 +0,0 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginopenccu.so
|
|
||||||
@ -1 +0,0 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginv2xeamberelectric.so
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/changelog
|
|
||||||
@ -1 +0,0 @@
|
|||||||
13
|
|
||||||
@ -1,831 +0,0 @@
|
|||||||
Source: nymea-plugins
|
|
||||||
Section: utils
|
|
||||||
Priority: optional
|
|
||||||
Maintainer: chargebyte austria GmbH <contact@nymea.io>
|
|
||||||
Standards-Version: 4.7.2
|
|
||||||
Homepage: https://nymea.io
|
|
||||||
Vcs-Git: https://github.com/nymea/nymea-plugins.git
|
|
||||||
Build-depends: debhelper,
|
|
||||||
pkg-config,
|
|
||||||
libnymea-dev,
|
|
||||||
libnymea-mqtt-dev,
|
|
||||||
libnymea-gpio-dev,
|
|
||||||
nymea-dev-tools:native,
|
|
||||||
qt6-base-dev,
|
|
||||||
qt6-base-dev-tools,
|
|
||||||
qt6-5compat-dev,
|
|
||||||
qt6-websockets-dev,
|
|
||||||
qt6-connectivity-dev,
|
|
||||||
qt6-serialport-dev,
|
|
||||||
libow-dev,
|
|
||||||
libsodium-dev,
|
|
||||||
libudev-dev,
|
|
||||||
libhidapi-dev,
|
|
||||||
libssl-dev,
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-anel
|
|
||||||
Architecture: any
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for ANEL Elektronik NET-PwrCtrl power sockets
|
|
||||||
This package contains the nymea integration plugin for ANEL Elektronik NET-PwrCtrl
|
|
||||||
network controlled power sockets.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-aqi
|
|
||||||
Architecture: any
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin to fetch the air quaility index from http://aqicn.org
|
|
||||||
This package contains the nymea integration plugin for the air quality index online service
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-avahimonitor
|
|
||||||
Architecture: any
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for avahimonitor
|
|
||||||
This package contains the nymea integration plugin for monitoring network devices via mDNS
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-awattar
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for awattar
|
|
||||||
This package contains the nymea integration plugin for the awattar online service
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-bluos
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for bluos
|
|
||||||
This package contains the nymea integration plugin for bluos based media devices
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-bose
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for bose soundtouch
|
|
||||||
This package contains the nymea integration plugin for bose soundtouch devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-bosswerk
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for Bosswerk micro inverters
|
|
||||||
This package contains the nymea integration plugin for Bosswerk micro inverters.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-coinmarketcap
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for coin market cap
|
|
||||||
This package contains the nymea integration plugin for the coinmarketcap online service
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-commandlauncher
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for commandlauncher
|
|
||||||
This package contains the nymea integration plugin for launching system commands
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-daikinairco
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${misc:Depends},
|
|
||||||
python3-pip,
|
|
||||||
Description: nymea integration plugin for Daikin airconditioning units
|
|
||||||
This package contains the nymea integration plugin for Daikin airconditioning units.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-datetime
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for datetime
|
|
||||||
This package contains the nymea integration plugin for date and time related features
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-daylightsensor
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for a mathematical daylight sensor
|
|
||||||
This package contains a plugin for a mathematical daylight sensor. That means
|
|
||||||
it will work without any internet connection or hardware. It computes daylight
|
|
||||||
times based on the geographical location of the nymea instance.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-denon
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for denon
|
|
||||||
This package contains the nymea integration plugin for Denon sound devices
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-doorbird
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for DoorBird
|
|
||||||
This package contains the nymea integration plugin for DoorBird doorbells
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-dweetio
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for dweet.io
|
|
||||||
This package contains the nymea integration plugin for dweet.io
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-dynatrace
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for dynatrace
|
|
||||||
This package contains the nymea integration plugin for the dynatrace UFO
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-easee
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for easee wallboxes
|
|
||||||
This package contains the nymea integration plugin for easee wallboxes
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-elgato
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for elgato
|
|
||||||
This package contains the nymea integration plugin for devices from Elgato
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-espuino
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for ESPuino
|
|
||||||
This package contains the nymea integration plugin for ESPuino devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-espsomfyrts
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for ESP-Somfy-RTS
|
|
||||||
This package contains the nymea integration plugin for the ESP Somfy RTS project.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-evbox
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for EVBox
|
|
||||||
This package contains the nymea integration plugin for EVBox wallboxes
|
|
||||||
implementing the Protocol Max v4.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-everest
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for EVerest based EV chargers
|
|
||||||
This package will install the nymea integration plugin for
|
|
||||||
EVerest based EV charger
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-flowercare
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Xiaomi Flower care devices
|
|
||||||
This package contains the nymea integration plugin for Xiaomi Flower care devices,
|
|
||||||
also know as Plant care or MiCare
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-fronius
|
|
||||||
Architecture: any
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Fronius PV inverters
|
|
||||||
This package contains the nymea integration plugin for Fronius solar inverters
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-eq-3
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for eq-3
|
|
||||||
This package contains the nymea integration plugin for eq-3 devices
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-garadget
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Garadget
|
|
||||||
This package contains the nymea integration plugin for Garadget Garage Door Opener
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-gpio
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libnymea-gpio,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for gpio
|
|
||||||
This package contains the nymea integration plugin to interact with GPIOs
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-goecharger
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for the go-eCharger wallbox
|
|
||||||
This package contains the nymea integration plugin for the go-eCharger wallbox
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-homeconnect
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for home connect
|
|
||||||
This package contains the nymea integration plugin for home connect appliances
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-i2cdevices
|
|
||||||
Architecture: any
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for I2C devies
|
|
||||||
This plugin adds support for I2C devices to nymea.
|
|
||||||
Currently supported devices are the ADS1114/1114/1115 and the Pi-16ADC.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-kodi
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for kodi
|
|
||||||
This package contains the nymea integration plugin for kodi
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-lgsmarttv
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for lgsmarttv
|
|
||||||
This package contains the nymea integration plugin for smart tvs from LG
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-lifx
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for lifx
|
|
||||||
This package contains the nymea integration plugin for lifx devices
|
|
||||||
|
|
||||||
Package: nymea-plugin-logilink
|
|
||||||
Architecture: any
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Logilink power sockets
|
|
||||||
This package contains the nymea integration plugin for Logilink PDU
|
|
||||||
network controlled power sockets.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-mecelectronics
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for mec electronics devices
|
|
||||||
This package will add support for the mec meter to nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-meross
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for meross devices
|
|
||||||
This package will add support for the meross devices to nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-mailnotification
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for mailnotification
|
|
||||||
This package contains the nymea integration plugin for sending notifications via email.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-mqttclient
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for a generic MQTT client
|
|
||||||
This package contains a generic MQTT client plugin for nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-mystrom
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for myStrom devices
|
|
||||||
This package will add support for myStrom devices to nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-nanoleaf
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for nanoleaf
|
|
||||||
This package contains the nymea integration plugin for nanoleaf devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-netatmo
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for netatmo
|
|
||||||
This package contains the nymea integration plugin for the netatmo weather station.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-networkdetector
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for networkdetector
|
|
||||||
This package contains the nymea integration plugin for detecting and monitoring
|
|
||||||
network devices via basic networking mechanisms (ARP, ICMP..).
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-notifyevents
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for Notify.Events
|
|
||||||
This package contains the nymea integration plugin for Notify.Events.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-nuki
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Replaces: nymea-nukiplugin
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for the nuki smart lock
|
|
||||||
This package contains the nymea integration plugin for nuki smart lock devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-onewire
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for one wire devices
|
|
||||||
This package contains the nymea integration plugin for one wire devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-openccu
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for OpenCCU
|
|
||||||
This package contains the nymea integration plugin for OpenCCU
|
|
||||||
based floor heating systems. The integration connects to the
|
|
||||||
xmlapi integration of OpenCCU.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-openuv
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for OpenUV
|
|
||||||
This package contains the nymea integration plugin for OpenUV.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-openweathermap
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for openweathermap
|
|
||||||
This package contains the nymea integration plugin for openweathermap.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-osdomotics
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for osdomotics
|
|
||||||
This package contains the nymea integration plugin for osdomotics.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-philipshue
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for philipshue
|
|
||||||
This package contains the nymea integration plugin for Philips Hue bridges
|
|
||||||
and connected devices to it.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-powerfox
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for powerfox
|
|
||||||
This package contains the nymea integration plugin for the powerfox online service
|
|
||||||
to integrate energy meters.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-pushbullet
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Pushbullet
|
|
||||||
This package contains the nymea integration plugin for sending messages via Pushbullet.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-pushnotifications
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin to send Push notifications
|
|
||||||
This package contains the nymea integration plugin for sending messages to nymea:app.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-solarlog
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Solar-Log
|
|
||||||
This package contains the nymea integration plugin for Solar-Log devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tasmota
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Sonoff-Tasmota devices
|
|
||||||
This package contains the nymea integration plugin for Tasmota-Sonoff devices.
|
|
||||||
|
|
||||||
Package: nymea-plugin-texasinstruments
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Texas Instruments devices
|
|
||||||
This package contains the nymea integration plugin for Texas Instruments devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-telegram
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Telegram
|
|
||||||
This plugin allows nymea to send messages to telegram via the bot API.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tempo
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Tempo time tracking
|
|
||||||
This package contains the nymea integration plugin for Tempo time tracking.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tmate
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
tmate,
|
|
||||||
Description: nymea integration plugin for tmate
|
|
||||||
This package contains the nymea integration plugin for tmate terminal access.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tplink
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for tp-link Kasa devices
|
|
||||||
This package contains the nymea integration plugin for TP-Link Kasa devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tuya
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Tuya cloud devices
|
|
||||||
This package contains the nymea integration plugin for Tuya cloud devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-udpcommander
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for UDP commander
|
|
||||||
This package contains the nymea integration plugin for sending arbitrary
|
|
||||||
UDP commands from and to nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-unifi
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for UniFi network controllers
|
|
||||||
This package contains the nymea integration plugin for UniFi network controllers.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-usbrelay
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libudev1,
|
|
||||||
libhidapi-hidraw0,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for USB relay
|
|
||||||
This package contains the nymea integration plugin for USB relays.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-usbrly82
|
|
||||||
Architecture: any
|
|
||||||
Multi-Arch: same
|
|
||||||
Section: libs
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libudev1,
|
|
||||||
Description: nymea integration plugin for USB-RLY82 relay
|
|
||||||
This package will install the nymea integration plugin for USB-RLY82 relay
|
|
||||||
with 2 relays and 8 analog/digital inputs.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-wakeonlan
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for wakeonlan
|
|
||||||
This package contains the nymea integration plugin for sending WOL
|
|
||||||
(wake on lan) magic packets to the network.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-wemo
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for wemo
|
|
||||||
This package contains the nymea integration plugin for wemo devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-ws2812fx
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for ws2812fx
|
|
||||||
This package contains the nymea integration plugin for using ws2812fx
|
|
||||||
LEDs via an Arduino based microcontroller connected to nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tcpcommander
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for TCP commander
|
|
||||||
This package contains the nymea integration plugin for sending arbitrary
|
|
||||||
TCP packets from and to nymea.
|
|
||||||
|
|
||||||
Package: nymea-plugin-httpcommander
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for HTTP commander
|
|
||||||
This package contains the nymea integration plugin for sending arbitrary
|
|
||||||
HTTP requests from and to nymea.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-senic
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for senic
|
|
||||||
This package contains the nymea integration plugin for the Senic Nuimo.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-sgready
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libnymea-gpio,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for SG-Ready heat pump interface based on GPIOs
|
|
||||||
This package contains the nymea integration plugin for SG-Ready heat pump interface based on GPIOs.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-shelly
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Shelly devices
|
|
||||||
This package contains the nymea integration plugin for Shelly devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-simpleheatpump
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libnymea-gpio,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for simple heat pumps
|
|
||||||
This package contains the nymea integration plugin for simple heat pumps.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-somfytahoma
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Somfy TaHoma
|
|
||||||
This package contains the nymea integration plugin for Somfy TaHoma devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-sonos
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Sonos smart speakers
|
|
||||||
This package contains the nymea integration plugin for Sonos smart speakers.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-spothinta
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Description: nymea integration plugin for spot-hinta.fi
|
|
||||||
This package contains the nymea integration plugin to retrieve Finlands
|
|
||||||
spotmarket energy prices from spot-hinta.fi.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-keba
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
nmap,
|
|
||||||
arping,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Keba wallboxes
|
|
||||||
This package contains the nymea integration plugin for Keba wallboxes.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-reversessh
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
sshpass,
|
|
||||||
Recommends: openssh-server
|
|
||||||
Replaces: nymea-plugin-remotessh
|
|
||||||
Conflicts: nymea-plugin-remotessh,
|
|
||||||
nymea-plugins-translations (<= 1.0.0)
|
|
||||||
Description: nymea integration plugin to configure remotessh for your nymea:core
|
|
||||||
This package contains the nymea integration plugin for remote ssh connections.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-serialportcommander
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
libqt5serialport5,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin to send and receive strings over a serial port
|
|
||||||
This package contains the nymea integration plugin for sending and receiving
|
|
||||||
arbitrary data via serial ports.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-systemmonitor
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin to monitor the system
|
|
||||||
This package contains the nymea integration plugin for system monitoring.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-tado
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin to connect to your Tado account
|
|
||||||
This package contains the nymea integration plugin for Tado devices.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-v2xeamberelectric
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${shlibs:Depends},
|
|
||||||
${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: This nymea plugin fetches live and forecasted price data,
|
|
||||||
providing real-time and future pricing information for integration with smart energy management systems.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-wheretheissat
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${misc:Depends},
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin to monitor the ISS position
|
|
||||||
This package contains the nymea integration plugin for the wheretheiss.at
|
|
||||||
online service.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugin-yamahaavr
|
|
||||||
Architecture: any
|
|
||||||
Depends: ${misc:Depends},
|
|
||||||
python3-pip,
|
|
||||||
Conflicts: nymea-plugins-translations (<< 1.0.1)
|
|
||||||
Description: nymea integration plugin for Yamaha receivers
|
|
||||||
This package contains the nymea integration plugin for (non-Musiccast) Yamaha AV receivers.
|
|
||||||
|
|
||||||
|
|
||||||
Package: nymea-plugins-translations
|
|
||||||
Architecture: all
|
|
||||||
Depends: ${misc:Depends},
|
|
||||||
Description: Transitional package.
|
|
||||||
This package used to contain plugins translations. It is empty now, used
|
|
||||||
as a transitional package and will be removed in the future.
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/copyright
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-anel.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-aqi.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-avahimonitor.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-awattar.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-bluos.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-bose.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-bosswerk.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-coinmarketcap.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-commandlauncher.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-daikinairco.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-datetime.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-daylightsensor.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-denon.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-doorbird.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-dweetio.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-dynatrace.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-easee.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-elgato.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-eq-3.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-espsomfyrts.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-espuino.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-evbox.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-everest.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-flowercare.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-fronius.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-garadget.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-goecharger.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-gpio.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-homeconnect.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-httpcommander.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-i2cdevices.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-keba.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-kodi.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-lgsmarttv.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-lifx.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-logilink.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-mailnotification.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-mecelectronics.install.in
|
|
||||||
@ -1 +0,0 @@
|
|||||||
../debian-qt5/nymea-plugin-meross.install.in
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user