Compare commits

..

No commits in common. "master" and "0.29.1" have entirely different histories.

1027 changed files with 55884 additions and 57756 deletions

View File

@ -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
...

View File

@ -7,3 +7,5 @@ nymea-plugins pull request checklist:
- [ ] Did you update the plugin's README.md accordingly?
- [ ] Did you update translations (`cd builddir && make lupdate`)?
- [ ] If you added a new plugin, should it be added to nymea-plugins-all or nymea-plugins-maker?

3
.gitignore vendored
View File

@ -1,7 +1,4 @@
*.pro.user
builddir
build/
doc/html
.DS_Store
*/modules/
*__pycache__*

View File

@ -1 +0,0 @@
LICENSE.GPL3

View File

@ -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
View 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.

View File

@ -15,6 +15,9 @@ nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based arc
## 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:
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
--------------------------------------------
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.

View File

@ -3,7 +3,7 @@
This integration allows nymea to control ANEL Elektronik NET-PwrCtrl power sockets.
Once a NET-PwrCtl device is added, the associated sockets appear as child devices. Deleting the NET-PwerCtl device will also remove the associated sockets. This means each socket can be named and will appear as an individual socket inside the nymea:app.
## Supported things
## Supported Things
* NET-PwrCtl HOME
* NET-PwrCtl PRO

View File

@ -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 <QUdpSocket>

View File

@ -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
#define DISCOVERY_H

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
Example reply for HOME and PRO:

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINANEL_H
#define INTEGRATIONPLUGINANEL_H

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "airqualityindex.h"
#include "extern-plugininfo.h"
@ -48,9 +54,8 @@ QUuid AirQualityIndex::searchByName(const QString &name)
{
if (m_apiKey.isEmpty()) {
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
return QUuid();
return "";
}
QUuid requestId = QUuid::createUuid();;
QUrl url;
url.setUrl(m_baseUrl);
@ -70,14 +75,13 @@ QUuid AirQualityIndex::searchByName(const QString &name)
// Check HTTP status code
if (status != 200 || reply->error() != QNetworkReply::NoError) {
if (status == 400)
if (status == 400) {
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
emit requestExecuted(requestId, false);
}
requestExecuted(requestId, false);
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
return;
}
QByteArray rawData = reply->readAll();
qCDebug(dcAirQualityIndex()) << "Search response" << rawData;
@ -91,7 +95,7 @@ QUuid AirQualityIndex::searchByName(const QString &name)
QList<Station> stations;
QVariantList stationList = doc.toVariant().toMap().value("data").toList();
foreach (const QVariant &stationVariant, stationList) {
foreach (QVariant stationVariant, stationList) {
Station station;
station.aqi = stationVariant.toMap().value("aqi").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();
stations.append(station);
}
if (!stations.isEmpty())
emit stationsReceived(requestId, stations);
emit requestExecuted(requestId, true);
requestExecuted(requestId, true);
});
return requestId;
}
@ -116,23 +119,18 @@ QUuid AirQualityIndex::getDataByIp()
{
if (m_apiKey.isEmpty()) {
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
return QUuid();
return "";
}
QUuid requestId = QUuid::createUuid();
QUrl url;
url.setUrl(m_baseUrl);
url.setPath("/feed/here/");
QUrlQuery query;
query.addQueryItem("token", m_apiKey);
url.setQuery(query);
QNetworkRequest request;
request.setUrl(url);
request.setRawHeader("User-Agent", "nymea");
qCDebug(dcAirQualityIndex()) << "Get data by IP request" << url.toString();
QNetworkReply *reply = m_networkAccessManager->get(request);
connect(reply, &QNetworkReply::finished, this, [requestId, reply, this] {
@ -141,20 +139,17 @@ QUuid AirQualityIndex::getDataByIp()
// Check HTTP status code
if (status != 200 || reply->error() != QNetworkReply::NoError) {
if (status == 400)
if (status == 400) {
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
emit requestExecuted(requestId, false);
}
requestExecuted(requestId, false);
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
return;
}
if (!parseData(requestId, reply->readAll()))
emit requestExecuted(requestId, false);
emit requestExecuted(requestId, true);
requestExecuted(requestId, false);
requestExecuted(requestId, true);
});
return requestId;
}
@ -162,23 +157,19 @@ QUuid AirQualityIndex::getDataByGeolocation(double lat, double lng)
{
if (m_apiKey.isEmpty()) {
qCWarning(dcAirQualityIndex()) << "API key is not set, not sending request";
return QUuid();
return "";
}
QUuid requestId = QUuid::createUuid();
QUrl url;
url.setUrl(m_baseUrl);
url.setPath(QString("/feed/geo:%1;%2/").arg(lat).arg(lng));
QUrlQuery query;
query.addQueryItem("token", m_apiKey);
url.setQuery(query);
QNetworkRequest request;
request.setUrl(url);
request.setRawHeader("User-Agent", "nymea");
qCDebug(dcAirQualityIndex()) << "Get data by geo location request" << url.toString();
QNetworkReply *reply = m_networkAccessManager->get(request);
connect(reply, &QNetworkReply::finished, this, [requestId, reply, this] {
@ -187,22 +178,21 @@ QUuid AirQualityIndex::getDataByGeolocation(double lat, double lng)
// Check HTTP status code
if (status != 200 || reply->error() != QNetworkReply::NoError) {
if (status == 400)
if (status == 400) {
qCWarning(dcAirQualityIndex()) << "Request error due to exceeded request quota";
emit requestExecuted(requestId, false);
}
requestExecuted(requestId, false);
qCWarning(dcAirQualityIndex()) << "Request error:" << status << reply->errorString();
return;
}
if (!parseData(requestId, reply->readAll()))
emit requestExecuted(requestId, false);
emit requestExecuted(requestId, true);
requestExecuted(requestId, false);
requestExecuted(requestId, true);
});
return requestId;
}
bool AirQualityIndex::parseData(QUuid requestId, const QByteArray &data)
{
qCDebug(dcAirQualityIndex()) << "Parsing data" << data;
@ -221,8 +211,8 @@ bool AirQualityIndex::parseData(QUuid requestId, const QByteArray &data)
}
Station station;
station.aqi = doc.toVariant().toMap().value("data").toMap().value("aqi").toInt();
station.idx = doc.toVariant().toMap().value("data").toMap().value("idx").toInt();
station.aqi = doc.toVariant().toMap().value("data").toMap().value("aqi").toInt();
station.idx = doc.toVariant().toMap().value("data").toMap().value("idx").toInt();
QVariantMap city = doc.toVariant().toMap().value("data").toMap().value("city").toMap();
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.temperature = iaqi["t"].toMap().value("v").toDouble();
aqiData.windSpeed = iaqi["w"].toMap().value("v").toDouble();
emit dataReceived(requestId, aqiData);
return true;
}

View File

@ -1,37 +1,42 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef AIRQUALITYINDEX_H
#define AIRQUALITYINDEX_H
#include "network/networkaccessmanager.h"
#include <QObject>
#include <QUuid>
#include <QTime>
#include <network/networkaccessmanager.h>
class AirQualityIndex : public QObject
{
Q_OBJECT
@ -65,7 +70,6 @@ public:
};
explicit AirQualityIndex(NetworkAccessManager *networkAccessManager, const QString &apiKey, QObject *parent = nullptr);
void setApiKey(const QString &apiKey);
QUuid searchByName(const QString &name);
QUuid getDataByIp();

View File

@ -1,12 +1,12 @@
include(../plugins.pri)
QT *= network
QT+= network
SOURCES += \
airqualityindex.cpp \
integrationpluginaqi.cpp
integrationpluginaqi.cpp \
HEADERS += \
airqualityindex.h \
integrationpluginaqi.h
integrationpluginaqi.h \

View File

@ -1,95 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationpluginaqi.h"
#include "plugininfo.h"
#include <nymeasettings.h>
#include "nymeasettings.h"
#include <QNetworkAccessManager>
// The API reports American AQI index values, but nymea interfaces require actual values
QList<QPair<int,double>> pm10AQI = {
{55,54},
{100,154},
{150,254},
{200,354},
{300,424},
{400,504},
{500,604}
};
QList<QPair<int,double>> pm25AQI = {
{50,12},
{100,35.4},
{150,55.4},
{200,150.4},
{300,250.4},
{400,350.4},
{500,500}
};
QList<QPair<int,double>> so2AQI = {
{50,35},
{100,75},
{150,185},
{200,304},
{300,604},
{400,804},
{500,1004}
};
QList<QPair<int,double>> no2AQI = {
{50,53},
{100,100},
{150,360},
{200,649},
{300,1294},
{400,1649},
{500,2049}
};
QList<QPair<int,double>> o3AQI = {
{50,54},
{100,70},
{150,85},
{200,105},
{300,200},
{400,504},
{500,604}
};
QList<QPair<int,double>> coAQI = {
{50,4.4},
{100,9.4},
{150,12.4},
{200,15.4},
{300,30.4},
{400,40.4},
{500,50.4}
};
IntegrationPluginAqi::IntegrationPluginAqi()
{
connect(this, &IntegrationPluginAqi::configValueChanged, this, [this] (const ParamTypeId &paramTypeId, const QVariant &value) {
@ -117,8 +61,7 @@ void IntegrationPluginAqi::discoverThings(ThingDiscoveryInfo *info)
if(!createAqiConnection()) {
return info->finish(Thing::ThingErrorHardwareNotAvailable, QT_TR_NOOP("API key is not available."));
}
connect(info, &ThingDiscoveryInfo::aborted, this, [this] {
connect(info, &ThingDiscoveryInfo::aborted, [this] {
if (myThings().filterByThingClassId(airQualityIndexThingClassId).isEmpty()) {
m_aqiConnection->deleteLater();
m_aqiConnection = nullptr;
@ -129,9 +72,7 @@ void IntegrationPluginAqi::discoverThings(ThingDiscoveryInfo *info)
}
QUuid requestId = m_aqiConnection->getDataByIp();
m_asyncDiscovery.insert(requestId, info);
connect(info, &ThingDiscoveryInfo::aborted, this, [this, requestId] {
m_asyncDiscovery.remove(requestId);
});
connect(info, &ThingDiscoveryInfo::aborted, [=] {m_asyncDiscovery.remove(requestId);});
}
void IntegrationPluginAqi::setupThing(ThingSetupInfo *info)
@ -146,7 +87,7 @@ void IntegrationPluginAqi::setupThing(ThingSetupInfo *info)
QUuid requestId = m_aqiConnection->getDataByGeolocation(latitude, longitude);
m_asyncSetups.insert(requestId, info);
connect(info, &ThingSetupInfo::aborted, this, [requestId, this] {
connect(info, &ThingSetupInfo::aborted, [requestId, this] {
m_asyncSetups.remove(requestId);
if (myThings().filterByThingClassId(airQualityIndexThingClassId).isEmpty()) {
m_aqiConnection->deleteLater();
@ -203,27 +144,6 @@ bool IntegrationPluginAqi::createAqiConnection()
return true;
}
double IntegrationPluginAqi::convertFromAQI(int aqi, const QList<QPair<int, double>> &map) const
{
int il = 0, ih = 0;
double vl = 0, vh = 0;
int index = 0;
while (aqi > map.at(index).first && index < map.count()) {
index++;
}
if (index > 0) {
il = map.at(index - 1).first;
vl = map.at(index - 1).second;
}
ih = map.at(index).first;
vh = map.at(index).second;
double value = (aqi - il) * (vh - vl) / (ih - il) + vl;
return value;
}
void IntegrationPluginAqi::thingRemoved(Thing *thing)
{
Q_UNUSED(thing)
@ -253,16 +173,36 @@ void IntegrationPluginAqi::onAirQualityDataReceived(QUuid requestId, AirQualityI
return;
thing->setStateValue(airQualityIndexConnectedStateTypeId, true);
thing->setStateValue(airQualityIndexCoStateTypeId, data.co);
thing->setStateValue(airQualityIndexHumidityStateTypeId, data.humidity);
thing->setStateValue(airQualityIndexTemperatureStateTypeId, data.temperature);
thing->setStateValue(airQualityIndexPressureStateTypeId, data.pressure);
thing->setStateValue(airQualityIndexCoStateTypeId, convertFromAQI(data.co, coAQI));
thing->setStateValue(airQualityIndexO3StateTypeId, convertFromAQI(data.o3, o3AQI));
thing->setStateValue(airQualityIndexNo2StateTypeId, convertFromAQI(data.no2, no2AQI));
thing->setStateValue(airQualityIndexSo2StateTypeId, convertFromAQI(data.so2, so2AQI));
thing->setStateValue(airQualityIndexPm10StateTypeId, convertFromAQI(data.pm10, pm10AQI));
thing->setStateValue(airQualityIndexPm25StateTypeId, convertFromAQI(data.pm25, pm25AQI));
thing->setStateValue(airQualityIndexO3StateTypeId, data.o3);
thing->setStateValue(airQualityIndexNo2StateTypeId, data.no2);
thing->setStateValue(airQualityIndexSo2StateTypeId, data.so2);
thing->setStateValue(airQualityIndexPm10StateTypeId, data.pm10);
thing->setStateValue(airQualityIndexPm25StateTypeId, data.pm25);
thing->setStateValue(airQualityIndexWindSpeedStateTypeId, data.windSpeed);
if (data.pm25 <= 50.00) {
thing->setStateValue(airQualityIndexAirQualityStateTypeId, "Good");
thing->setStateValue(airQualityIndexCautionaryStatementStateTypeId, tr("None"));
} else if ((data.pm25 > 50.00) && (data.pm25 <= 100.00)) {
thing->setStateValue(airQualityIndexAirQualityStateTypeId, "Moderate");
thing->setStateValue(airQualityIndexCautionaryStatementStateTypeId, tr("Active children and adults, and people with respiratory disease, such as asthma, should limit prolonged outdoor exertion."));
} else if ((data.pm25 > 100.00) && (data.pm25 <= 150.00)) {
thing->setStateValue(airQualityIndexAirQualityStateTypeId, "Unhealthy for Sensitive Groups");
thing->setStateValue(airQualityIndexCautionaryStatementStateTypeId, tr("Active children and adults, and people with respiratory disease, such as asthma, should limit prolonged outdoor exertion."));
} else if ((data.pm25 > 150.00) && (data.pm25 <= 200.00)) {
thing->setStateValue(airQualityIndexAirQualityStateTypeId, "Unhealthy");
thing->setStateValue(airQualityIndexCautionaryStatementStateTypeId, tr("Active children and adults, and people with respiratory disease, such as asthma, should avoid prolonged outdoor exertion; everyone else, especially children, should limit prolonged outdoor exertion"));
} else if ((data.pm25 > 200.00) && (data.pm25 <= 300.00)) {
thing->setStateValue(airQualityIndexAirQualityStateTypeId, "Very Unhealthy");
thing->setStateValue(airQualityIndexCautionaryStatementStateTypeId, tr("Active children and adults, and people with respiratory disease, such as asthma, should avoid all outdoor exertion; everyone else, especially children, should limit outdoor exertion."));
} else {
thing->setStateValue(airQualityIndexAirQualityStateTypeId, "Hazardous");
thing->setStateValue(airQualityIndexCautionaryStatementStateTypeId, tr("Everyone should avoid all outdoor exertion"));
}
}
}
@ -282,6 +222,7 @@ void IntegrationPluginAqi::onAirQualityStationsReceived(QUuid requestId, QList<A
info->finish(Thing::ThingErrorNoError);
}
if (m_asyncRequests.contains(requestId)) {
Thing * thing = myThings().findById(m_asyncRequests.value(requestId));
if (!thing) {

View File

@ -1,36 +1,40 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINAQI_H
#define INTEGRATIONPLUGINAQI_H
#include <plugintimer.h>
#include <integrations/integrationplugin.h>
#include <network/networkaccessmanager.h>
#include "plugintimer.h"
#include "integrations/integrationplugin.h"
#include "network/networkaccessmanager.h"
#include "airqualityindex.h"
#include "extern-plugininfo.h"
#include <QTimer>
#include <QUrl>
@ -58,18 +62,14 @@ private:
QHash<QUuid, ThingDiscoveryInfo *> m_asyncDiscovery;
QHash<QUuid, ThingSetupInfo *> m_asyncSetups;
QHash<QUuid, ThingId> m_asyncRequests;
QString getApiKey();
bool createAqiConnection();
double convertFromAQI(int aqi, const QList<QPair<int, double> > &map) const;
private slots:
void onPluginTimer();
void onRequestExecuted(QUuid requestId, bool success);
void onAirQualityDataReceived(QUuid requestId, AirQualityIndex::AirQualityData data);
void onAirQualityStationsReceived(QUuid requestId, QList<AirQualityIndex::Station> stations);
};
#endif // INTEGRATIONPLUGINAQI_H

View File

@ -22,7 +22,7 @@
"id": "23ea32c9-38b0-4155-bacc-3afa8c09f6ee",
"name": "airQualityIndex",
"displayName": "Air quality index",
"interfaces": ["pm25sensor", "pm10sensor", "cosensor", "no2sensor", "o3sensor", "temperaturesensor", "humiditysensor", "pressuresensor", "windspeedsensor", "connectable"],
"interfaces": ["windspeedsensor", "humiditysensor", "pressuresensor", "temperaturesensor", "connectable"],
"createMethods": ["discovery", "user"],
"paramTypes": [
{
@ -45,14 +45,40 @@
"id": "7b9135cd-2461-4d33-b2b3-3dc600983895",
"name": "connected",
"displayName": "Connected",
"displayNameEvent": "Connected changed",
"type": "bool",
"defaultValue": false,
"cached": false
},
{
"id": "33a3329a-4117-4488-aa18-91c76056ed6e",
"name": "airQuality",
"displayName": "Air quality",
"displayNameEvent": "Air quality changed",
"type": "QString",
"possibleValues": [
"Good",
"Moderate",
"Unhealthy for Sensitive Groups",
"Unhealthy",
"Very unhealthy",
"Hazardous"
],
"defaultValue": "Good"
},
{
"id": "cfece671-4e88-4c49-9456-e3f8f7c79ab3",
"name": "cautionaryStatement",
"displayName": "Cautionary statement",
"displayNameEvent": "Cautionary statement changed",
"type": "QString",
"defaultValue": "-"
},
{
"id": "8385f3d5-62f7-482e-927c-b5d61a70d607",
"name": "stationName",
"displayName": "Station name",
"displayNameEvent": "Station name changed",
"type": "QString",
"defaultValue": "Undefined"
},
@ -60,56 +86,50 @@
"id": "bc8c4c83-d229-4be4-8732-bc4f2390f399",
"name": "pm25",
"displayName": "Fine particles pollution level (PM2.5)",
"type": "double",
"defaultValue": 0,
"unit": "MicroGrammPerCubicalMeter",
"minValue": 0,
"maxValue": 500
"displayNameEvent": "Fine particles pollution level (PM2.5) changed",
"type": "int",
"defaultValue": 0
},
{
"id": "24b41ec4-e26b-4dfb-b52c-8e2b1bbdafc6",
"name": "pm10",
"displayName": "Coarse dust particles pollution level (PM10)",
"type": "double",
"unit": "MicroGrammPerCubicalMeter",
"minValue": 0,
"maxValue": 500,
"displayNameEvent": "Coarse dust particles pollution level (PM10) changed",
"type": "int",
"defaultValue": 0
},
{
"id": "4e88526d-009f-4820-9a84-09b3646d23c9",
"name": "o3",
"displayName": "Ozone level (O3)",
"unit": "MicroGrammPerCubicalMeter",
"displayNameEvent": "Ozone level (O3) changed",
"unit": "",
"type": "double",
"minValue": 0,
"maxValue": 500,
"defaultValue": 0
},
{
"id": "6ed6c505-f36e-44c4-a982-f395b04e539b",
"name": "no2",
"displayName": "Nitrogen Dioxide level (NO2)",
"unit": "MicroGrammPerCubicalMeter",
"displayNameEvent": "Nitrogen Dioxide level (NO2) changed",
"unit": "",
"type": "double",
"minValue": 0,
"maxValue": 800,
"defaultValue": 0
},
{
"id": "54ac72f3-6444-46a8-a43d-210c2a6fbfb5",
"name": "co",
"displayName": "Carbon monoxide level (CO)",
"unit": "PartsPerMillion",
"displayNameEvent": "Carbon monoxide level (CO) changed",
"unit": "",
"type": "double",
"minValue": 0,
"maxValue": 255,
"defaultValue": 0
},
{
"id": "f3a05e65-a9b3-48fd-be43-688d4c293cc9",
"name": "so2",
"displayName": "Sulfur dioxide level (SO2)",
"displayNameEvent": "Sulfur dioxide level (SO2) changed",
"unit": "",
"type": "double",
"defaultValue": 0
@ -118,6 +138,7 @@
"id": "94219802-0a82-4761-99b3-c6b6dfc096db",
"name": "temperature",
"displayName": "Temperature",
"displayNameEvent": "Temperature changed",
"unit": "DegreeCelsius",
"type": "double",
"defaultValue": 0
@ -126,6 +147,7 @@
"id": "4fc45fca-25ab-45a0-b862-817eea1f51e3",
"name": "humidity",
"displayName": "Humidity",
"displayNameEvent": "Humidity changed",
"unit": "Percentage",
"type": "double",
"maxValue": 100,
@ -136,16 +158,16 @@
"id": "5f799040-08f8-44d1-aa0a-4cab7caad839",
"name": "pressure",
"displayName": "Pressure",
"displayNameEvent": "Pressure changed",
"unit": "MilliBar",
"type": "double",
"minValue": 0,
"maxValue": 2000,
"defaultValue": 0
},
{
"id": "c4366608-2511-428b-964e-2ad9e37f8f3c",
"name": "windSpeed",
"displayName": "Wind speed",
"displayNameEvent": "Wind speed changed",
"unit": "MeterPerSecond",
"type": "double",
"defaultValue": 0

View File

@ -1,6 +1,6 @@
{
"title": "Air Quality Index",
"tagline": "Get air quality index data from waqi.info.",
"tagline": "Get air quality index data.",
"icon": "aqi.png",
"stability": "consumer",
"offline": false,

View File

@ -1,6 +1,8 @@
include(../plugins.pri)
QT *= network
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationpluginavahimonitor)
SOURCES += \
integrationpluginavahimonitor.cpp

View File

@ -1,33 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationpluginavahimonitor.h"
#include <platform/platformzeroconfcontroller.h>
#include <integrations/thing.h>
#include "integrations/thing.h"
#include "plugininfo.h"
#include "platform/platformzeroconfcontroller.h"
#include "network/zeroconf/zeroconfservicebrowser.h"
#include <QDebug>
#include <QStringList>

View File

@ -1,38 +1,42 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINAVAHIMONITOR_H
#define INTEGRATIONPLUGINAVAHIMONITOR_H
#include <integrations/integrationplugin.h>
#include <network/zeroconf/zeroconfservicebrowser.h>
#include <network/zeroconf/zeroconfserviceentry.h>
#include "integrations/integrationplugin.h"
#include "network/zeroconf/zeroconfservicebrowser.h"
#include "network/zeroconf/zeroconfserviceentry.h"
#include <QProcess>
#include "extern-plugininfo.h"
class IntegrationPluginAvahiMonitor : public IntegrationPlugin
{
Q_OBJECT
@ -52,7 +56,6 @@ private slots:
private:
ZeroConfServiceBrowser *m_serviceBrowser = nullptr;
};
#endif // INTEGRATIONPLUGINAVAHIMONITOR_H

View File

@ -1,6 +1,6 @@
{
"title": "Avahi",
"tagline": "Discover devices in your network by monitoring mDNS.",
"tagline": "Discover Avahi devices in your network.",
"icon": "avahi.svg",
"stability": "community",
"offline": true,

View File

@ -16,8 +16,6 @@ In the following chart you can see an example of the market prices from -12 hour
* +100 % current price equals highest price in the interval [-12h `<` now `<` + 12h]
![aWATTar graph](https://raw.githubusercontent.com/guh/nymea-plugins/master/awattar/docs/images/awattar-graph.png "aWATTar graph")
Additionally, the plugin holds a rank for the current slot. 0 Indicates the cheapest slot of the interval [-12h `<` now `<` + 12h].
## Requirements

View File

@ -1,6 +1,8 @@
include(../plugins.pri)
QT *= network
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationpluginawattar)
SOURCES += \
integrationpluginawattar.cpp

View File

@ -1,33 +1,38 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationpluginawattar.h"
#include "integrations/thing.h"
#include "plugininfo.h"
#include <integrations/thing.h>
#include <hardwaremanager.h>
#include <network/networkaccessmanager.h>
#include "hardwaremanager.h"
#include "network/networkaccessmanager.h"
#include <QDateTime>
#include <QJsonDocument>
@ -68,6 +73,7 @@ void IntegrationPluginAwattar::setupThing(ThingSetupInfo *info)
{
qCDebug(dcAwattar) << "Setup thing" << info->thing()->name() << info->thing()->params();
if (!m_pluginTimer) {
m_pluginTimer = hardwareManager()->pluginTimerManager()->registerTimer(60 * 60);
connect(m_pluginTimer, &PluginTimer::timeout, this, &IntegrationPluginAwattar::onPluginTimer);
@ -147,31 +153,25 @@ void IntegrationPluginAwattar::processPriceData(Thing *thing, const QVariantMap
int deviation = 0;
double maxPrice = -1000;
double minPrice = 1000;
QList<double> prices;
for (int i = 0; i < dataElements.count(); i++) {
QVariant element = dataElements.at(i);
foreach (QVariant element, dataElements) {
QVariantMap elementMap = element.toMap();
QDateTime startTime = QDateTime::fromMSecsSinceEpoch(elementMap.value("start_timestamp").toLongLong());
QDateTime endTime = QDateTime::fromMSecsSinceEpoch(elementMap.value("end_timestamp").toLongLong());
double price = elementMap.value("marketprice").toDouble();
// check interval [-12h < x < + 12h]
if (startTime >= currentTime.addSecs(-3600 * 12) && endTime <= currentTime.addSecs(3600 * 12)) {
if ((startTime >= currentTime.addSecs(-3600 * 12) && endTime <= currentTime ) ||
(endTime <= currentTime.addSecs(3600 * 12) && startTime >= currentTime )) {
sum += price;
count++;
prices.append(price);
qCDebug(dcAwattar()) << "Adding price" << startTime.toString() << price;
if (price > maxPrice)
maxPrice = price;
if (price < minPrice)
minPrice = price;
} else {
qCDebug(dcAwattar()) << "Not adding price" << startTime.toString() << price;
}
if (currentTime >= startTime && currentTime <= endTime) {
currentPrice = price;
sum += price;
@ -184,11 +184,10 @@ void IntegrationPluginAwattar::processPriceData(Thing *thing, const QVariantMap
minPrice = price;
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());
}
}
// calculate averagePrice and mean deviation
averagePrice = sum / count;
@ -202,14 +201,5 @@ void IntegrationPluginAwattar::processPriceData(Thing *thing, const QVariantMap
thing->setStateValue(m_lowestPriceStateTypeIds.value(thing->thingClassId()), minPrice / 10.0);
thing->setStateValue(m_highestPriceStateTypeIds.value(thing->thingClassId()), maxPrice / 10.0);
thing->setStateValue(m_averageDeviationStateTypeIds.value(thing->thingClassId()), deviation);
qCDebug(dcAwattar()) << "AVG:" << averagePrice << "Min:" << minPrice << "Max:" << maxPrice << "Curr:" << currentPrice;
std::sort(prices.begin(), prices.end());
int rank = prices.indexOf(currentPrice);
if (rank < 0) {
rank = 100;
}
thing->setStateValue("rank", rank);
}

View File

@ -1,32 +1,38 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINAWATTAR_H
#define INTEGRATIONPLUGINAWATTAR_H
#include <integrations/integrationplugin.h>
#include <plugintimer.h>
#include "integrations/integrationplugin.h"
#include "plugintimer.h"
#include <QHash>
#include <QDebug>

View File

@ -79,15 +79,6 @@
"type": "double",
"unit": "EuroCentPerKiloWattHour",
"defaultValue": 0
},
{
"id": "8af49ba8-0aba-4f09-ab11-533dcd19e873",
"name": "rank",
"displayName": "Current rank (lower is better)",
"type": "uint",
"minValue": 0,
"maxValue": 100,
"defaultValue": 100
}
]
},
@ -162,15 +153,6 @@
"type": "double",
"unit": "EuroCentPerKiloWattHour",
"defaultValue": 0
},
{
"id": "f3a2a46f-e281-4f60-9d27-345264b67f9a",
"name": "rank",
"displayName": "Current rank (lower is better)",
"type": "uint",
"minValue": 0,
"maxValue": 100,
"defaultValue": 100
}
]
}

View File

@ -1,20 +0,0 @@
# Bimmer connected
This plugin allows to set up BMW cars with the BMW connect feature to nymea.
It is based on the bimmer_connected community project at
https://github.com/bimmerconnected/bimmer_connected
It connects to the BMW connect cloud using the login from the BMW connect app.
## Supported things
All BMW cars supporting the BMW Connect app should be working.
## Requirements
* The car needs to support BMW connect
* The car needs to be connected to the BMW connect cloud using the official app.
## More
This plugin is not affiliated with or endorsed by BMW in any way.

View File

@ -1,5 +0,0 @@
TEMPLATE = aux
OTHER_FILES = integrationpluginbimmerconnected.json \
integrationpluginbimmerconnected.py

View File

@ -1,86 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg2"
version="1.1"
viewBox="0 0 90.857143 90.857143"
height="600"
width="600">
<metadata
id="metadata27">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs25" />
<!-- Generator: Sketch 62 (91390) - https://sketch.com -->
<desc
id="desc6">Created with Sketch.</desc>
<g
style="fill:none;fill-rule:evenodd;stroke:none;stroke-width:1"
transform="scale(1.7142857,1.7142857)"
id="BMW-logo-grey-fallback-53px">
<g
id="BMW-logo">
<g
id="BMW-logo-fallback">
<g
id="BMW_Grey-Colour_RGB-2">
<g
style="fill-rule:nonzero"
id="BMW_Grey-Colour_RGB">
<g
id="g3375">
<g
transform="translate(45.933338,1.7666669)"
id="g3381">
<g
style="fill:none;fill-rule:nonzero;stroke:none;stroke-width:1"
id="g3355"
transform="translate(-45.93334,-1.7666667)">
<path
id="path21"
style="fill:#0166b1"
d="m 42.203702,26.5 c 0,8.678608 -7.025096,15.703704 -15.703702,15.703704 L 26.5,26.5 l 15.703702,0 z M 26.5,10.796296 26.5,26.5 l -15.703702,0 c 0,-8.678608 7.025095,-15.703704 15.703702,-15.703704 z" />
</g>
<path
id="path21-3"
style="fill:#ffffff;fill-rule:nonzero;stroke:none;stroke-width:1"
d="m -19.433337,9.0296313 c 8.678608,0 15.7037024,7.0250957 15.7037024,15.7037027 l -15.7037024,0 0,-15.7037027 z m -15.703705,15.7037027 15.703705,0 0,15.703702 c -8.678609,0 -15.703705,-7.025095 -15.703705,-15.703702 z" />
</g>
</g>
<g
id="g3393">
<path
d="m 26.500003,10.796296 0,0.86101 0,0 c 8.183489,0 14.842692,6.657648 14.842692,14.842694 l 0.86101,0 c 0,-8.672381 -7.031321,-15.703704 -15.703702,-15.703704 l 0,0 m 0,30.546398 c -8.183489,0 -14.842694,-6.657648 -14.842694,-14.842694 l -0.86101,0 c 0,8.672381 7.031323,15.703704 15.703704,15.703704 m 0,-42.20370381527006 C 11.864861,1.8472994e-7 1.0347299e-6,11.864858 1.0347299e-6,26.5 1.0347299e-6,41.135142 11.864861,53 26.500003,53 41.135143,53 52.999999,41.135142 52.999999,26.5 52.999999,11.864858 41.135143,1.8472994e-7 26.500003,1.8472994e-7 l 0,0 z M 51.276752,26.5 c 0,13.683149 -11.092044,24.776752 -24.776749,24.776752 -13.684707,0 -24.776754,-11.093603 -24.776754,-24.776752 0,-13.683149 11.093605,-24.7767519 24.776754,-24.7767519 13.683147,0 24.776749,11.0936029 24.776749,24.7767519 z"
style="fill:#6f6f6f"
id="path14" />
</g>
<g
id="g3386">
<g
id="Group"
transform="translate(7.197531,3.271605)"
style="fill:#6f6f6f">
<path
d="M 7.977835,10.444257 C 8.824653,9.5584432 9.3041014,8.5350421 8.4572835,7.5580186 7.9965148,7.0277669 7.2228594,6.9118227 6.5815193,7.1730837 l -0.063823,0.024735 0.020237,-0.055653 C 6.6328888,6.8901798 6.6935982,6.0862997 6.0040019,5.5313132 5.6677653,5.2607767 5.245913,5.1602917 4.8193907,5.2035775 4.0239421,5.2839655 3.4121784,5.8234927 1.7465621,7.6677791 1.2437639,8.2243115 0.51213809,9.1023959 0.07316258,9.6712956 c 0,0 4.57499652,4.3100334 4.57499652,4.3100334 1.5161778,-1.666505 2.1341682,-2.28642 3.3296759,-3.537072 z M 2.0080795,9.3899376 C 2.9296167,8.2706892 3.90875,7.2550176 4.3523955,6.8530776 4.492494,6.7263119 4.6450458,6.5995462 4.8302872,6.5500766 5.1307208,6.4681427 5.4404943,6.6799342 5.5105436,6.986027 5.5805929,7.2936657 5.3860115,7.5858452 5.1696371,7.8270092 4.6824054,8.3727201 2.8953704,10.229374 2.8953704,10.229374 c 0,0 -0.8872909,-0.8394364 -0.8872909,-0.8394364 z m 1.791705,1.6881484 c 0,0 1.7403355,-1.8272815 2.308513,-2.4116405 C 6.3340119,8.4345571 6.4787804,8.293878 6.6344454,8.2181278 6.8352534,8.1207346 7.0547411,8.1006376 7.2508791,8.2304952 7.4439038,8.3588068 7.5326329,8.5798738 7.4843767,8.7993949 7.4267807,9.0606559 7.2119629,9.3095496 7.0345047,9.4996981 6.7947805,9.7547755 4.7306616,11.948441 4.7275483,11.951532 L 3.7997845,11.078086 Z m 16.0257195,-5.7740235 1.464808,-3.2588061 0.0934,-0.2890876 -0.02646,0.301455 0.154109,4.3548657 c 0.513694,0.047924 1.044512,0.1190361 1.567547,0.2056078 L 22.840736,0.16850563 C 22.10911,0.08811762 21.380598,0.03091846 20.652085,0 L 19.20907,3.5571693 19.157701,3.8215222 19.106331,3.5571693 17.664873,0 C 16.93636,0.03091846 16.207847,0.08811762 15.476222,0.16850563 L 15.238054,6.6180973 c 0.523035,-0.086572 1.053853,-0.1561383 1.567547,-0.2056078 l 0.154109,-4.3548657 -0.02646,-0.301455 0.0934,0.2890876 1.464808,3.2588061 1.33405,0 z m 12.165225,6.7417715 c 0.359587,0.383389 0.877951,1.001758 1.169045,1.377417 l 5.361105,-3.379388 C 38.253135,9.6960304 37.826613,9.1673246 37.5075,8.7947572 l -3.395056,2.2292208 -0.231941,0.197879 0.172788,-0.25044 L 35.552346,8.0001526 34.492267,6.9473789 31.498828,8.436103 31.24665,8.6077004 31.447458,8.3773579 33.693705,5.0072453 C 33.298316,4.6733259 32.918493,4.3672331 32.434375,3.9962115 l -3.402839,5.3195218 c 0.431192,0.3292816 0.99937,0.8131557 1.36207,1.1424377 L 33.597193,8.8071245 33.802671,8.65717 33.651676,8.8612318 31.990729,12.045834 Z"
id="B_x5F_22d_61_" />
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -1,129 +0,0 @@
{
"name": "bimmerconnected",
"displayName": "Bimmer Connected",
"id": "d65df364-575c-40eb-9d02-0b5f194b6c03",
"vendors": [
{
"name": "bmw",
"displayName": "BMW",
"id": "564d4beb-f760-41dd-80fa-bd91258aeaa3",
"thingClasses": [
{
"id": "c90b36b2-2de4-4638-b60e-ef929d2738d6",
"name": "account",
"displayName": "BMW account",
"createMethods": [
"User"
],
"interfaces": [
"account"
],
"setupMethod": "userandpassword",
"paramTypes": [
{
"id": "863913c1-a835-4789-b06c-aa0819571395",
"name": "region",
"displayName": "Region",
"type": "QString",
"defaultValue": "Rest of world",
"allowedValues": ["Rest of world", "North America", "China"]
}
],
"stateTypes": [
{
"id": "e8f47781-e3fd-416f-a9ac-51ef942d0573",
"name": "connected",
"displayName": "Connected",
"displayNameEvent": "Connected/disconnected",
"type": "bool",
"defaultValue": false,
"cached": false
},
{
"id": "d3abc53e-8590-4e72-af5f-f7a27cb441e7",
"name": "loggedIn",
"displayName": "Logged in",
"displayNameEvent": "Logged in or out",
"type": "bool",
"defaultValue": false
}
],
"actionTypes": []
},
{
"id": "b7230349-97ff-4768-b929-40ab44b328b4",
"name": "vehicle",
"displayName": "Bimmer",
"createMethods": [
"auto"
],
"interfaces": [
"electricvehicle"
],
"browsable": true,
"paramTypes": [
{
"id": "ea198b04-0576-4ecb-9933-9f8ec640b16a",
"name": "vin",
"displayName": "VIN",
"type": "QString"
}
],
"stateTypes": [
{
"id": "79a8f4cb-a359-4c78-8d0f-c4ef70fc0db8",
"name": "capacity",
"displayName": "Capacity",
"displayNameEvent": "Capacity changed",
"displayNameAction": "Set capacity",
"type": "double",
"unit": "KiloWattHour",
"defaultValue": 50,
"writable": true
},
{
"id": "b70b2a73-4304-46ba-85ce-4ecdc68f241f",
"name": "batteryLevel",
"displayName": "Battery level",
"displayNameEvent": "Battery level changed",
"type": "int",
"minValue": 0,
"maxValue": 100,
"unit": "Percentage",
"defaultValue": "50"
},
{
"id": "95c48726-cd0c-4301-8298-1ac2c41e13db",
"name": "batteryCritical",
"displayName": "Battery critical",
"displayNameEvent": "Battery critical changed",
"type": "bool",
"defaultValue": false
},
{
"id": "8a4f89f3-fdb1-4b7b-8d17-1ff813e3800c",
"name": "pluggedIn",
"displayName": "Plugged in",
"displayNameEvent": "Plugged/unplugged",
"type": "bool",
"defaultValue": false
},
{
"id": "fa05b774-13f1-432f-a8c5-5ffc18bafc6d",
"name": "chargingState",
"displayName": "Charging state",
"displayNameEvent": "Charging state",
"type": "QString",
"possibleValues": [
"idle",
"charging",
"discharging"
],
"defaultValue": "idle"
}
]
}
]
}
]
}

View File

@ -1,204 +0,0 @@
# 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
from bimmer_connected.account import ConnectedDriveAccount
from bimmer_connected.country_selector import Regions
from bimmer_connected.vehicle_status import ChargingState
accountsMap = {}
pollTimer = None
regions = {
"Rest of world": Regions.REST_OF_WORLD,
"North America": Regions.NORTH_AMERICA,
"China": Regions.CHINA,
}
def findByParam(cls, param, value):
for thing in myThings():
if thing.thingClassId == cls and thing.paramValue(param) == value:
return thing
def init():
logger.log("Initializing Bimmerconnected plugin")
def startPairing(info):
info.finish(nymea.ThingErrorNoError)
def confirmPairing(info, username, secret):
try:
region = regions[info.paramValue(accountThingRegionParamTypeId)]
account = ConnectedDriveAccount(username, secret, region)
account.update_vehicle_states()
info.finish(nymea.ThingErrorNoError)
pluginStorage().beginGroup(info.thingId)
pluginStorage().setValue("username", username)
pluginStorage().setValue("password", secret)
pluginStorage().endGroup()
del account
except Exception as e:
logger.warn(f"Error setting up BMW account: {str(e)}")
info.finish(nymea.ThingErrorAuthenticationFailure)
def setupThing(info):
# Setup for the account
if info.thing.thingClassId == accountThingClassId:
logger.log("SetupThing for account:", info.thing.name)
region = regions[info.thing.paramValue(accountThingRegionParamTypeId)]
pluginStorage().beginGroup(info.thing.id)
username = pluginStorage().value("username")
password = pluginStorage().value("password")
pluginStorage().endGroup()
try:
account = ConnectedDriveAccount(username, password, region)
account.update_vehicle_states()
accountsMap[info.thing.id] = account
except Exception as e:
# Login error
logger.warn(f"Error setting up BMW account: {str(e)}")
info.finish(nymea.ThingErrorAuthenticationFailure, str(e))
return
# Mark the account as logged-in and connected
info.thing.setStateValue(accountLoggedInStateTypeId, True)
info.thing.setStateValue(accountConnectedStateTypeId, True)
# Login went well, finish the setup
info.finish(nymea.ThingErrorNoError)
logger.log(
f"Found {len(account.vehicles)} vehicles: {', '.join([v.name for v in account.vehicles])}"
)
thingDescriptors = []
for vehicle in account.vehicles:
if any(
thing.thingClassId == vehicleThingClassId
and thing.paramValue(vehicleThingVinParamTypeId) == vehicle.vin
for thing in myThings()
):
continue
if not vehicle.has_hv_battery:
logger.log(
f"Ignoring combustion vehicle {vehicle.name} ({vehicle.vin[-7:]})"
)
continue
logger.log(
f"Adding new vehicle {vehicle.name} ({vehicle.vin[-7:]}) to the system with parent {info.thing.id}"
)
thingDescriptor = nymea.ThingDescriptor(
vehicleThingClassId,
"BMW {} ({})".format(vehicle.name, vehicle.vin[-7:]),
parentId=info.thing.id,
)
thingDescriptor.params = [
nymea.Param(vehicleThingVinParamTypeId, vehicle.vin)
]
thingDescriptors.append(thingDescriptor)
autoThingsAppeared(thingDescriptors)
# If no poll timer is set up yet, start it now
logger.log("Creating polltimer @ setupThing")
global pollTimer
if pollTimer is None:
pollTimer = nymea.PluginTimer(60 * 5, pollService)
logger.log("timer interval @ setupThing", pollTimer.interval)
# Setup for the vehicles
if info.thing.thingClassId == vehicleThingClassId:
info.finish(nymea.ThingErrorNoError)
def postSetupThing(thing):
if thing.thingClassId == accountThingClassId:
pollService()
def pollService():
logger.log("Polling BMW Connect")
for thing in myThings():
if thing.thingClassId != accountThingClassId:
continue
account = accountsMap[thing.id]
try:
account.update_vehicle_states()
except:
logger.warn(f"Error refreshing vehicle states for account {thing.name}")
for vehicle in account.vehicles:
logger.log(f"Updating vehicle with VIN {vehicle.vin}")
thing = findByParam(
vehicleThingClassId, vehicleThingVinParamTypeId, vehicle.vin
)
thing.setStateValue(
vehicleBatteryLevelStateTypeId,
vehicle.status.charging_level_hv,
)
thing.setStateValue(
vehiclePluggedInStateTypeId,
vehicle.status.connection_status == "CONNECTED",
)
thing.setStateValue(
vehicleChargingStateStateTypeId,
"charging"
if vehicle.status.charging_status == ChargingState.CHARGING
else "idle",
)
def executeAction(info):
if info.actionTypeId == vehicleCapacityActionTypeId:
info.thing.setStateValue(
vehicleCapacityStateTypeId,
info.paramValue(vehicleCapacityActionCapacityParamTypeId),
)
info.finish(nymea.ThingErrorNoError)
else:
logger.error(f"Unhandled action: {info.action.id}")
def thingRemoved(thing):
global pollTimer
if thing.thingClassId == accountThingClassId:
del accountsMap[thing.id]
if len(myThings()) == 0 and pollTimer is not None:
pollTimer = None

View File

@ -1,13 +0,0 @@
{
"title": "Bimmerconnected",
"tagline": "Get BMW vehicle status.",
"icon": "bmw.svg",
"stability": "community",
"offline": false,
"technologies": [
"network"
],
"categories": [
"appliance"
]
}

View File

@ -1,181 +0,0 @@
bimmer-connected==0.8.12 \
--hash=sha256:57f2817a4d4ca125a1b40ed90205515d8e9cf98f18cadd0f8972aedbed2fee51 \
--hash=sha256:feb05a4cb900db7185f2adeefeb0217f73eb4091b90a6c32db1621bb742cbac0 \
--hash=sha256:203419529e82a03d59953624dd5a3610422dd3a6b70fd1a94cd6eadf445f1648
pycryptodome==3.14.1 \
--hash=sha256:028dcbf62d128b4335b61c9fbb7dd8c376594db607ef36d5721ee659719935d5 \
--hash=sha256:12ef157eb1e01a157ca43eda275fa68f8db0dd2792bc4fe00479ab8f0e6ae075 \
--hash=sha256:2562de213960693b6d657098505fd4493c45f3429304da67efcbeb61f0edfe89 \
--hash=sha256:27e92c1293afcb8d2639baf7eb43f4baada86e4de0f1fb22312bfc989b95dae2 \
--hash=sha256:36e3242c4792e54ed906c53f5d840712793dc68b726ec6baefd8d978c5282d30 \
--hash=sha256:50a5346af703330944bea503106cd50c9c2212174cfcb9939db4deb5305a8367 \
--hash=sha256:53dedbd2a6a0b02924718b520a723e88bcf22e37076191eb9b91b79934fb2192 \
--hash=sha256:69f05aaa90c99ac2f2af72d8d7f185f729721ad7c4be89e9e3d0ab101b0ee875 \
--hash=sha256:75a3a364fee153e77ed889c957f6f94ec6d234b82e7195b117180dcc9fc16f96 \
--hash=sha256:766a8e9832128c70012e0c2b263049506cbf334fb21ff7224e2704102b6ef59e \
--hash=sha256:7fb90a5000cc9c9ff34b4d99f7f039e9c3477700e309ff234eafca7b7471afc0 \
--hash=sha256:893f32210de74b9f8ac869ed66c97d04e7d351182d6d39ebd3b36d3db8bda65d \
--hash=sha256:8b5c28058102e2974b9868d72ae5144128485d466ba8739abd674b77971454cc \
--hash=sha256:924b6aad5386fb54f2645f22658cb0398b1f25bc1e714a6d1522c75d527deaa5 \
--hash=sha256:9924248d6920b59c260adcae3ee231cd5af404ac706ad30aa4cd87051bf09c50 \
--hash=sha256:9ec761a35dbac4a99dcbc5cd557e6e57432ddf3e17af8c3c86b44af9da0189c0 \
--hash=sha256:a36ab51674b014ba03da7f98b675fcb8eabd709a2d8e18219f784aba2db73b72 \
--hash=sha256:aae395f79fa549fb1f6e3dc85cf277f0351e15a22e6547250056c7f0c990d6a5 \
--hash=sha256:c880a98376939165b7dc504559f60abe234b99e294523a273847f9e7756f4132 \
--hash=sha256:ce7a875694cd6ccd8682017a7c06c6483600f151d8916f2b25cf7a439e600263 \
--hash=sha256:d1b7739b68a032ad14c5e51f7e4e1a5f92f3628bba024a2bda1f30c481fc85d8 \
--hash=sha256:dcd65355acba9a1d0fc9b923875da35ed50506e339b35436277703d7ace3e222 \
--hash=sha256:e04e40a7f8c1669195536a37979dd87da2c32dbdc73d6fe35f0077b0c17c803b \
--hash=sha256:e0c04c41e9ade19fbc0eff6aacea40b831bfcb2c91c266137bcdfd0d7b2f33ba \
--hash=sha256:e24d4ec4b029611359566c52f31af45c5aecde7ef90bf8f31620fd44c438efe7 \
--hash=sha256:e64738207a02a83590df35f59d708bf1e7ea0d6adce712a777be2967e5f7043c \
--hash=sha256:ea56a35fd0d13121417d39a83f291017551fa2c62d6daa6b04af6ece7ed30d84 \
--hash=sha256:f2772af1c3ef8025c85335f8b828d0193fa1e43256621f613280e2c81bfad423 \
--hash=sha256:f403a3e297a59d94121cb3ee4b1cf41f844332940a62d71f9e4a009cc3533493 \
--hash=sha256:f572a3ff7b6029dd9b904d6be4e0ce9e309dcb847b03e3ac8698d9d23bb36525 \
--hash=sha256:156dc60410399197995fae7712143a8accd33e21f0521fd53f33bfadf90acb85
requests==2.27.1 \
--hash=sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61 \
--hash=sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d \
--hash=sha256:1a44eef7d80448faea8129b00b15cd00bf8e5cfd96de807e86d4a37b01364b25
PyJWT==2.4.0 \
--hash=sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf \
--hash=sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba
urllib3==1.26.9 \
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
charset-normalizer==2.0.12 \
--hash=sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597 \
--hash=sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df
idna==3.3 \
--hash=sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff \
--hash=sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
certifi==2022.12.7 \
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
setuptools==65.5.1 \
--hash=sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31 \
--hash=sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f
launchpadlib==1.10.16 \
--hash=sha256:0df4b13936f988afd0ee485f40fa6922eab783b48c38ca0108cb73c8788fca80 \
--hash=sha256:aa43b9bfbd786d0653ddafcf6178578eeb8a6ba19fce0fee885ed832795745b5
lazr.restfulclient==0.14.4 \
--hash=sha256:bf0fd6b2749b3a2d02711f854c9d23704756f7afed21fb5d5b9809d72aa6d087 \
--hash=sha256:ad207c985d4544b522aeab0ebabfd9345a9a767d2e111ff69117a3c64fcc415d
lazr.uri==1.0.6 \
--hash=sha256:5026853fcbf6f91d5a6b11ea7860a641fe27b36d4172c731f4aa16b900cf8464 \
--hash=sha256:55281b3890c297a89df3dc94d388cbd0ef6750bf1642024d208ee3c71ac8766b
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
keyring==23.5.0 \
--hash=sha256:9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9 \
--hash=sha256:b0d28928ac3ec8e42ef4cc227822647a19f1d544f21f96457965dc01cf555261
SecretStorage==3.3.2 \
--hash=sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f \
--hash=sha256:755dc845b6ad76dcbcbc07ea3da75ae54bb1ea529eb72d15f83d26499a5df319
jeepney==0.8.0 \
--hash=sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 \
--hash=sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755
importlib-metadata==4.11.3 \
--hash=sha256:1208431ca90a8cca1a6b8af391bb53c1a2db74e5d1cef6ddced95d4b2062edc6 \
--hash=sha256:ea4c597ebf37142f827b8f39299579e31685c31d3a438b59f469406afd0f2539
zipp==3.8.0 \
--hash=sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad \
--hash=sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099
httplib2==0.20.4 \
--hash=sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585 \
--hash=sha256:8b6a905cb1c79eefd03f8669fd993c36dc341f7c558f056cb5a33b5c2f458543
pyparsing==3.0.8 \
--hash=sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954 \
--hash=sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06
distro==1.7.0 \
--hash=sha256:151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39 \
--hash=sha256:d596311d707e692c2160c37807f83e3820c5d539d5a83e87cfb6babd8ba3a06b
oauthlib==3.2.2 \
--hash=sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca \
--hash=sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918
wadllib==1.3.6 \
--hash=sha256:acd9ad6a2c1007d34ca208e1da6341bbca1804c0e6850f954db04bdd7666c5fc \
--hash=sha256:919acbaa442f35c0f82a86b5af2411595ba72f9c9099d203f965a1d7ecf89447
cryptography==39.0.1 \
--hash=sha256:0f8da300b5c8af9f98111ffd512910bc792b4c77392a9523624680f7956a99d4 \
--hash=sha256:35f7c7d015d474f4011e859e93e789c87d21f6f4880ebdc29896a60403328f1f \
--hash=sha256:5aa67414fcdfa22cf052e640cb5ddc461924a045cacf325cd164e65312d99502 \
--hash=sha256:5d2d8b87a490bfcd407ed9d49093793d0f75198a35e6eb1a923ce1ee86c62b41 \
--hash=sha256:6687ef6d0a6497e2b58e7c5b852b53f62142cfa7cd1555795758934da363a965 \
--hash=sha256:6f8ba7f0328b79f08bdacc3e4e66fb4d7aab0c3584e0bd41328dce5262e26b2e \
--hash=sha256:706843b48f9a3f9b9911979761c91541e3d90db1ca905fd63fee540a217698bc \
--hash=sha256:807ce09d4434881ca3a7594733669bd834f5b2c6d5c7e36f8c00f691887042ad \
--hash=sha256:83e17b26de248c33f3acffb922748151d71827d6021d98c70e6c1a25ddd78505 \
--hash=sha256:96f1157a7c08b5b189b16b47bc9db2332269d6680a196341bf30046330d15388 \
--hash=sha256:aec5a6c9864be7df2240c382740fcf3b96928c46604eaa7f3091f58b878c0bb6 \
--hash=sha256:b0afd054cd42f3d213bf82c629efb1ee5f22eba35bf0eec88ea9ea7304f511a2 \
--hash=sha256:ced4e447ae29ca194449a3f1ce132ded8fcab06971ef5f618605aacaa612beac \
--hash=sha256:d1f6198ee6d9148405e49887803907fe8962a23e6c6f83ea7d98f1c0de375695 \
--hash=sha256:e124352fd3db36a9d4a21c1aa27fd5d051e621845cb87fb851c08f4f75ce8be6 \
--hash=sha256:e422abdec8b5fa8462aa016786680720d78bdce7a30c652b7fadf83a4ba35336 \
--hash=sha256:ef8b72fa70b348724ff1218267e7f7375b8de4e8194d1636ee60510aae104cd0 \
--hash=sha256:f0c64d1bd842ca2633e74a1a28033d139368ad959872533b1bab8c80e8240a0c \
--hash=sha256:f24077a3b5298a5a06a8e0536e3ea9ec60e4c7ac486755e5fb6e6ea9b3500106 \
--hash=sha256:fdd188c8a6ef8769f148f88f859884507b954cc64db6b52f66ef199bb9ad660a \
--hash=sha256:fe913f20024eb2cb2f323e42a64bdf2911bb9738a15dba7d3cce48151034e3a8 \
--hash=sha256:ad7d599ce67b51e286c613ad26c751aa52463d7214db8a4eccefa310eb9db10f
cffi==1.15.0 \
--hash=sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3 \
--hash=sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2 \
--hash=sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636 \
--hash=sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20 \
--hash=sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728 \
--hash=sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27 \
--hash=sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66 \
--hash=sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443 \
--hash=sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0 \
--hash=sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7 \
--hash=sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39 \
--hash=sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605 \
--hash=sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a \
--hash=sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37 \
--hash=sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029 \
--hash=sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139 \
--hash=sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc \
--hash=sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df \
--hash=sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14 \
--hash=sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880 \
--hash=sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2 \
--hash=sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a \
--hash=sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e \
--hash=sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474 \
--hash=sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024 \
--hash=sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8 \
--hash=sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0 \
--hash=sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e \
--hash=sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a \
--hash=sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e \
--hash=sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032 \
--hash=sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6 \
--hash=sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e \
--hash=sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b \
--hash=sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e \
--hash=sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954 \
--hash=sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962 \
--hash=sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c \
--hash=sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4 \
--hash=sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55 \
--hash=sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962 \
--hash=sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023 \
--hash=sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c \
--hash=sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6 \
--hash=sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8 \
--hash=sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382 \
--hash=sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7 \
--hash=sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc \
--hash=sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997 \
--hash=sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796 \
--hash=sha256:2b4d29d69a6c852eb902b54f0a140f98ef20cb1fde000923e8f9aafd07fa7e70
pycparser==2.21 \
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
typing-extensions==4.4.0 \
--hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \
--hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "bluos.h"
#include "extern-plugininfo.h"
@ -32,9 +38,9 @@
BluOS::BluOS(NetworkAccessManager *networkmanager, QHostAddress hostAddress, int port, QObject *parent) :
QObject(parent),
m_networkManager(networkmanager),
m_hostAddress(hostAddress),
m_port(port)
m_port(port),
m_networkManager(networkmanager)
{
}
@ -115,7 +121,7 @@ QUuid BluOS::setVolume(uint volume)
int volume = 0;
bool mute = false;
if (xml.readNextStartElement()) {
if (xml.name() == QString("volume")) {
if (xml.name() == "volume") {
if(xml.attributes().hasAttribute("mute")) {
mute = xml.attributes().value("mute").toInt();
}
@ -271,7 +277,7 @@ QUuid BluOS::setRepeat(RepeatMode repeatMode)
return;
}
if (xml.readNextStartElement()) {
if (xml.name() == QString("playlist")) {
if (xml.name() == "playlist") {
if (xml.attributes().hasAttribute("repeat")) {
RepeatMode mode = RepeatMode(xml.attributes().value("repeat").toInt());
emit repeatModeReceived(mode);
@ -317,9 +323,9 @@ QUuid BluOS::listPresets()
}
QList<Preset> presetList;
if (xml.readNextStartElement()) {
if (xml.name() == QString("presets")) {
if (xml.name() == "presets") {
while(xml.readNextStartElement()){
if(xml.name() == QString("preset")){
if(xml.name() == "preset"){
Preset preset;
if (xml.attributes().hasAttribute("id")) {
preset.Id = xml.attributes().value("id").toInt();
@ -411,9 +417,9 @@ QUuid BluOS::getSources()
}
QList<Source> sourceList;
if (xml.readNextStartElement()) {
if (xml.name() == QString("browse")) {
if (xml.name() == "browse") {
while(xml.readNextStartElement()){
if(xml.name() == QString("item")){
if(xml.name() == "item"){
Source source;
if (xml.attributes().hasAttribute("text")) {
source.Text = xml.attributes().value("text").toString();
@ -477,9 +483,9 @@ QUuid BluOS::browseSource(const QString &key)
}
QList<Source> sourceList;
if (xml.readNextStartElement()) {
if (xml.name() == QString("browse")) {
if (xml.name() == "browse") {
while(xml.readNextStartElement()){
if(xml.name() == QString("item")){
if(xml.name() == "item"){
Source source;
if (xml.attributes().hasAttribute("text")) {
source.Text = xml.attributes().value("text").toString();
@ -642,23 +648,23 @@ bool BluOS::parseState(const QByteArray &state)
StatusResponse statusResponse;
if (xml.readNextStartElement()) {
if (xml.name() == QString("status")) {
if (xml.name() == "status") {
while(xml.readNextStartElement()){
if(xml.name() == QString("artist")){
if(xml.name() == "artist"){
statusResponse.Artist = xml.readElementText();
} else if(xml.name() == QString("album")){
} else if(xml.name() == "album"){
statusResponse.Album = xml.readElementText();
} else if(xml.name() == QString("name")){
} else if(xml.name() == "name"){
statusResponse.Name = xml.readElementText();
} else if(xml.name() == QString("service")){
} else if(xml.name() == "service"){
statusResponse.Service = xml.readElementText();
} else if(xml.name() == QString("serviceIcon")){
} else if(xml.name() == "serviceIcon"){
statusResponse.ServiceIcon = xml.readElementText();
} else if(xml.name() == QString("shuffle")){
} else if(xml.name() == "shuffle"){
statusResponse.Shuffle = xml.readElementText().toInt();
} else if(xml.name() == QString("repeat")){
} else if(xml.name() == "repeat"){
statusResponse.Shuffle = xml.readElementText().toInt();
} else if(xml.name() == QString("state")){
} else if(xml.name() == "state"){
QString playback = xml.readElementText();
if (playback == "play") {
statusResponse.State = PlaybackState::Playing;
@ -674,15 +680,15 @@ bool BluOS::parseState(const QByteArray &state)
statusResponse.State = PlaybackState::Stopped;
qCWarning(dcBluOS()) << "State response, unhandled playback mode" << playback;
}
} else if(xml.name() == QString("volume")){
} else if(xml.name() == "volume"){
statusResponse.Volume = xml.readElementText().toInt();
} else if(xml.name() == QString("mute")){
} else if(xml.name() == "mute"){
statusResponse.Mute = xml.readElementText().toInt();
} else if(xml.name() == QString("image")) {
} else if(xml.name() == "image") {
statusResponse.Image = xml.readElementText();
} else if(xml.name() == QString("title1")) {
} else if(xml.name() == "title1") {
statusResponse.Title = xml.readElementText();
} else if(xml.name() == QString("group")) {
} else if(xml.name() == "group") {
statusResponse.Group = xml.readElementText();
} else {
xml.skipCurrentElement();

View File

@ -1,37 +1,43 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef BLUOS_H
#define BLUOS_H
#include <QUuid>
#include <QTimer>
#include <QObject>
#include <QTimer>
#include <QHostAddress>
#include <QUuid>
#include <integrations/thing.h>
#include <network/networkaccessmanager.h>
#include "network/networkaccessmanager.h"
#include "integrations/thing.h"
class BluOS : public QObject
{
@ -61,20 +67,20 @@ public:
};
struct StatusResponse {
QString Album;
QString Artist;
QString Name;
QString Title;
QString Service;
QUrl ServiceIcon;
PlaybackState State;
QUrl StationUrl;
int Volume;
bool Mute;
RepeatMode Repeat;
bool Shuffle;
QUrl Image;
QString Group;
QString Album;
QString Artist;
QString Name;
QString Title;
QString Service;
QUrl ServiceIcon;
PlaybackState State;
QUrl StationUrl;
int Volume;
bool Mute;
RepeatMode Repeat;
bool Shuffle;
QUrl Image;
QString Group;
};
struct Preset {
@ -92,7 +98,6 @@ public:
};
explicit BluOS(NetworkAccessManager *networkManager, QHostAddress hostAddress, int port, QObject *parent = nullptr);
int port();
QHostAddress hostAddress();
@ -125,24 +130,24 @@ public:
QUuid removeGroupPlayer(QHostAddress address, int port);
private:
NetworkAccessManager *m_networkManager = nullptr;
QHostAddress m_hostAddress;
int m_port;
NetworkAccessManager *m_networkManager = nullptr;
QUuid playBackControl(PlaybackCommand command);
bool parseState(const QByteArray &state);
signals:
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 shuffleStateReceived(bool state);
void repeatModeReceived(BluOS::RepeatMode mode);
void repeatModeReceived(RepeatMode mode);
void presetsReceived(const QUuid &requestId, const QList<BluOS::Preset> &presets);
void sourcesReceived(const QUuid &requestId, const QList<BluOS::Source> &sources);
void browseResultReceived(const QUuid &requestId, const QList<BluOS::Source> &sources);
void presetsReceived(QUuid requestId, const QList<Preset> &presets);
void sourcesReceived(QUuid requestId, const QList<Source> &sources);
void browseResultReceived(QUuid requestId, const QList<Source> &sources);
};
#endif // BLUOS_H

View File

@ -1,6 +1,6 @@
include(../plugins.pri)
QT *= network
QT += network
SOURCES += \
integrationpluginbluos.cpp \

View File

@ -1,33 +1,40 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationpluginbluos.h"
#include "plugininfo.h"
#include <integrations/thing.h>
#include <types/mediabrowseritem.h>
#include <types/browseritem.h>
#include "integrations/thing.h"
#include "network/networkaccessmanager.h"
#include "types/mediabrowseritem.h"
#include "types/browseritem.h"
#include <QDebug>
#include <QStringList>
@ -139,7 +146,7 @@ void IntegrationPluginBluOS::executeAction(ThingActionInfo *info)
return info->finish(Thing::ThingErrorHardwareFailure);
}
if (action.actionTypeId() == bluosPlayerPlaybackStatusActionTypeId) {
QString playbakStatus = action.param(bluosPlayerPlaybackStatusActionPlaybackStatusParamTypeId).value().toString();
QString playbakStatus = action.param(bluosPlayerPlaybackStatusEventPlaybackStatusParamTypeId).value().toString();
QUuid requestId;
if (playbakStatus == "Playing") {
requestId = bluos->play();
@ -151,42 +158,42 @@ void IntegrationPluginBluOS::executeAction(ThingActionInfo *info)
qCWarning(dcBluOS()) << "Unhandled Playback mode";
}
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) {
QUuid requestId = bluos->play();
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) {
QUuid requestId = bluos->pause();
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) {
QUuid requestId = bluos->stop();
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) {
QUuid requestId = bluos->skip();
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) {
QUuid requestId = bluos->back();
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) {
uint volume = action.param(bluosPlayerVolumeActionVolumeParamTypeId).value().toUInt();
QUuid requestId = bluos->setVolume(volume);
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) {
bool mute = action.param(bluosPlayerMuteActionMuteParamTypeId).value().toBool();
QUuid requestId = bluos->setMute(mute);
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) {
bool shuffle = action.param(bluosPlayerShuffleActionShuffleParamTypeId).value().toBool();
QUuid requestId = bluos->setShuffle(shuffle);
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) {
QString repeat = action.param(bluosPlayerRepeatActionRepeatParamTypeId).value().toString();
QUuid requestId;
@ -200,17 +207,17 @@ void IntegrationPluginBluOS::executeAction(ThingActionInfo *info)
qCWarning(dcBluOS()) << "Unhandled Repeat Mode";
}
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) {
uint step = action.param(bluosPlayerIncreaseVolumeActionStepParamTypeId).value().toUInt();
QUuid requestId = bluos->setVolume(qMin<uint>(100, thing->stateValue(bluosPlayerVolumeStateTypeId).toUInt() + step));
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) {
uint step = action.param(bluosPlayerDecreaseVolumeActionStepParamTypeId).value().toUInt();
QUuid requestId = bluos->setVolume(qMax<uint>(0, thing->stateValue(bluosPlayerVolumeStateTypeId).toUInt() - step));
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 {
qCWarning(dcBluOS()) << "Execute Action, unhandled action type id" << action.actionTypeId();
return info->finish(Thing::ThingErrorThingClassNotFound);
@ -407,7 +414,7 @@ void IntegrationPluginBluOS::onActionExecuted(QUuid requestId, bool success)
} else {
info->finish(Thing::ThingErrorHardwareFailure);
}
emit m_pluginTimer->timeout(); // get a status update
m_pluginTimer->timeout(); // get a status update
}
}

View File

@ -1,36 +1,42 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINBLUOS_H
#define INTEGRATIONPLUGINBLUOS_H
#include "bluos.h"
#include <integrations/integrationplugin.h>
#include <platform/platformzeroconfcontroller.h>
#include <network/zeroconf/zeroconfservicebrowser.h>
#include <plugintimer.h>
#include "integrations/integrationplugin.h"
#include "platform/platformzeroconfcontroller.h"
#include "network/zeroconf/zeroconfservicebrowser.h"
#include "plugintimer.h"
#include <QUdpSocket>
#include <QNetworkAccessManager>
@ -80,6 +86,5 @@ private slots:
void onPresetsReceived(QUuid requestId, const QList<BluOS::Preset> &presets);
void onSourcesReceived(QUuid requestId, const QList<BluOS::Source> &sources);
void onBrowseResultReceived(QUuid requestId, const QList<BluOS::Source> &sources);
};
#endif // INTEGRATIONPLUGINBLUOS_H

34
boblight/README.md Normal file
View File

@ -0,0 +1,34 @@
# Boblight
This plugin allows to communicate with a [Boblight server](https://code.google.com/p/boblight/)
The boblight server needs to be installed and running. In nymea it is required to setup the Boblight server connection first, during the setup you can configure how many channels you want to add. Each channel will appear auotamtically as an own device insided nymea. Default configuration for the Boblight server is `localhost:19333`, you can change the parameters during device setup.
Once the Boblight devices are added you can control them like any other color light in nymea.
## Supported Things
* Boblight Server
* Gateway device
* Define channel count
* Boblight Channel
* Color light
* Set color
* Set color temperature
* Set brightness
* Set power
**Generall**
* No internet connection required
## Requirements
* Boblight server running on `localhost:19333` or any other reachable IP address.
* Boblight device connected to the Boblight server.
* The package "nymea-plugin-boblight" must be installed.
## More
For more information regarding the project please visit the [project site](https://sites.google.com/site/wikikrautbox/krautbox/hardware/boblight).

99
boblight/bobchannel.cpp Normal file
View File

@ -0,0 +1,99 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* 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
*
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "bobchannel.h"
BobChannel::BobChannel(const int &id, QObject *parent) :
QObject(parent),
m_id(id)
{
m_animation = new QPropertyAnimation(this, "finalColor", this);
m_animation->setDuration(500);
}
int BobChannel::id() const
{
return m_id;
}
QColor BobChannel::color() const
{
return m_color;
}
void BobChannel::setColor(const QColor &color)
{
if (m_animation->state() == QPropertyAnimation::Running) {
m_animation->stop();
m_finalColor = m_color;
}
m_color = color;
emit colorChanged();
m_animation->setStartValue(m_finalColor);
m_animation->setEndValue(color);
m_animation->start();
}
bool BobChannel::power() const
{
return m_power;
}
void BobChannel::setPower(bool power)
{
if (power != m_power) {
m_power = power;
emit powerChanged();
if (m_animation->state() == QPropertyAnimation::Running) {
m_animation->stop();
}
QColor target = m_color;
target.setAlpha(target.alpha() * (m_power ? 1 : 0));
m_animation->setStartValue(m_finalColor);
m_animation->setEndValue(target);
m_animation->start();
}
}
QColor BobChannel::finalColor() const
{
return m_finalColor;
}
void BobChannel::setFinalColor(const QColor &color)
{
m_finalColor = color;
emit finalColorChanged();
}

76
boblight/bobchannel.h Normal file
View File

@ -0,0 +1,76 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* 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
*
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef BOBCHANNEL_H
#define BOBCHANNEL_H
#include <QColor>
#include <QObject>
#include <QPropertyAnimation>
class BobChannel : public QObject
{
Q_OBJECT
Q_PROPERTY(bool power READ power WRITE setPower NOTIFY powerChanged)
Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
// don't directly write to this, the propertyAnimation requires a writable property tho...
Q_PROPERTY(QColor finalColor READ finalColor WRITE setFinalColor NOTIFY finalColorChanged)
public:
explicit BobChannel(const int &id, QObject *parent = 0);
int id() const;
QColor color() const;
void setColor(const QColor &color);
bool power() const;
void setPower(bool power);
QColor finalColor() const;
void setFinalColor(const QColor &color);
private:
QPropertyAnimation *m_animation;
int m_id;
bool m_power = false;
QColor m_color = Qt::white;
QColor m_finalColor = Qt::black;
signals:
void colorChanged();
void brightnessChanged();
void finalColorChanged();
void powerChanged();
};
#endif // BOBCHANNEL_H

191
boblight/bobclient.cpp Normal file
View File

@ -0,0 +1,191 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* 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
*
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "bobclient.h"
#include "extern-plugininfo.h"
#include "libboblight/boblight.h"
#include <QDebug>
#include <QtConcurrent>
BobClient::BobClient(const QString &host, const int &port, QObject *parent) :
QObject(parent),
m_host(host),
m_port(port),
m_connected(false)
{
m_syncTimer = new QTimer(this);
m_syncTimer->setSingleShot(false);
m_syncTimer->setInterval(25);
connect(m_syncTimer, SIGNAL(timeout()), this, SLOT(sync()));
}
BobClient::~BobClient()
{
if (m_boblight) {
boblight_destroy(m_boblight);
}
}
bool BobClient::connectToBoblight()
{
if (connected()) {
return true;
}
m_boblight = boblight_init();
//try to connect, if we can't then bitch to stderr and destroy boblight
if (!boblight_connect(m_boblight, m_host.toLatin1().data(), m_port, 1000000)) {
qCWarning(dcBoblight) << "Failed to connect:" << boblight_geterror(m_boblight);
boblight_destroy(m_boblight);
m_boblight = nullptr;
setConnected(false);
return false;
}
qCDebug(dcBoblight) << "Connected to boblightd successfully.";
boblight_setpriority(m_boblight, m_priority);
for (int i = 0; i < lightsCount(); ++i) {
BobChannel *channel = new BobChannel(i, this);
channel->setColor(QColor(255,255,255,0));
connect(channel, SIGNAL(colorChanged()), this, SLOT(sync()));
m_channels.insert(i, channel);
}
setConnected(true);
return true;
}
bool BobClient::connected()
{
return m_connected;
}
void BobClient::setPriority(int priority)
{
m_priority = priority;
if (connected()) {
qCDebug(dcBoblight) << "setting priority to" << priority;
boblight_setpriority(m_boblight, priority);
}
emit priorityChanged(priority);
}
void BobClient::setPower(int channel, bool power)
{
qCDebug(dcBoblight()) << "BobClient: setPower" << channel << power;
m_channels.value(channel)->setPower(power);
emit powerChanged(channel, power);
}
BobChannel *BobClient::getChannel(const int &id)
{
foreach (BobChannel *channel, m_channels) {
if (channel->id() == id)
return channel;
}
return nullptr;
}
void BobClient::setColor(int channel, QColor color)
{
if (channel == -1) {
for (int i = 0; i < lightsCount(); ++i) {
setColor(i, color);
}
} else {
BobChannel *c = getChannel(channel);
if (c) {
c->setColor(color);
qCDebug(dcBoblight) << "set channel" << channel << "to color" << color;
emit colorChanged(channel, color);
}
}
}
void BobClient::setBrightness(int channel, int brightness)
{
QColor color = m_channels.value(channel)->color();
color.setAlpha(qRound(brightness * 255.0 / 100));
m_channels.value(channel)->setColor(color);
emit brightnessChanged(channel, brightness);
if (brightness > 0) {
m_channels.value(channel)->setPower(true);
emit powerChanged(channel, true);
}
}
void BobClient::sync()
{
if (!m_connected)
return;
foreach (BobChannel *channel, m_channels) {
int rgb[3];
rgb[0] = channel->finalColor().red() * channel->finalColor().alphaF();
rgb[1] = channel->finalColor().green() * channel->finalColor().alphaF();
rgb[2] = channel->finalColor().blue() * channel->finalColor().alphaF();
boblight_addpixel(m_boblight, channel->id(), rgb);
}
if (!boblight_sendrgb(m_boblight, 1, nullptr)) {
qCWarning(dcBoblight) << "Boblight connection error:" << boblight_geterror(m_boblight);
boblight_destroy(m_boblight);
qDeleteAll(m_channels);
m_channels.clear();
setConnected(false);
}
}
void BobClient::setConnected(bool connected)
{
m_connected = connected;
emit connectionChanged();
// if disconnected, delete all channels
if (!connected) {
m_syncTimer->stop();
qDeleteAll(m_channels);
} else {
m_syncTimer->start();
}
}
int BobClient::lightsCount()
{
return boblight_getnrlights(m_boblight);
}
QColor BobClient::currentColor(const int &channel)
{
return getChannel(channel)->color();
}

88
boblight/bobclient.h Normal file
View File

@ -0,0 +1,88 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* 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
*
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef BOBCLIENT_H
#define BOBCLIENT_H
#include <QObject>
#include <QTimer>
#include <QMap>
#include <QColor>
#include <QTime>
#include <bobchannel.h>
class BobClient : public QObject
{
Q_OBJECT
public:
explicit BobClient(const QString &host = "127.0.0.1", const int &port = 19333, QObject *parent = nullptr);
~BobClient();
bool connectToBoblight();
bool connected();
int lightsCount();
QColor currentColor(const int &channel);
void setPriority(int priority);
void setPower(int channel, bool power);
void setColor(int channel, QColor color);
void setBrightness(int channel, int brightness);
private:
void *m_boblight = nullptr;
QTimer *m_syncTimer;
QString m_host;
int m_port;
bool m_connected;
int m_priority = 128;
QMap<int, QColor> m_colors;
QMap<int, BobChannel *> m_channels;
BobChannel *getChannel(const int &id);
private slots:
void sync();
void setConnected(bool connected);
signals:
void connectionChanged();
void powerChanged(int channel, bool power);
void brightnessChanged(int channel, int brightness);
void colorChanged(int channel, const QColor &color);
void priorityChanged(int priority);
};
#endif // BOBCLIENT_H

BIN
boblight/boblight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

20
boblight/boblight.pro Normal file
View File

@ -0,0 +1,20 @@
include(../plugins.pri)
QT += dbus bluetooth concurrent
CONFIG += c++11
TARGET = $$qtLibraryTarget(nymea_integrationpluginboblight)
LIBS += -lboblight
SOURCES += \
integrationpluginboblight.cpp \
bobclient.cpp \
bobchannel.cpp
HEADERS += \
integrationpluginboblight.h \
bobclient.h \
bobchannel.h

View File

@ -0,0 +1,297 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* 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
*
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationpluginboblight.h"
#include "integrations/thing.h"
#include "bobclient.h"
#include "plugininfo.h"
#include "plugintimer.h"
#include <QDebug>
#include <QStringList>
#include <QtMath>
IntegrationPluginBoblight::IntegrationPluginBoblight()
{
}
void IntegrationPluginBoblight::init()
{
m_pluginTimer = hardwareManager()->pluginTimerManager()->registerTimer(15);
connect(m_pluginTimer, &PluginTimer::timeout, this, &IntegrationPluginBoblight::guhTimer);
}
void IntegrationPluginBoblight::thingRemoved(Thing *thing)
{
BobClient *client = m_bobClients.take(thing->id());
if (thing->thingClassId() == boblightServerThingClassId) {
client->deleteLater();
}
}
void IntegrationPluginBoblight::startMonitoringAutoThings()
{
m_canCreateAutoDevices = true;
qCDebug(dcBoblight()) << "Populating auto devices" << myThings().count();
QHash<ThingId, int> parentDevices;
QHash<ThingId, Thing*> deviceIds;
foreach (Thing *thing, myThings()) {
deviceIds.insert(thing->id(), thing);
if (thing->thingClassId() == boblightServerThingClassId) {
// qWarning() << "Device" << thing->id() << "is bridge";
if (!parentDevices.contains(thing->id())) {
parentDevices[thing->id()] = 0;
}
} else if (thing->thingClassId() == boblightThingClassId) {
// qWarning() << "Device" << thing->id() << "is child to bridge" << thing->parentId();
parentDevices[thing->parentId()] += 1;
}
}
QList<ThingDescriptor> descriptors;
foreach (const ThingId &id, parentDevices.keys()) {
if (parentDevices.value(id) < deviceIds.value(id)->paramValue(boblightServerThingChannelsParamTypeId).toInt()) {
for (int i = parentDevices.value(id); i < deviceIds.value(id)->paramValue(boblightServerThingChannelsParamTypeId).toInt(); i++) {
ThingDescriptor descriptor(boblightThingClassId, deviceIds.value(id)->name() + " " + QString::number(i + 1), QString(), id);
descriptor.setParams(ParamList() << Param(boblightThingChannelParamTypeId, i));
qCDebug(dcBoblight()) << "Adding new boblight channel" << i + 1;
descriptors.append(descriptor);
}
}
}
if (!descriptors.isEmpty()) {
emit autoThingsAppeared(descriptors);
}
}
void IntegrationPluginBoblight::guhTimer()
{
foreach (BobClient *client, m_bobClients) {
if (!client->connected()) {
client->connectToBoblight();
}
}
}
void IntegrationPluginBoblight::onPowerChanged(int channel, bool power)
{
qCDebug(dcBoblight()) << "power changed" << channel << power;
BobClient *sndr = dynamic_cast<BobClient*>(sender());
foreach (Thing* thing, myThings()) {
if (m_bobClients.value(thing->parentId()) == sndr && thing->paramValue(boblightThingChannelParamTypeId).toInt() == channel) {
qCDebug(dcBoblight()) << "setting state power" << power;
thing->setStateValue(boblightPowerStateTypeId, power);
}
}
}
void IntegrationPluginBoblight::onBrightnessChanged(int channel, int brightness)
{
BobClient *sndr = dynamic_cast<BobClient*>(sender());
foreach (Thing* thing, myThings()) {
if (m_bobClients.value(thing->parentId()) == sndr && thing->paramValue(boblightThingChannelParamTypeId).toInt() == channel) {
thing->setStateValue(boblightBrightnessStateTypeId, brightness);
}
}
}
void IntegrationPluginBoblight::onColorChanged(int channel, const QColor &color)
{
BobClient *sndr = dynamic_cast<BobClient*>(sender());
foreach (Thing* thing, myThings()) {
if (m_bobClients.value(thing->parentId()) == sndr && thing->paramValue(boblightThingChannelParamTypeId).toInt() == channel) {
thing->setStateValue(boblightColorStateTypeId, color);
}
}
}
void IntegrationPluginBoblight::onPriorityChanged(int priority)
{
BobClient *sndr = dynamic_cast<BobClient*>(sender());
foreach (Thing* thing, myThings()) {
if (thing->thingClassId() == boblightServerThingClassId && m_bobClients.value(thing->id()) == sndr) {
thing->setStateValue(boblightServerPriorityStateTypeId, priority);
}
}
}
QColor IntegrationPluginBoblight::tempToRgb(int temp)
{
// 153 cold: 0.839216, 1, 0.827451
// 500 warm: 0.870588, 1, 0.266667
// => 0 : 214,255,212
// 100 : 222,255,67
// r => 0 : 214 = 100 : 222
// => temp : (x-214) = 100 : (255 - 214)
// => x = temp * (255-214) / 100
// r = x + 214
int red = temp * 41 / 100 + 214;
int green = 255;
// b => 0 : 212 = 100 : 67
// => temp : (212 - x) = 100 : (212 - 145)
// => x = temp * 145 / 100
// g = 212 - x
int blue = 212 - temp * 145 / 100;
qWarning() << "temp:" << temp << "rgb" << red << green << blue;
return QColor(red, green, blue);
}
void IntegrationPluginBoblight::setupThing(ThingSetupInfo *info)
{
Thing *thing = info->thing();
if (thing->thingClassId() == boblightServerThingClassId) {
BobClient *bobClient = new BobClient(thing->paramValue(boblightServerThingHostAddressParamTypeId).toString(), thing->paramValue(boblightServerThingPortParamTypeId).toInt(), this);
bool connected = bobClient->connectToBoblight();
if (!connected) {
qCWarning(dcBoblight()) << "Error connecting to boblight on" << thing->paramValue(boblightServerThingHostAddressParamTypeId).toString();
} else {
qCDebug(dcBoblight()) << "Connected to boblight";
}
bobClient->setPriority(thing->stateValue(boblightServerPriorityStateTypeId).toInt());
thing->setStateValue(boblightServerConnectedStateTypeId, connected);
m_bobClients.insert(thing->id(), bobClient);
connect(bobClient, &BobClient::connectionChanged, this, &IntegrationPluginBoblight::onConnectionChanged);
connect(bobClient, &BobClient::powerChanged, this, &IntegrationPluginBoblight::onPowerChanged);
connect(bobClient, &BobClient::brightnessChanged, this, &IntegrationPluginBoblight::onBrightnessChanged);
connect(bobClient, &BobClient::colorChanged, this, &IntegrationPluginBoblight::onColorChanged);
connect(bobClient, &BobClient::priorityChanged, this, &IntegrationPluginBoblight::onPriorityChanged);
} else if (thing->thingClassId() == boblightThingClassId) {
BobClient *bobClient = m_bobClients.value(thing->parentId());
thing->setStateValue(boblightConnectedStateTypeId, bobClient->connected());
m_bobClients.insert(thing->id(), bobClient);
}
info->finish(Thing::ThingErrorNoError);
}
void IntegrationPluginBoblight::postSetupThing(Thing *thing)
{
if (thing->thingClassId() == boblightServerThingClassId && m_canCreateAutoDevices) {
startMonitoringAutoThings();
}
if (thing->thingClassId() == boblightThingClassId) {
BobClient *bobClient = m_bobClients.value(thing->parentId());
if (bobClient && bobClient->connected()) {
thing->setStateValue(boblightConnectedStateTypeId, bobClient->connected());
QColor color = thing->stateValue(boblightColorStateTypeId).value<QColor>();
int brightness = thing->stateValue(boblightBrightnessStateTypeId).toInt();
bool power = thing->stateValue(boblightPowerStateTypeId).toBool();
bobClient->setColor(thing->paramValue(boblightThingChannelParamTypeId).toInt(), color);
bobClient->setBrightness(thing->paramValue(boblightThingChannelParamTypeId).toInt(), brightness);
bobClient->setPower(thing->paramValue(boblightThingChannelParamTypeId).toInt(), power);
}
}
}
void IntegrationPluginBoblight::executeAction(ThingActionInfo *info)
{
Thing *thing = info->thing();
Action action = info->action();
qCDebug(dcBoblight()) << "Execute action for boblight" << action.params();
if (thing->thingClassId() == boblightServerThingClassId) {
BobClient *bobClient = m_bobClients.value(thing->id());
if (!bobClient || !bobClient->connected()) {
qCWarning(dcBoblight()) << "Boblight on" << thing->paramValue(boblightServerThingHostAddressParamTypeId).toString() << "not connected";
info->finish(Thing::ThingErrorHardwareNotAvailable);
return;
}
if (action.actionTypeId() == boblightServerPriorityActionTypeId) {
bobClient->setPriority(action.param(boblightServerPriorityActionPriorityParamTypeId).value().toInt());
info->finish(Thing::ThingErrorNoError);
return;
}
qCWarning(dcBoblight()) << "Unhandled action" << action.actionTypeId() << "for BoblightServer" << info;
info->finish(Thing::ThingErrorActionTypeNotFound);
return;
}
if (thing->thingClassId() == boblightThingClassId) {
BobClient *bobClient = m_bobClients.value(thing->parentId());
if (!bobClient || !bobClient->connected()) {
qCWarning(dcBoblight()) << "Boblight not connected";
info->finish(Thing::ThingErrorHardwareNotAvailable);
return;
}
if (action.actionTypeId() == boblightPowerActionTypeId) {
bobClient->setPower(thing->paramValue(boblightThingChannelParamTypeId).toInt(), action.param(boblightPowerActionPowerParamTypeId).value().toBool());
info->finish(Thing::ThingErrorNoError);
return;
}
if (action.actionTypeId() == boblightColorActionTypeId) {
bobClient->setColor(thing->paramValue(boblightThingChannelParamTypeId).toInt(), action.param(boblightColorActionColorParamTypeId).value().value<QColor>());
info->finish(Thing::ThingErrorNoError);
return;
}
if (action.actionTypeId() == boblightBrightnessActionTypeId) {
bobClient->setBrightness(thing->paramValue(boblightThingChannelParamTypeId).toInt(), action.param(boblightBrightnessActionBrightnessParamTypeId).value().toInt());
info->finish(Thing::ThingErrorNoError);
return;
}
if (action.actionTypeId() == boblightColorTemperatureActionTypeId) {
bobClient->setColor(thing->paramValue(boblightThingChannelParamTypeId).toInt(), tempToRgb(action.param(boblightColorTemperatureActionColorTemperatureParamTypeId).value().toInt()));
info->finish(Thing::ThingErrorNoError);
return;
}
info->finish(Thing::ThingErrorActionTypeNotFound);
return;
}
info->finish(Thing::ThingErrorThingClassNotFound);
}
void IntegrationPluginBoblight::onConnectionChanged()
{
BobClient *bobClient = static_cast<BobClient *>(sender());
qCDebug(dcBoblight()) << "Connection changed. BobClient:" << bobClient << bobClient->connected() << m_bobClients.keys(bobClient);
foreach (const ThingId &thingId, m_bobClients.keys(bobClient)) {
foreach (Thing *thing, myThings()) {
if (thing->id() == thingId || thing->parentId() == thingId) {
thing->setStateValue(boblightConnectedStateTypeId, bobClient->connected());
break;
}
}
}
}

View File

@ -0,0 +1,78 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright 2013 - 2020, nymea GmbH
* Contact: contact@nymea.io
*
* 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
*
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINBOBLIGHT_H
#define INTEGRATIONPLUGINBOBLIGHT_H
#include "integrations/integrationplugin.h"
#include "bobclient.h"
class BobClient;
class PluginTimer;
class IntegrationPluginBoblight : public IntegrationPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginboblight.json")
Q_INTERFACES(IntegrationPlugin)
public:
explicit IntegrationPluginBoblight();
void init() override;
void setupThing(ThingSetupInfo *info) override;
void postSetupThing(Thing *thing) override;
void thingRemoved(Thing *thing) override;
void startMonitoringAutoThings() override;
void executeAction(ThingActionInfo *info) override;
private slots:
void onConnectionChanged();
void guhTimer();
void onPowerChanged(int channel, bool power);
void onBrightnessChanged(int channel, int brightness);
void onColorChanged(int channel, const QColor &color);
void onPriorityChanged(int priority);
private:
QColor tempToRgb(int temp);
private:
PluginTimer *m_pluginTimer = nullptr;
QHash<ThingId, BobClient*> m_bobClients;
bool m_canCreateAutoDevices = false;
};
#endif // INTEGRATIONPLUGINBOBLIGHT_H

View File

@ -0,0 +1,138 @@
{
"id": "d5271bea-1362-4cc6-888f-2ebe80bad46a",
"name": "Boblight",
"displayName": "Boblight",
"vendors": [
{
"id": "f0c9dd91-c2b0-4cd0-b161-a17fee9d2303",
"name": "boblight",
"displayName": "Boblight",
"thingClasses": [
{
"id": "f267a7f4-ed75-4026-9b97-98884d7f4399",
"name": "boblightServer",
"displayName": "Boblight server",
"createMethods": ["user"],
"interfaces": ["gateway", "connectable"],
"paramTypes": [
{
"id": "de82ea8c-2f1e-4b93-b85a-f6a0b7f87e4a",
"name": "hostAddress",
"displayName": "Host Address",
"type" : "QString",
"inputType": "IPv4Address",
"defaultValue": "127.0.0.1"
},
{
"id": "8cbe5ef8-6b45-441e-9051-08d48f3948da",
"name": "port",
"displayName": "Port",
"type" : "int",
"defaultValue": 19333
},
{
"id": "277f2458-d932-4a6e-a7bb-58814ab99663",
"name": "channels",
"displayName": "Channels",
"type": "int",
"defaultValue": 1
}
],
"stateTypes": [
{
"id": "638fb9ec-4797-4ef6-a9b6-d935f1c49e17",
"name": "connected",
"displayName": "connected",
"displayNameEvent": "Connected changed",
"defaultValue": false,
"type": "bool"
},
{
"id": "60d345e8-757c-4bc2-a96b-31121fc84356",
"name": "priority",
"displayName": "Priority",
"displayNameEvent": "Priority changed",
"displayNameAction": "Set priority",
"type": "int",
"defaultValue": 128,
"minValue": 0,
"maxValue": 256,
"writable": true
}
]
},
{
"id": "05347200-416e-4b75-b4e3-6f913a2a7e76",
"name": "boblight",
"displayName": "Boblight",
"createMethods": ["auto"],
"interfaces": ["colorlight", "connectable"],
"paramTypes": [
{
"id": "7b5b784d-d623-4a2e-b081-9be84b1ce1a8",
"name": "channel",
"displayName": "Channel",
"type": "int",
"defaultValue": -1
}
],
"stateTypes": [
{
"id": "bb40f1bd-62b9-485e-86a1-b0c820a93b8a",
"name": "connected",
"displayName": "connected",
"defaultValue": false,
"displayNameEvent": "Connected changed",
"type": "bool"
},
{
"id": "95aec7b5-247a-42a2-8748-273b034b988c",
"name": "power",
"displayName": "Power",
"defaultValue": false,
"type": "bool",
"displayNameEvent": "Power changed",
"displayNameAction": "Set power",
"writable": true
},
{
"id": "0a92eab5-233c-4081-840b-15578091365c",
"name": "brightness",
"displayName": "Brightness",
"defaultValue": 100,
"type": "int",
"displayNameEvent": "Brightness changed",
"displayNameAction": "Set brightness",
"writable": true,
"minValue": 0,
"maxValue": 100
},
{
"id": "b6f24e6f-d2a8-4f22-b40f-3a0e38bdabe0",
"name": "colorTemperature",
"displayName": "Color Temperature",
"defaultValue": 0,
"type": "int",
"displayNameEvent": "Color Temperature changed",
"displayNameAction": "Set color temperature",
"writable": true,
"minValue": 0,
"maxValue": 100
},
{
"id": "a213d2d1-bd29-4a16-8459-520aa919ae67",
"name": "color",
"displayName": "Color",
"defaultValue": "#ffffff",
"type": "QColor",
"displayNameEvent": "Color changed",
"displayNameAction": "Set color",
"writable": true
}
]
}
]
}
]
}

13
boblight/meta.json Normal file
View File

@ -0,0 +1,13 @@
{
"title": "Boblight",
"tagline": "Connect to Boblight devices.",
"icon": "boblight.png",
"stability": "community",
"offline": true,
"technologies": [
"network"
],
"categories": [
"light"
]
}

View File

@ -0,0 +1,154 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
<name>Boblight</name>
<message>
<source>Boblight</source>
<extracomment>The name of the ThingClass ({05347200-416e-4b75-b4e3-6f913a2a7e76})
----------
The name of the vendor ({f0c9dd91-c2b0-4cd0-b161-a17fee9d2303})
----------
The name of the plugin Boblight ({d5271bea-1362-4cc6-888f-2ebe80bad46a})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Boblight server</source>
<extracomment>The name of the ThingClass ({f267a7f4-ed75-4026-9b97-98884d7f4399})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Host Address</source>
<extracomment>The name of the ParamType (ThingClass: boblightServer, Type: thing, ID: {de82ea8c-2f1e-4b93-b85a-f6a0b7f87e4a})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Port</source>
<extracomment>The name of the ParamType (ThingClass: boblightServer, Type: thing, ID: {8cbe5ef8-6b45-441e-9051-08d48f3948da})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Channels</source>
<extracomment>The name of the ParamType (ThingClass: boblightServer, Type: thing, ID: {277f2458-d932-4a6e-a7bb-58814ab99663})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Connected changed</source>
<extracomment>The name of the EventType ({bb40f1bd-62b9-485e-86a1-b0c820a93b8a}) of ThingClass boblight
----------
The name of the EventType ({638fb9ec-4797-4ef6-a9b6-d935f1c49e17}) of ThingClass boblightServer</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>connected</source>
<extracomment>The name of the ParamType (ThingClass: boblight, EventType: connected, ID: {bb40f1bd-62b9-485e-86a1-b0c820a93b8a})
----------
The name of the StateType ({bb40f1bd-62b9-485e-86a1-b0c820a93b8a}) of ThingClass boblight
----------
The name of the ParamType (ThingClass: boblightServer, EventType: connected, ID: {638fb9ec-4797-4ef6-a9b6-d935f1c49e17})
----------
The name of the StateType ({638fb9ec-4797-4ef6-a9b6-d935f1c49e17}) of ThingClass boblightServer</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Priority changed</source>
<extracomment>The name of the EventType ({60d345e8-757c-4bc2-a96b-31121fc84356}) of ThingClass boblightServer</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Priority</source>
<extracomment>The name of the ParamType (ThingClass: boblightServer, ActionType: priority, ID: {60d345e8-757c-4bc2-a96b-31121fc84356})
----------
The name of the ParamType (ThingClass: boblightServer, EventType: priority, ID: {60d345e8-757c-4bc2-a96b-31121fc84356})
----------
The name of the StateType ({60d345e8-757c-4bc2-a96b-31121fc84356}) of ThingClass boblightServer</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set priority</source>
<extracomment>The name of the ActionType ({60d345e8-757c-4bc2-a96b-31121fc84356}) of ThingClass boblightServer</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Channel</source>
<extracomment>The name of the ParamType (ThingClass: boblight, Type: thing, ID: {7b5b784d-d623-4a2e-b081-9be84b1ce1a8})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Power changed</source>
<extracomment>The name of the EventType ({95aec7b5-247a-42a2-8748-273b034b988c}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Power</source>
<extracomment>The name of the ParamType (ThingClass: boblight, ActionType: power, ID: {95aec7b5-247a-42a2-8748-273b034b988c})
----------
The name of the ParamType (ThingClass: boblight, EventType: power, ID: {95aec7b5-247a-42a2-8748-273b034b988c})
----------
The name of the StateType ({95aec7b5-247a-42a2-8748-273b034b988c}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set power</source>
<extracomment>The name of the ActionType ({95aec7b5-247a-42a2-8748-273b034b988c}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Brightness changed</source>
<extracomment>The name of the EventType ({0a92eab5-233c-4081-840b-15578091365c}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Brightness</source>
<extracomment>The name of the ParamType (ThingClass: boblight, ActionType: brightness, ID: {0a92eab5-233c-4081-840b-15578091365c})
----------
The name of the ParamType (ThingClass: boblight, EventType: brightness, ID: {0a92eab5-233c-4081-840b-15578091365c})
----------
The name of the StateType ({0a92eab5-233c-4081-840b-15578091365c}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set brightness</source>
<extracomment>The name of the ActionType ({0a92eab5-233c-4081-840b-15578091365c}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Color Temperature changed</source>
<extracomment>The name of the EventType ({b6f24e6f-d2a8-4f22-b40f-3a0e38bdabe0}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Color Temperature</source>
<extracomment>The name of the ParamType (ThingClass: boblight, ActionType: colorTemperature, ID: {b6f24e6f-d2a8-4f22-b40f-3a0e38bdabe0})
----------
The name of the ParamType (ThingClass: boblight, EventType: colorTemperature, ID: {b6f24e6f-d2a8-4f22-b40f-3a0e38bdabe0})
----------
The name of the StateType ({b6f24e6f-d2a8-4f22-b40f-3a0e38bdabe0}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set color temperature</source>
<extracomment>The name of the ActionType ({b6f24e6f-d2a8-4f22-b40f-3a0e38bdabe0}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Color changed</source>
<extracomment>The name of the EventType ({a213d2d1-bd29-4a16-8459-520aa919ae67}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Color</source>
<extracomment>The name of the ParamType (ThingClass: boblight, ActionType: color, ID: {a213d2d1-bd29-4a16-8459-520aa919ae67})
----------
The name of the ParamType (ThingClass: boblight, EventType: color, ID: {a213d2d1-bd29-4a16-8459-520aa919ae67})
----------
The name of the StateType ({a213d2d1-bd29-4a16-8459-520aa919ae67}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<source>Set color</source>
<extracomment>The name of the ActionType ({a213d2d1-bd29-4a16-8459-520aa919ae67}) of ThingClass boblight</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@ -1,6 +1,10 @@
include(../plugins.pri)
QT *= network websockets
QT += \
network \
websockets \
TARGET = $$qtLibraryTarget(nymea_integrationpluginbose)
SOURCES += \
integrationpluginbose.cpp \

View File

@ -1,34 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationpluginbose.h"
#include "integrations/thing.h"
#include "plugininfo.h"
#include <integrations/thing.h>
#include <platform/platformzeroconfcontroller.h>
#include <network/zeroconf/zeroconfserviceentry.h>
#include <types/mediabrowseritem.h>
#include "platform/platformzeroconfcontroller.h"
#include "network/zeroconf/zeroconfserviceentry.h"
#include "types/mediabrowseritem.h"
#include <QNetworkRequest>
#include <QNetworkReply>
@ -540,7 +545,7 @@ void IntegrationPluginBose::onSourcesObjectReceived(QUuid requestId, SourcesObje
if (m_asyncBrowseResults.contains(requestId)) {
BrowseResult *result = m_asyncBrowseResults.value(requestId);
foreach (SourceItemObject sourceItem, sources.sourceItems) {
qCDebug(dcBose()) << "Source:" << sourceItem.source;
qDebug(dcBose()) << "Source:" << sourceItem.source;
if (sourceItem.source == "BLUETOOTH") {
MediaBrowserItem item(sourceItem.source, sourceItem.source, false, true);
item.setDescription(sourceItem.sourceAccount);
@ -586,15 +591,15 @@ void IntegrationPluginBose::onBassObjectReceived(QUuid requestId, BassObject bas
void IntegrationPluginBose::onBassCapabilitiesObjectReceived(QUuid requestId, BassCapabilitiesObject bassCapabilities)
{
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)
{
Q_UNUSED(requestId);
qCDebug(dcBose()) << "Group" << group.name << group.status;
qDebug(dcBose()) << "Group" << group.name << group.status;
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);
foreach (MemberObject member, zone.members) {
qCDebug(dcBose()) << "-> member:" << member.deviceID;
qDebug(dcBose()) << "-> member:" << member.deviceID;
}
}

View File

@ -1,34 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINBOSE_H
#define INTEGRATIONPLUGINBOSE_H
#include <integrations/integrationplugin.h>
#include <network/zeroconf/zeroconfservicebrowser.h>
#include <plugintimer.h>
#include "integrations/integrationplugin.h"
#include "network/zeroconf/zeroconfservicebrowser.h"
#include "plugintimer.h"
#include "soundtouch.h"
#include "soundtouchtypes.h"

View File

@ -1,6 +1,6 @@
{
"title": "Bose",
"tagline": "Connect to Bose speakers.",
"tagline": "Connect to Bose speaker.",
"icon": "bose.svg",
"stability": "consumer",
"offline": true,

View File

@ -1,31 +1,37 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "soundtouch.h"
#include <hardwaremanager.h>
#include <integrations/thing.h>
#include "hardwaremanager.h"
#include "integrations/thing.h"
#include "network/networkaccessmanager.h"
SoundTouch::SoundTouch(NetworkAccessManager *networkAccessManager, QString ipAddress, QObject *parent) :
QObject(parent),
@ -41,7 +47,7 @@ SoundTouch::SoundTouch(NetworkAccessManager *networkAccessManager, QString ipAdd
//url.setHost(m_ipAddress);
//url.setScheme("ws");
//url.setPort(8080);
//qCDebug(dcBose()) << "Connecting websocket to" << url;
//qDebug(dcBose) << "Connecting websocket to" << url;
//TODO missing websocket subprotocol "gabbo"
//QWebsockets doesn't support subprotocols
//m_websocket->open(url);
@ -243,10 +249,9 @@ QUuid SoundTouch::setKey(KEY_VALUE keyValue, bool pressed)
xml.writeCharacters("PRESET_6");
break;
default:
qCWarning(dcBose()) << "key not yet implemented";
return QUuid();
qWarning(dcBose) << "key not yet implemented";
return "0";
}
xml.writeEndElement(); //key
xml.writeEndDocument();
QNetworkRequest request(url);
@ -439,7 +444,7 @@ QUuid SoundTouch::setBass(int volume)
return requestId;
}
QUuid SoundTouch::setName(const QString &name)
QUuid SoundTouch::setName(QString name)
{
QUuid requestId = QUuid::createUuid();
QUrl url;
@ -449,7 +454,7 @@ QUuid SoundTouch::setName(const QString &name)
url.setPath("/name");
QByteArray content = ("<?xml version=\"1.0\" ?>");
content.append("<name>");
content.append(name.toUtf8());
content.append(name);
content.append("</name>");
QNetworkRequest request(url);
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/xml");
@ -493,13 +498,13 @@ QUuid SoundTouch::setSpeaker(PlayInfoObject playInfo)
void SoundTouch::onWebsocketConnected()
{
qCDebug(dcBose()) << "Bose websocket connected";
qDebug(dcBose) << "Bose websocket connected";
emit connectionChanged(true);
}
void SoundTouch::onWebsocketDisconnected()
{
qCDebug(dcBose()) << "Bose websocket disconnected";
qDebug(dcBose) << "Bose websocket disconnected";
emit connectionChanged(false);
QTimer::singleShot(5000, this, [this](){
QUrl url;
@ -512,7 +517,7 @@ void SoundTouch::onWebsocketDisconnected()
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
}
@ -524,7 +529,7 @@ QUuid SoundTouch::sendGetRequest(QString path)
url.setScheme("http");
url.setPort(m_port);
url.setPath(path);
//qCDebug(dcBose()) << "Sending request" << url;
//qDebug(dcBose) << "Sending request" << url;
QNetworkRequest request = QNetworkRequest(url);
QNetworkReply *reply = m_networkAccessManager->get(request);
@ -558,7 +563,7 @@ QUuid SoundTouch::sendGetRequest(QString path)
return requestId;
}
void SoundTouch::emitRequestStatus(const QUuid &requestId, QNetworkReply *reply)
void SoundTouch::emitRequestStatus(QUuid requestId, QNetworkReply *reply)
{
int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
// Check HTTP status code
@ -579,17 +584,17 @@ void SoundTouch::emitRequestStatus(const QUuid &requestId, QNetworkReply *reply)
xml.addData(data);
if (xml.readNextStartElement()) {
if (xml.name() == QString("status")) {
if (xml.name() == "status") {
//QString status = xml.readElementText();
emit requestExecuted(requestId, true);
} else if (xml.name() == QString("errors")) {
} else if (xml.name() == "errors") {
emit requestExecuted(requestId, false);
QString deviceId;
if(xml.attributes().hasAttribute("deviceID")) {
deviceId = xml.attributes().value("deviceID").toString();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("error")){
if(xml.name() == "error"){
ErrorObject error;
error.deviceId = deviceId;
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;
xml.addData(data);
if (xml.readNextStartElement()) {
if (xml.name() == QString("info")) {
if (xml.name() == "info") {
InfoObject info;
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();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("name")){
//qCDebug(dcBose()) << "name" << xml.readElementText();
if(xml.name() == "name"){
//qDebug(dcBose) << "name" << xml.readElementText();
info.name = xml.readElementText();
} else if(xml.name() == QString("type")){
//qCDebug(dcBose()) << "type" << xml.readElementText();
} else if(xml.name() == "type"){
//qDebug(dcBose) << "type" << xml.readElementText();
info.type = xml.readElementText();
} else if(xml.name() == QString("components")){
//qCDebug(dcBose()) << "components element";
} else if(xml.name() == "components"){
//qDebug(dcBose) << "components element";
while(xml.readNextStartElement()){
if(xml.name() == QString("component")){
if(xml.name() == "component"){
ComponentObject component;
while(xml.readNextStartElement()){
if(xml.name() == QString("softwareVersion")){
//qCDebug(dcBose()) << "Software version" << xml.readElementText();
if(xml.name() == "softwareVersion"){
//qDebug(dcBose) << "Software version" << xml.readElementText();
component.softwareVersion = xml.readElementText();
} else if(xml.name() == QString("serialNumber")) {
//qCDebug(dcBose()) << "Serialnumber" << xml.readElementText();
} else if(xml.name() == "serialNumber") {
//qDebug(dcBose) << "Serialnumber" << xml.readElementText();
component.serialNumber = xml.readElementText();
} else {
xml.skipCurrentElement();
@ -649,11 +654,11 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
xml.skipCurrentElement();
}
}
} else if(xml.name() == QString("networkInfo")){
} else if(xml.name() == "networkInfo"){
while (xml.readNextStartElement()) {
if (xml.name() == QString("macAddress")) {
if (xml.name() == "macAddress") {
info.networkInfo.macAddress = xml.readElementText();
} else if(xml.name() == QString("ipAddress")) {
} else if(xml.name() == "ipAddress") {
info.networkInfo.ipAddress = xml.readElementText();
} else {
xml.skipCurrentElement();
@ -664,45 +669,45 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
}
}
emit infoReceived(requestId, info);
} else if (xml.name() == QString("nowPlaying")) {
} else if (xml.name() == "nowPlaying") {
NowPlayingObject nowPlaying;
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();
}
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();
}
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();
}
while(xml.readNextStartElement()){
if (xml.name() == QString("track")) {
//qCDebug(dcBose()) << "track" << xml.readElementText();
if (xml.name() == "track") {
//qDebug(dcBose) << "track" << xml.readElementText();
nowPlaying.track = xml.readElementText();
} else if(xml.name() == QString("artist")) {
//qCDebug(dcBose()) << "artist" << xml.readElementText();
} else if(xml.name() == "artist") {
//qDebug(dcBose) << "artist" << xml.readElementText();
nowPlaying.artist = xml.readElementText();
} else if(xml.name() == QString("album")) {
//qCDebug(dcBose()) << "album" << xml.readElementText();
} else if(xml.name() == "album") {
//qDebug(dcBose) << "album" << xml.readElementText();
nowPlaying.album = xml.readElementText();
} else if(xml.name() == QString("genre")) {
//qCDebug(dcBose()) << "genre" << xml.readElementText();
} else if(xml.name() == "genre") {
//qDebug(dcBose) << "genre" << xml.readElementText();
nowPlaying.genre = xml.readElementText();
} else if(xml.name() == QString("rating")) {
//qCDebug(dcBose()) << "rating" << xml.readElementText();
} else if(xml.name() == "rating") {
//qDebug(dcBose) << "rating" << xml.readElementText();
nowPlaying.rating = xml.readElementText();
} else if(xml.name() == QString("stationName")) {
//qCDebug(dcBose()) << "Station name" << xml.readElementText();
} else if(xml.name() == "stationName") {
//qDebug(dcBose) << "Station name" << xml.readElementText();
nowPlaying.stationName = xml.readElementText();
} else if(xml.name() == QString("art")) {
} else if(xml.name() == "art") {
ArtObject art;
if(xml.attributes().hasAttribute("artImageStatus")) {
QString artStatus = xml.attributes().value("artImageStatus").toString().toUpper();
//ART_STATUS: INVALID, SHOW_DEFAULT_IMAGE, DOWNLOADING, IMAGE_PRESENT
//qCDebug(dcBose()) << "Art Image status" << artStatus;
//qDebug(dcBose) << "Art Image status" << artStatus;
if (artStatus == "INVALID") {
art.artStatus = ART_STATUS_INVALID;
} else if (artStatus == "SHOW_DEFAULT_IMAGE") {
@ -714,9 +719,9 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
}
}
nowPlaying.art.url = xml.readElementText();
}else if(xml.name() == QString("playStatus")) {
}else if(xml.name() == "playStatus") {
QString playStatus = xml.readElementText();
//qCDebug(dcBose()) << "Play Status" << playStatus;
//qDebug(dcBose) << "Play Status" << playStatus;
//Modes: PLAY_STATE, PAUSE_STATE, STOP_STATE, BUFFERING_STATE
if (playStatus == "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") {
nowPlaying.playStatus = PLAY_STATUS_BUFFERING_STATE;
}
} else if(xml.name() == QString("shuffleSetting")) {
} else if(xml.name() == "shuffleSetting") {
QString shuffle = xml.readElementText().toUpper();
//qCDebug(dcBose()) << "Shuffle Setting" << shuffle;
//qDebug(dcBose) << "Shuffle Setting" << shuffle;
if (shuffle == "SHUFFLE_ON") {
nowPlaying.shuffleSetting = SHUFFLE_STATUS_SHUFFLE_ON;
} else {
nowPlaying.shuffleSetting = SHUFFLE_STATUS_SHUFFLE_OFF;
}
}else if(xml.name() == QString("repeatSetting")) {
}else if(xml.name() == "repeatSetting") {
QString repeat = xml.readElementText().toUpper();
//qCDebug(dcBose()) << "Repeat Setting" << repeat;
//qDebug(dcBose) << "Repeat Setting" << repeat;
//Modes: REPEAT_OFF, REPEAT_ALL, REPEAT_ONE
if (repeat == "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") {
nowPlaying.repeatSettings = REPEAT_STATUS_REPEAT_ALL;
}
} else if(xml.name() == QString("streamType")) {
} else if(xml.name() == "streamType") {
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
if (streamType == "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") {
nowPlaying.streamType = STREAM_STATUS_NO_TRANSPORT_CONTROLS;
};
} else if(xml.name() == QString("stationLocation")) {
} else if(xml.name() == "stationLocation") {
nowPlaying.stationLocation = xml.readElementText();
} else {
xml.skipCurrentElement();
}
}
emit nowPlayingReceived(requestId, nowPlaying);
} else if (xml.name() == QString("volume")) {
} else if (xml.name() == "volume") {
VolumeObject volumeObject;
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();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("targetvolume")){
//qCDebug(dcBose()) << "Target volume" << xml.readElementText();
if(xml.name() == "targetvolume"){
//qDebug(dcBose) << "Target volume" << xml.readElementText();
volumeObject.targetVolume = xml.readElementText().toInt();
}else if(xml.name() == QString("actualvolume")){
//qCDebug(dcBose()) << "Actual volume" << xml.readElementText();
}else if(xml.name() == "actualvolume"){
//qDebug(dcBose) << "Actual volume" << xml.readElementText();
volumeObject.actualVolume = xml.readElementText().toInt();
}else if(xml.name() == QString("muteenabled")){
//qCDebug(dcBose()) << "Mute enabled" << xml.readElementText();
}else if(xml.name() == "muteenabled"){
//qDebug(dcBose) << "Mute enabled" << xml.readElementText();
volumeObject.muteEnabled = ( xml.readElementText().toUpper() == "TRUE" ); //TODO convert from "false" to bool
}else {
xml.skipCurrentElement();
}
}
emit volumeReceived(requestId, volumeObject);
} else if (xml.name() == QString("sources")) {
} else if (xml.name() == "sources") {
SourcesObject sourcesObject;
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();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("sourceItem")){
if(xml.name() == "sourceItem"){
SourceItemObject sourceItem;
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();
}
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();
}
if(xml.attributes().hasAttribute("status")) {
QString status = xml.attributes().value("status").toString().toUpper(); //UNAVAILABLE, READY
//qCDebug(dcBose()) << "status" << status;
//qDebug(dcBose) << "status" << status;
if (status == "READY") {
sourceItem.status = SOURCE_STATUS_READY;
} else {
@ -814,7 +819,7 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
}
}
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" );
}
if(xml.attributes().hasAttribute("multiroomallowed")) {
@ -828,52 +833,52 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
}
}
emit sourcesReceived(requestId, sourcesObject);
} else if (xml.name() == QString("bass")) {
} else if (xml.name() == "bass") {
BassObject bassObject;
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();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("targetbass")){
//qCDebug(dcBose()) << "Target bas" << xml.readElementText();
if(xml.name() == "targetbass"){
//qDebug(dcBose) << "Target bas" << xml.readElementText();
bassObject.targetBass = xml.readElementText().toInt();
} else if(xml.name() == QString("actualbass")){
//qCDebug(dcBose()) << "Actual bass" << xml.readElementText();
} else if(xml.name() == "actualbass"){
//qDebug(dcBose) << "Actual bass" << xml.readElementText();
bassObject.actualBass = xml.readElementText().toInt();
} else {
xml.skipCurrentElement();
}
}
emit bassReceived(requestId, bassObject);
} else if (xml.name() == QString("bassCapabilities")) {
} else if (xml.name() == "bassCapabilities") {
BassCapabilitiesObject bassCapabilities;
if(xml.attributes().hasAttribute("deviceID")) {
bassCapabilities.deviceID = xml.attributes().value("deviceID").toString();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("bassAvailable")){
//qCDebug(dcBose()) << "BassAvailable" << xml.readElementText();
if(xml.name() == "bassAvailable"){
//qDebug(dcBose) << "BassAvailable" << xml.readElementText();
bassCapabilities.bassAvailable = ( xml.readElementText().toUpper() == "TRUE" );
} else if(xml.name() == QString("bassMin")){
//qCDebug(dcBose()) << "bass Min" << xml.readElementText();
} else if(xml.name() == "bassMin"){
//qDebug(dcBose) << "bass Min" << xml.readElementText();
bassCapabilities.bassMin = xml.readElementText().toInt();
} else if(xml.name() == QString("bassMax")){
//qCDebug(dcBose()) << "bass Max" << xml.readElementText();
} else if(xml.name() == "bassMax"){
//qDebug(dcBose) << "bass Max" << xml.readElementText();
bassCapabilities.bassMax = xml.readElementText().toInt();
} else if(xml.name() == QString("bassDefault")){
//qCDebug(dcBose()) << "bass default" << xml.readElementText();
} else if(xml.name() == "bassDefault"){
//qDebug(dcBose) << "bass default" << xml.readElementText();
bassCapabilities.bassDefault = xml.readElementText().toInt();
}else {
xml.skipCurrentElement();
}
}
emit bassCapabilitiesReceived(requestId, bassCapabilities);
} else if (xml.name() == QString("presets")) {
} else if (xml.name() == "presets") {
QList<PresetObject> presets;
qCDebug(dcBose()) << "Presets";
qDebug(dcBose) << "Presets";
while(xml.readNextStartElement()){
if(xml.name() == QString("preset")){
if(xml.name() == "preset"){
PresetObject preset;
if(xml.attributes().hasAttribute("id")) {
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")) {
preset.updatedOn = xml.attributes().value("updatedOn").toULong();
}
qCDebug(dcBose()) << "Preset" << preset.presetId;
qDebug(dcBose) << "Preset" << preset.presetId;
while(xml.readNextStartElement()){
if (xml.name() == QString("ContentItem")) {
if (xml.name() == "ContentItem") {
if(xml.attributes().hasAttribute("source")) {
preset.ContentItem.source = xml.attributes().value("source").toString();
}
@ -899,9 +904,9 @@ void SoundTouch::parseData(const QUuid &requestId, const QByteArray &data)
}
while(xml.readNextStartElement()){
if (xml.name() == QString("itemName")) {
if (xml.name() == "itemName") {
preset.ContentItem.itemName = xml.readElementText();
} else if (xml.name() == QString("containerArt")){
} else if (xml.name() == "containerArt"){
preset.ContentItem.containerArt = xml.readElementText();
} else {
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);
} else if (xml.name() == QString("group")) {
} else if (xml.name() == "group") {
GroupObject group;
if(xml.attributes().hasAttribute("deviceID")) {
group.id = xml.attributes().value("id").toString();
}
while(xml.readNextStartElement()){
if(xml.name() == QString("name")) {
if(xml.name() == "name") {
group.name = xml.readElementText();
} else if(xml.name() == QString("masterDeviceId")) {
} else if(xml.name() == "masterDeviceId") {
group.masterDeviceId = xml.readElementText();
} else if(xml.name() == QString("roles")) {
} else if(xml.name() == "roles") {
//group.roles = xml.readElementText().toInt();
} else if(xml.name() == QString("status")){
} else if(xml.name() == "status"){
QString groupStatus = xml.readElementText();
//qCDebug(dcBose()) << "Group role" << groupStatus;
//qDebug(dcBose) << "Group role" << groupStatus;
//group.status = xml.readElementText();
}else {
xml.skipCurrentElement();
}
}
emit groupReceived(requestId, group);
} else if (xml.name() == QString("zone")) {
} else if (xml.name() == "zone") {
ZoneObject zone;
if(xml.attributes().hasAttribute("master")) {
zone.deviceID = xml.attributes().value("master").toString();
}
while(xml.readNextStartElement()){
MemberObject member;
if(xml.name() == QString("member")) {
if(xml.name() == "member") {
if(xml.attributes().hasAttribute("ipaddress")) {
member.ipAddress = xml.attributes().value("ipaddress").toString();
}

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef SOUNDTOUCH_H
#define SOUNDTOUCH_H
@ -33,7 +39,9 @@
#include "extern-plugininfo.h"
#include "soundtouchtypes.h"
#include <network/networkaccessmanager.h>
#include "hardwaremanager.h"
#include "network/networkaccessmanager.h"
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 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 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.
private:
@ -74,23 +82,23 @@ private:
QString m_ipAddress;
int m_port = 8090;
QWebSocket *m_websocket = nullptr;
void emitRequestStatus(const QUuid &requestId, QNetworkReply *reply); //returns the status, -1 in case of error
void parseData(const QUuid &requestId, const QByteArray &data);
void emitRequestStatus(QUuid requestId, QNetworkReply *reply); //returns the status, -1 in case of error
void parseData(QUuid requestId, const QByteArray &data);
signals:
void connectionChanged(bool connected);
void infoReceived(const QUuid &requestId, InfoObject info);
void nowPlayingReceived(const QUuid &requestId, NowPlayingObject nowPlaying);
void volumeReceived(const QUuid &requestId, VolumeObject volume);
void sourcesReceived(const QUuid &requestId, SourcesObject sources);
void zoneReceived(const QUuid &requestId, ZoneObject);
void bassCapabilitiesReceived(const QUuid &requestId, BassCapabilitiesObject bassCapabilities);
void bassReceived(const QUuid &requestId, BassObject bass);
void presetsReceived(const QUuid &requestId, QList<PresetObject> presets);
void groupReceived(const QUuid &requestId, GroupObject group);
void infoReceived(QUuid requestId, InfoObject info);
void nowPlayingReceived(QUuid requestId, NowPlayingObject nowPlaying);
void volumeReceived(QUuid requestId, VolumeObject volume);
void sourcesReceived(QUuid requestId, SourcesObject sources);
void zoneReceived(QUuid requestId, ZoneObject);
void bassCapabilitiesReceived(QUuid requestId, BassCapabilitiesObject bassCapabilities);
void bassReceived(QUuid requestId, BassObject bass);
void presetsReceived(QUuid requestId, QList<PresetObject> presets);
void groupReceived(QUuid requestId, GroupObject group);
void requestExecuted(const QUuid &requestId, bool success);
void requestExecuted(QUuid requestId, bool success);
void errorReceived(ErrorObject error);
private slots:

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef SOUNDTOUCHTYPES_H
#define SOUNDTOUCHTYPES_H
@ -121,7 +127,7 @@ struct InfoObject {
};
struct ArtObject {
ART_STATUS artStatus = ART_STATUS_INVALID;
ART_STATUS artStatus;
QString url;
};
@ -133,7 +139,7 @@ struct ContentItemObject {
QString source; //Attribute. The type or name of the service playing. To determine if the product is in standby mode, check if source == STANDBY.
QString location; //Attribute. READ-ONLY. This attribute is used by Bose to point to the content the user is accessing. You can save it to access content later, but do not attempt to generate your own locations.
QString sourceAccount; //Attribute. The user-account associated with this source.
bool isPresetable = false; //Attribute. TRUE if the source can be set as one of the six (6) SoundTouch presets.
bool isPresetable; //Attribute. TRUE if the source can be set as one of the six (6) SoundTouch presets.
QString itemName; //Element. The album, station, playlist, song, phone, etc. name depending on the source.
QString containerArt; //URL
};

View File

@ -1,18 +0,0 @@
# Bosswerk
This integration plugin allows to add Bosswerk Micro Inverters to nymea.
## Supported devices
* MI-300
* MI-600
## Requirements
The solar inverter needs to be connected to the same network as nymea. Once powered on, the
inverter will open a wireless hotspot named AP_XXXXXXXXXX where XXXXXXXXXX is the serial number
written on the casing. The default password for this WiFi is 12345678. After connecting,
open [http://10.10.100.254](http://10.10.100.254) with the browser and use the web interface
on the inverter to connect it to a WiFi with nymea in it.
Once done so, set up the inverter in nymea as any other thing.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -1,9 +0,0 @@
include(../plugins.pri)
QT *= network
SOURCES += \
integrationpluginbosswerk.cpp
HEADERS += \
integrationpluginbosswerk.h

View File

@ -1,260 +0,0 @@
// 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 "integrationpluginbosswerk.h"
#include "plugininfo.h"
#include <plugintimer.h>
#include <types/param.h>
#include <network/networkdevicediscovery.h>
#include <network/networkaccessmanager.h>
#include <network/networkdevicediscoveryreply.h>
#include <QNetworkReply>
#include <QAuthenticator>
#include <QUrlQuery>
#include <QJsonDocument>
#include <QMetaEnum>
IntegrationPluginBosswerk::IntegrationPluginBosswerk()
{
}
IntegrationPluginBosswerk::~IntegrationPluginBosswerk()
{
}
void IntegrationPluginBosswerk::discoverThings(ThingDiscoveryInfo *info)
{
m_discoveryCache.clear();
NetworkDeviceDiscoveryReply *discoveryReply = hardwareManager()->networkDeviceDiscovery()->discover();
// This device doesn't give much information without login credentials. In order to identify it we'll
// do an unauthorized GET call on it and compare the server header "HTTPD" as well as the static
// Unauthorized page which looks unique enough.
// If this proves to not be reliable enough, one more option would be to connect to TCP port 8899 which is open
// and responds to a proprietary binary protocol which would need to be reverse engineered first.
connect(discoveryReply, &NetworkDeviceDiscoveryReply::finished, discoveryReply, &NetworkDeviceDiscoveryReply::deleteLater);
connect(discoveryReply, &NetworkDeviceDiscoveryReply::hostAddressDiscovered, info, [this, info](const QHostAddress &address){
qCDebug(dcBosswerk()) << "Probing device" << address.toString();
QUrl url("http://" + address.toString() + "/status.html");
QNetworkRequest request(url);
QNetworkReply *probeReply = hardwareManager()->networkManager()->get(request);
connect(probeReply, &QNetworkReply::finished, probeReply, &QNetworkReply::deleteLater);
connect(probeReply, &QNetworkReply::finished, info, [probeReply, address, this](){
QByteArray data = probeReply->readAll();
qCDebug(dcBosswerk()) << "Probe reply from" << address.toString() << ":" << probeReply->rawHeaderPairs() << data;
if (probeReply->header(QNetworkRequest::ServerHeader) == "HTTPD" && data == "<HTML><HEAD><TITLE>401 Unauthorized</TITLE></HEAD>\n<BODY BGCOLOR=\"#cc9999\"><H4>401 Unauthorized</H4>\nAuthorization required.\n</BODY></HTML>\n") {
qCDebug(dcBosswerk()) << "Found bosswerk MI-300/600:" << address.toString();
// We get the discovery info once the network device discovery is finished.
m_discoveryCache.append(address);
}
});
});
connect(discoveryReply, &NetworkDeviceDiscoveryReply::finished, info, [this, info, discoveryReply](){
foreach (const QHostAddress &address, m_discoveryCache) {
NetworkDeviceInfo networkDeviceInfo = discoveryReply->networkDeviceInfos().get(address);
ThingDescriptor descriptor(mix00ThingClassId, "MI-300/600", networkDeviceInfo.hostName());
ParamList params;
params.append(Param(mix00ThingMacAddressParamTypeId, networkDeviceInfo.thingParamValueMacAddress()));
params.append(Param(mix00ThingHostNameParamTypeId, networkDeviceInfo.thingParamValueHostName()));
params.append(Param(mix00ThingAddressParamTypeId, networkDeviceInfo.thingParamValueAddress()));
Thing *existingThing = myThings().findByParams(params);
if (existingThing)
descriptor.setThingId(existingThing->id());
info->addThingDescriptor(descriptor);
}
m_discoveryCache.clear();
});
QTimer *timeout = new QTimer(info);
timeout->start(28000);
connect(timeout, &QTimer::timeout, info, [=](){
info->finish(Thing::ThingErrorNoError);
});
}
void IntegrationPluginBosswerk::startPairing(ThingPairingInfo *info)
{
info->finish(Thing::ThingErrorNoError, QT_TR_NOOP("Please enter your login credentials."));
}
void IntegrationPluginBosswerk::confirmPairing(ThingPairingInfo *info, const QString &username, const QString &secret)
{
MacAddress macAddress(info->params().paramValue(mix00ThingMacAddressParamTypeId).toString());
QString hostName(info->params().paramValue(mix00ThingHostNameParamTypeId).toString());
QHostAddress address(info->params().paramValue(mix00ThingAddressParamTypeId).toString());
NetworkDeviceInfos cache = hardwareManager()->networkDeviceDiscovery()->cache();
NetworkDeviceInfo networkDeviceInfo;
if (!macAddress.isNull()) {
networkDeviceInfo = cache.at(cache.indexFromMacAddress(macAddress).first());
} else if (!hostName.isEmpty()) {
networkDeviceInfo = cache.at(cache.indexFromHostName(hostName));
} else if (!address.isNull()) {
networkDeviceInfo = cache.get(address);
} else {
qCWarning(dcBosswerk()) << info->params() << "not found in network device cache.";
info->finish(Thing::ThingErrorItemNotFound, QT_TR_NOOP("An error happened in the network communication."));
return;
}
QUrl url("http://" + username + ":" + secret + "@" + networkDeviceInfo.address().toString() + "/status.html");
QNetworkRequest request(url);
qCDebug(dcBosswerk) << "Requesting" << request.url();
QNetworkReply *reply = hardwareManager()->networkManager()->get(request);
connect(reply, &QNetworkReply::finished, reply, &QNetworkReply::deleteLater);
connect(reply, &QNetworkReply::finished, info, [=](){
if (reply->error() != QNetworkReply::NoError) {
qCWarning(dcBosswerk()) << "Error logging in at inverter" << reply->error();
info->finish(Thing::ThingErrorAuthenticationFailure, QT_TR_NOOP("Failed to log in at the inverter."));
return;
}
QByteArray payload = reply->readAll();
qCDebug(dcBosswerk()) << "Reply data:" << payload;
pluginStorage()->beginGroup(info->thingId().toString());
pluginStorage()->setValue("username", username);
pluginStorage()->setValue("password", secret);
pluginStorage()->endGroup();
info->finish(Thing::ThingErrorNoError);
});
}
void IntegrationPluginBosswerk::setupThing(ThingSetupInfo *info)
{
Thing *thing = info->thing();
NetworkDeviceMonitor *monitor = m_deviceMonitors.take(thing);
if (monitor) {
hardwareManager()->networkDeviceDiscovery()->unregisterMonitor(monitor);
}
PluginTimer *timer = m_timers.take(thing);
if (timer) {
hardwareManager()->pluginTimerManager()->unregisterTimer(timer);
}
monitor = hardwareManager()->networkDeviceDiscovery()->registerMonitor(thing);
m_deviceMonitors.insert(thing, monitor);
timer = hardwareManager()->pluginTimerManager()->registerTimer(5);
m_timers.insert(thing, timer);
connect(monitor, &NetworkDeviceMonitor::reachableChanged, thing, [this, timer, thing](bool reachable) {
thing->setStateValue(mix00ConnectedStateTypeId, reachable);
if (reachable) {
timer->start();
pollDevice(thing);
} else {
timer->stop();
thing->setStateValue(mix00CurrentPowerStateTypeId, 0);
}
});
connect(timer, &PluginTimer::timeout, thing, [this, thing](){
if (m_deviceMonitors.value(thing)->reachable()) {
pollDevice(thing);
}
});
pollDevice(thing);
info->finish(Thing::ThingErrorNoError);
}
void IntegrationPluginBosswerk::thingRemoved(Thing *thing)
{
hardwareManager()->networkDeviceDiscovery()->unregisterMonitor(m_deviceMonitors.take(thing));
hardwareManager()->pluginTimerManager()->unregisterTimer(m_timers.take(thing));
}
void IntegrationPluginBosswerk::pollDevice(Thing *thing)
{
NetworkDeviceMonitor *monitor = m_deviceMonitors.value(thing);
pluginStorage()->beginGroup(thing->id().toString());
QString username = pluginStorage()->value("username").toString();
QString password = pluginStorage()->value("password").toString();
pluginStorage()->endGroup();
QUrl url("http://" + username + ":" + password + "@" + monitor->networkDeviceInfo().address().toString() + "/status.html");
qCDebug(dcBosswerk()) << "Requesting" << url.toString();
QNetworkRequest request(url);
QNetworkReply *statusReply = hardwareManager()->networkManager()->get(request);
connect(statusReply, &QNetworkReply::finished, statusReply, &QNetworkReply::deleteLater);
connect(statusReply, &QNetworkReply::finished, thing, [=](){
if (statusReply->error() != QNetworkReply::NoError) {
qCWarning(dcBosswerk) << "Error polling" << thing->name() << ":" << statusReply->error() << statusReply->errorString();
return;
}
QByteArray data = statusReply->readAll();
// qCDebug(dcBosswerk) << "Status:" << qUtf8Printable(data);
foreach (const QString &line, QString(data).split("\n")) {
if (line.startsWith("var ")) {
qCDebug(dcBosswerk()) << "Data line:" << line;
}
if (line.startsWith("var webdata_now_p")) {
bool ok;
double currentPower = line.split("\"").at(1).toDouble(&ok);
if (ok) {
thing->setStateValue(mix00CurrentPowerStateTypeId, -currentPower);
}
}
if (line.startsWith("var webdata_total_e")) {
bool ok;
double totalEnergyProduced = line.split("\"").at(1).toDouble(&ok);
if (ok && totalEnergyProduced != 0) { // When it's not producing anything, it will also give 0 for the total. Ignoring that...
thing->setStateValue(mix00TotalEnergyProducedStateTypeId, totalEnergyProduced);
}
}
if (line.startsWith("var cover_sta_rssi")) {
bool ok;
QString rssiString = line.split("\"").at(1);
rssiString.remove("%");
int rssi = rssiString.toInt(&ok);
if (ok) {
thing->setStateValue(mix00SignalStrengthStateTypeId, rssi);
}
}
}
});
}

View File

@ -1,70 +0,0 @@
// 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 INTEGRATIONPLUGINMEROSS_H
#define INTEGRATIONPLUGINMEROSS_H
#include <integrations/integrationplugin.h>
#include "extern-plugininfo.h"
#include <QHostAddress>
class PluginTimer;
class NetworkDeviceMonitor;
class QNetworkReply;
class IntegrationPluginBosswerk: public IntegrationPlugin
{
Q_OBJECT
Q_PLUGIN_METADATA(IID "io.nymea.IntegrationPlugin" FILE "integrationpluginbosswerk.json")
Q_INTERFACES(IntegrationPlugin)
public:
enum Method {
GET,
SET
};
Q_ENUM(Method)
explicit IntegrationPluginBosswerk();
~IntegrationPluginBosswerk();
void discoverThings(ThingDiscoveryInfo *info) override;
void startPairing(ThingPairingInfo *info) override;
void confirmPairing(ThingPairingInfo *info, const QString &username, const QString &secret) override;
void setupThing(ThingSetupInfo *info) override;
void thingRemoved(Thing *thing) override;
private slots:
void pollDevice(Thing *thing);
private:
QHash<Thing*, NetworkDeviceMonitor*> m_deviceMonitors;
QHash<Thing*, PluginTimer*> m_timers;
QList<QHostAddress> m_discoveryCache;
};
#endif // INTEGRATIONPLUGINMEROSS_H

View File

@ -1,90 +0,0 @@
{
"name": "bosswerk",
"displayName": "Bosswerk",
"id": "595b7759-336d-4677-a014-1b0fd11f45ea",
"vendors": [
{
"name": "bosswerk",
"displayName": "Bosswerk",
"id": "26ec1591-cc37-4ac1-b943-04844e002601",
"thingClasses": [
{
"id": "31ee3e61-eb3f-470b-8957-293fe65f404d",
"name": "mix00",
"displayName": "MI-300/600",
"createMethods": ["discovery"],
"setupMethod": "userandpassword",
"interfaces": [ "solarinverter", "wirelessconnectable", "networkdevice" ],
"paramTypes": [
{
"id": "80f6972f-a2df-4cbb-beea-672bdcf05e45",
"name": "hostName",
"displayName": "Host name",
"type": "QString",
"defaultValue": ""
},
{
"id": "6fbe5f08-3539-447d-9281-916abe9d8128",
"name":"macAddress",
"displayName": "MAC address",
"type": "QString",
"defaultValue": "00:00:00:00:00:00",
"readOnly": true
},
{
"id": "f772600b-2a85-4459-a8a0-08b4e6adae2b",
"name": "address",
"displayName": "IP address",
"type": "QString",
"inputType": "IPv4Address",
"defaultValue": ""
}
],
"stateTypes": [
{
"id": "b1a9bdf7-1c87-4c5d-b7e5-835697e7b7e5",
"name": "connected",
"displayName": "Connected",
"displayNameEvent": "Connected changed",
"type": "bool",
"defaultValue": false,
"cached": false
},
{
"id": "4187873d-50dd-4470-8bd1-2787436db84d",
"name": "signalStrength",
"displayName": "Signal strength",
"displayNameEvent": "Signal strength changed",
"type": "uint",
"unit": "Percentage",
"minValue": 0,
"maxValue": 100,
"defaultValue": 0,
"filter": "adaptive",
"cached": false
},
{
"id": "044c26ce-67a7-4c81-99b1-4aa35285b109",
"name": "currentPower",
"displayName": "Current power consumption",
"displayNameEvent": "Current power consumption changed",
"type": "double",
"unit": "Watt",
"defaultValue": 0,
"cached": false
},
{
"id": "4a596301-3a8d-41de-bc97-275d23c0e5cd",
"name": "totalEnergyProduced",
"displayName": "Total produced energy",
"displayNameEvent": "Total produced energy changed",
"type": "double",
"unit": "KiloWattHour",
"defaultValue": 0
}
]
}
]
}
]
}

View File

@ -1,13 +0,0 @@
{
"title": "Bosswerk",
"tagline": "Integrates Bosswerk solar inverters with nymea.",
"icon": "bosswerk.jpg",
"stability": "consumer",
"offline": true,
"technologies": [
"network"
],
"categories": [
"energy"
]
}

View File

@ -1,70 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
<name>IntegrationPluginBosswerk</name>
<message>
<location filename="../integrationpluginbosswerk.cpp" line="82"/>
<source>Please enter your login credentials.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../integrationpluginbosswerk.cpp" line="93"/>
<source>An error happened in the network communication.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../integrationpluginbosswerk.cpp" line="108"/>
<source>Failed to log in at the inverter.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>bosswerk</name>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="33"/>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="36"/>
<source>Bosswerk</source>
<extracomment>The name of the vendor ({26ec1591-cc37-4ac1-b943-04844e002601})
----------
The name of the plugin bosswerk ({595b7759-336d-4677-a014-1b0fd11f45ea})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="39"/>
<source>Connected</source>
<extracomment>The name of the StateType ({b1a9bdf7-1c87-4c5d-b7e5-835697e7b7e5}) of ThingClass mix00</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="42"/>
<source>Current power consumption</source>
<extracomment>The name of the StateType ({044c26ce-67a7-4c81-99b1-4aa35285b109}) of ThingClass mix00</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="45"/>
<source>MAC address</source>
<extracomment>The name of the ParamType (ThingClass: mix00, Type: thing, ID: {6fbe5f08-3539-447d-9281-916abe9d8128})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="48"/>
<source>MI-300/600</source>
<extracomment>The name of the ThingClass ({31ee3e61-eb3f-470b-8957-293fe65f404d})</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="51"/>
<source>Signal strength</source>
<extracomment>The name of the StateType ({4187873d-50dd-4470-8bd1-2787436db84d}) of ThingClass mix00</extracomment>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../../../build/nymea-plugins-Desktop-Debug/bosswerk/plugininfo.h" line="54"/>
<source>Total produced energy</source>
<extracomment>The name of the StateType ({4a596301-3a8d-41de-bc97-275d23c0e5cd}) of ThingClass mix00</extracomment>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

View File

@ -1,9 +1,11 @@
include(../plugins.pri)
QT *= network
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationplugincoinmarketcap)
SOURCES += \
integrationplugincoinmarketcap.cpp
integrationplugincoinmarketcap.cpp \
HEADERS += \
integrationplugincoinmarketcap.h
integrationplugincoinmarketcap.h \

View File

@ -1,32 +1,37 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationplugincoinmarketcap.h"
#include "network/networkaccessmanager.h"
#include "plugininfo.h"
#include <network/networkaccessmanager.h>
#include <QJsonDocument>
IntegrationPluginCoinMarketCap::IntegrationPluginCoinMarketCap()
@ -39,7 +44,7 @@ void IntegrationPluginCoinMarketCap::startPairing(ThingPairingInfo *info)
NetworkAccessManager *network = hardwareManager()->networkManager();
QNetworkReply *reply = network->get(QNetworkRequest(QUrl("https://pro-api.coinmarketcap.com")));
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) {
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();
price = elementMap.value("quote").toMap().value(fiatCurrency).toMap().value("price").toDouble();
if (elementMap.value("name").toString() == "Bitcoin") {
qCDebug(dcCoinMarketCap()) << "Bitcoin Price in" << fiatCurrency << price;
qDebug(dcCoinMarketCap()) << "Bitcoin Price in" << fiatCurrency << price;
thing->setStateValue(currentPricesBtcStateTypeId, price);
} 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);
} 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);
} 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);
} 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);
} 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);
} 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);
} else if (elementMap.value("name").toString() == "Dash") {

View File

@ -1,32 +1,38 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINCOINMARKETCAP_H
#define INTEGRATIONPLUGINCOINMARKETCAP_H
#include <integrations/integrationplugin.h>
#include <plugintimer.h>
#include "integrations/integrationplugin.h"
#include "plugintimer.h"
#include <QNetworkReply>
#include <QHostInfo>

View File

@ -1,5 +1,7 @@
include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_integrationplugincommandlauncher)
SOURCES += \
integrationplugincommandlauncher.cpp

View File

@ -1,33 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationplugincommandlauncher.h"
#include "integrations/thing.h"
#include "plugininfo.h"
#include <integrations/thing.h>
#include <QRegularExpression>
#include <QDebug>
IntegrattionPluginCommandLauncher::IntegrattionPluginCommandLauncher()
{
@ -44,7 +50,7 @@ void IntegrattionPluginCommandLauncher::setupThing(ThingSetupInfo *info)
// Script
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
QFileInfo fileInfo(scriptArguments.first());
if (!fileInfo.exists()) {

View File

@ -1,31 +1,37 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINCOMMANDLAUNCHER_H
#define INTEGRATIONPLUGINCOMMANDLAUNCHER_H
#include <integrations/integrationplugin.h>
#include "integrations/integrationplugin.h"
#include <QProcess>
#include <QFileInfo>
@ -46,8 +52,8 @@ public:
void thingRemoved(Thing *thing) override;
private:
QHash<QProcess *,Thing *> m_scripts;
QHash<QProcess *,Thing *> m_applications;
QHash<QProcess*,Thing*> m_scripts;
QHash<QProcess*,Thing*> m_applications;
};
#endif // INTEGRATIONPLUGINCOMMANDLAUNCHER_H

View File

@ -1,8 +1,8 @@
{
"title": "Command Launcher",
"tagline": "Launch local commands or scripts.",
"tagline": "Launch local commands or bash scripts.",
"icon": "commandlauncher.svg",
"stability": "community",
"stability": "consumer",
"offline": true,
"technologies": [
],

View File

@ -1,16 +0,0 @@
# Daikin Airco
This plugin allows discovery and simple control via Nymea of Daikin airconditioning devices.
## Supported Things
* Devices with the Daikin Residential Controller
## Requirements
* nymea and the airconditioning device must be in the same local area network.
* The package "nymea-plugin-daikinairco" must be installed.
## More
[Daikin Residential Controller](https://www.daikin.eu/en_us/product-group/control-systems/daikin-online-controller.html)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

View File

@ -1,139 +0,0 @@
{
"displayName": "Daikin Airco",
"name": "Daikinairco",
"id": "b5cf475e-707d-46a5-9684-296fb1a14886",
"vendors": [
{
"id": "88f6421c-cc7b-4006-b077-421fc384939c",
"displayName": "Daikin",
"name": "Daikin",
"thingClasses": [
{
"id": "e6d0bfe6-5923-4c29-840d-ef8b0a17fad9",
"name": "airco",
"displayName": "Daikin Airco",
"createMethods": ["discovery"],
"interfaces": ["power", "thermostat", "temperaturesensor", "wirelessconnectable"],
"paramTypes": [
{
"id": "758cad5c-994a-4136-b83d-80fe2f07346c",
"name": "deviceId",
"displayName": "Device ID",
"type" : "QString",
"readOnly": true
},
{
"id": "1fefe7df-ef8e-4434-bb51-0c521553f750",
"name": "deviceName",
"displayName": "Device name",
"type" : "QString",
"readOnly": true
}
],
"settingsTypes": [
],
"stateTypes": [
{
"id": "71c5b083-6c95-44f0-b54c-b98f0ac459d8",
"name": "connected",
"displayName": "Connected",
"displayNameEvent": "Connected changed",
"defaultValue": false,
"type": "bool",
"cached": false
},
{
"displayName": "Power",
"id": "6bb42aa0-2280-408d-89b5-400410abdd73",
"name": "power",
"displayNameEvent": "Power changed",
"displayNameAction": "Set power",
"type": "bool",
"defaultValue": false,
"writable": true
},
{
"id": "2261311a-4302-4a03-bd67-50e92044fe59",
"name": "targetTemperature",
"displayName": "Target temperature",
"displayNameEvent": "Target temperature changed",
"displayNameAction": "Set target temperature",
"type": "double",
"unit": "DegreeCelsius",
"minValue": "10",
"maxValue": "30",
"defaultValue": "20",
"writable": true
},
{
"id": "a2b7a3aa-641c-45b8-a13b-e845324969ca",
"name": "temperature",
"displayName": "Home temperature",
"displayNameEvent": "Home temperature changed",
"type": "double",
"unit": "DegreeCelsius",
"defaultValue": "0"
},
{
"id": "b99b7182-51e6-456c-b7bc-f39ea2397500",
"name": "outsideTemperature",
"displayName": "Outside temperature",
"displayNameEvent": "Outside temperature changed",
"type": "double",
"unit": "DegreeCelsius",
"defaultValue": "0"
},
{
"id": "9b614a01-4984-4e73-8cbc-95389c484c3b",
"name": "humidity",
"displayName": "Humidity",
"displayNameEvent": "Humidity changed",
"type": "double",
"unit": "Percentage",
"minValue": "0",
"maxValue": "100",
"defaultValue": "0"
},
{
"id": "59da03a6-1b61-4777-91e1-51e518beecbc",
"name": "Mode",
"displayName": "Mode",
"displayNameEvent": "Mode changed",
"displayNameAction": "Set mode",
"type": "QString",
"writable": true,
"possibleValues": [
"Automatic",
"Cooling",
"Heating",
"Dehumidifier",
"Fan"
],
"defaultValue": "Automatic"
},
{
"id": "f63db3b7-423b-48be-be55-8ac9221316a7",
"name": "heatingOn",
"displayName": "Heating On",
"displayNameEvent": "Heating changed",
"type": "bool",
"defaultValue": false
},
{
"id": "6f00a58f-248a-4137-adf5-36999adbaf50",
"name": "coolingOn",
"displayName": "Cooling On",
"displayNameEvent": "Cooling changed",
"type": "bool",
"defaultValue": false
}
],
"actionTypes": [
]
}
]
}
]
}

View File

@ -1,439 +0,0 @@
# 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 time
import threading
import json
import requests
import random
from socket import *
import sys
pollTimer = None
pollFrequency = 30
ipMap = {}
def discoverThings(info):
logger.log("Discovery started for", info.thingClassId)
discoveredIps = findIps()
for i in range(0, len(discoveredIps)):
deviceIp = discoveredIps[i]
# get basic info /common/basic_info
# response example:
# ret=OK,type=aircon,reg=eu,dst=1,ver=1_14_58,rev=83B3526,pow=0,err=0,location=0,
# name=name-in-%hex,icon=0,method=polling,port=30050,id=uuid,
# pw=,lpw_flag=0,adp_kind=3,pv=3.30,cpv=3,cpv_minor=20,led=1,en_setzone=1,mac=mac,adp_mode=run,en_hol=0,
# ssid1=ssid,radio1=-43,ssid=DaikinAP14937,grp_name=,en_grp=0
# get model info /aircon/get_model_info --> (how) can we use this?
# response example:
# ret=OK,model=0FC3,type=N,pv=3.30,cpv=3,cpv_minor=20,mid=NA,humd=0,s_humd=0,acled=0,land=0,elec=1,temp=1,
# temp_rng=0,m_dtct=1,ac_dst=--,disp_dry=0,dmnd=1,en_scdltmr=1,en_frate=1,en_fdir=1,s_fdir=3,en_rtemp_a=0,
# en_spmode=5,en_ipw_sep=1,en_mompow=1,hmlmt_l=10.0
aUrl = 'http://' + deviceIp + '/common/basic_info'
headers = {'Accept': '*/*'}
rr = requests.get(aUrl, headers=headers)
pollResponse = rr.text
if rr.status_code == requests.codes.ok:
systemType = 'none'
splitResponse = pollResponse.split(",")
for j in range(0, len(splitResponse)):
splitItem = splitResponse[j].split("=")
if splitItem[0] == 'type':
systemType = splitItem[1]
elif splitItem[0] == 'id':
systemId = splitItem[1]
elif splitItem[0] == 'name':
hexArray = splitItem[1].split("%")
deviceName = ""
for k in range(0, len(hexArray)):
deviceName+=bytes.fromhex(hexArray[k]).decode('utf-8')
if systemType == 'aircon':
logger.log("Device with IP " + deviceIp + " is a Daikin airco unit.")
logger.log("Device ID:", systemId)
logger.log("Device Name:", deviceName)
# check if device already known
exists = False
for thing in myThings():
logger.log("Comparing to existing units: is %s an airco unit?" % (thing.name))
if thing.thingClassId == aircoThingClassId:
logger.log("Yes, %s is an airco unit." % (thing.name))
if thing.paramValue(aircoThingDeviceIdParamTypeId) == systemId:
logger.log("Already have unit with serial number %s in the system: %s" % (systemId, thing.name))
exists = True
else:
logger.log("Thing %s doesn't match with found unit with serial number %s" % (thing.name, systemId))
if exists == False: # unit doesn't exist yet, so add it
thingDescriptor = nymea.ThingDescriptor(aircoThingClassId, deviceName)
thingDescriptor.params = [
nymea.Param(aircoThingDeviceIdParamTypeId, systemId),
nymea.Param(aircoThingDeviceNameParamTypeId, deviceName)
]
info.addDescriptor(thingDescriptor)
else: # unit already exists, so show it to allow reconfiguration
thingDescriptor = nymea.ThingDescriptor(aircoThingClassId, deviceName, thingId=thing.id)
thingDescriptor.params = [
nymea.Param(aircoThingDeviceIdParamTypeId, systemId),
nymea.Param(aircoThingDeviceNameParamTypeId, deviceName)
]
info.addDescriptor(thingDescriptor)
else:
logger.log("Device with IP " + deviceIp + " does not appear to be a supported Daikin airco unit.")
else:
logger.log("Device with IP " + deviceIp + " does not appear to be a supported Daikin airco unit.")
info.finish(nymea.ThingErrorNoError)
return
def findIps():
discoveredIps = []
# Create a UDP socket
sock = socket(AF_INET, SOCK_DGRAM)
sock.setsockopt(SOL_SOCKET, SO_REUSEADDR, 1)
sock.setsockopt(SOL_SOCKET, SO_BROADCAST, 1)
sock.settimeout(20)
server_address = ('255.255.255.255', 30050)
message = 'DAIKIN_UDP/common/basic_info'
try:
while True:
# Send data
logger.log('sending: ' + message)
sent = sock.sendto(message.encode(), server_address)
# Receive response
logger.log('waiting to receive')
data, server = sock.recvfrom(4096)
if data.decode('UTF-8')[0:18] == 'ret=OK,type=aircon':
print('Received confirmation; server ip: ' + str(server[0]) )
discoveredIps.append(str(server[0]))
break
else:
print('Verification failed')
print('Trying again...')
finally:
sock.close()
return discoveredIps
def findDeviceIP(airco):
searchSystemId = airco.paramValue(aircoThingDeviceIdParamTypeId)
discoveredIps = findIps()
foundIp = None
found = False
for i in range(0, len(discoveredIps)):
deviceIp = discoveredIps[i]
aUrl = 'http://' + deviceIp + '/common/basic_info'
headers = {'Accept': '*/*'}
rr = requests.get(aUrl, headers=headers)
pollResponse = rr.text
if rr.status_code == requests.codes.ok:
logger.log("Device with IP " + deviceIp + " is a supported Daikin Airco.")
# get device info
splitResponse = pollResponse.split(",")
for j in range(0, len(splitResponse)):
splitItem = splitResponse[j].split("=")
if splitItem[0] == 'id':
systemId = splitItem[1]
logger.log("Device ID:", systemId)
# check if this is the device with the serial number we're looking for
if systemId == searchSystemId:
logger.log("Device with IP " + deviceIp + " is the existing device.")
found = True
foundIp = deviceIp
ipMap[airco] = foundIp
else:
logger.log("Device with IP " + deviceIp + " does not appear to be a supported Daikin Airco.")
if found == True:
airco.setStateValue(aircoConnectedStateTypeId, True)
else:
airco.setStateValue(aircoConnectedStateTypeId, False)
return found
def setupThing(info):
searchSystemId = info.thing.paramValue(aircoThingDeviceIdParamTypeId)
logger.log("setupThing called for", info.thing.name, searchSystemId)
found = findDeviceIP(info.thing)
if found == True:
pollAirco(info.thing)
info.finish(nymea.ThingErrorNoError)
else:
info.finish(nymea.ThingErrorHardwareFailure, "Error connecting to the device in the network.")
logger.log("Airco added:", info.thing.name)
# If no poll timer is set up yet, start it now
logger.log("Creating pollService")
global pollTimer
global pollFrequency
if pollTimer == None:
logger.log("Starting timer @ setupThing")
pollTimer = nymea.PluginTimer(pollFrequency, pollService)
logger.log("timer interval @ setupThing", pollTimer.interval)
else:
logger.log("Timer already exists @ setupThing")
info.finish(nymea.ThingErrorNoError)
return
def pollAirco(info):
global pollFrequency
global ipMap
deviceIp = ipMap[info]
logger.log("polling airco", deviceIp, info.name)
airco = info
headers = {'Accept': '*/*'}
# get sensor info
# response example:
# ret=OK,htemp=25.0,hhum=30,otemp=2.0,err=0,cmpfreq=0,mompow=1
aUrl = 'http://' + deviceIp + '/aircon/get_sensor_info'
pr = requests.get(aUrl, headers=headers)
pollResponse = pr.text
if pr.status_code == requests.codes.ok:
airco.setStateValue(aircoConnectedStateTypeId, True)
splitResponse = pollResponse.split(",")
for i in range(0, len(splitResponse)):
splitItem = splitResponse[i].split("=")
if splitItem[0] == 'htemp':
homeTemp = float(splitItem[1])
airco.setStateValue(aircoTemperatureStateTypeId, homeTemp)
elif splitItem[0] == 'hhum':
homeHumidity = float(splitItem[1])
airco.setStateValue(aircoHumidityStateTypeId, homeHumidity)
elif splitItem[0] == 'otemp':
outTemp = float(splitItem[1])
airco.setStateValue(aircoOutsideTemperatureStateTypeId, outTemp)
else:
airco.setStateValue(aircoConnectedStateTypeId, False)
#device disconnected, IP may have changed, so search again
found = findDeviceIP(airco)
if found == False:
return
# get control info
# response example:
# ret=OK,pow=0,mode=4,adv=,stemp=21.0,shum=0,dt1=22.0,dt2=M,dt3=20.0,dt4=21.0,dt5=21.0,dt7=22.0,
# dh1=0,dh2=0,dh3=0,dh4=0,dh5=0,dh7=0,dhh=50,b_mode=4,b_stemp=21.0,b_shum=0,alert=255,
# f_rate=A,f_dir=0,b_f_rate=A,b_f_dir=0,dfr1=A,dfr2=A,dfr3=A,dfr4=A,dfr5=A,dfr6=A,dfr7=A,dfrh=5,
# dfd1=0,dfd2=0,dfd3=0,dfd4=0,dfd5=0,dfd6=0,dfd7=0,dfdh=0,dmnd_run=0,en_demand=1
aUrl = 'http://' + deviceIp + '/aircon/get_control_info'
pr = requests.get(aUrl, headers=headers)
pollResponse = pr.text
if pr.status_code == requests.codes.ok:
airco.setStateValue(aircoConnectedStateTypeId, True)
splitResponse = pollResponse.split(",")
for i in range(0, len(splitResponse)):
splitItem = splitResponse[i].split("=")
# get power state
if splitItem[0] == 'pow':
power = int(splitItem[1])
logger.log("Power", power)
airco.setStateValue(aircoPowerStateTypeId, power)
elif splitItem[0] == 'mode':
mode = int(splitItem[1])
if mode == 2: # 2 = dehumidifier mode
logger.log("Airco mode: dehumidifier", mode)
airco.setStateValue(aircoModeStateTypeId, "Dehumidifier")
elif mode == 3: # 3 = cooling mode
logger.log("Airco mode: cooling", mode)
airco.setStateValue(aircoModeStateTypeId, "Cooling")
elif mode == 4: # 4 = heating mode
logger.log("Airco mode: heating", mode)
airco.setStateValue(aircoModeStateTypeId, "Heating")
elif mode == 6: # 6 = fan mode
logger.log("Airco mode: fan", mode)
airco.setStateValue(aircoModeStateTypeId, "Fan")
else: # 0-1-7 = automatic mode
logger.log("Airco mode: automatic", mode)
airco.setStateValue(aircoModeStateTypeId, "Automatic")
elif splitItem[0] == 'stemp':
try:
targetTemp = float(splitItem[1])
logger.log("Target temperature", targetTemp)
airco.setStateValue(aircoTargetTemperatureStateTypeId, targetTemp)
except:
logger.log("Target temperature parameter is not a number:", splitItem[1])
for j in range(0, len(splitResponse)):
splitItem = splitResponse[j].split("=")
if splitItem[0] == 'dt1':
targetTemp = float(splitItem[1])
logger.log("Using target temperature from automatic mode", targetTemp)
airco.setStateValue(aircoTargetTemperatureStateTypeId, targetTemp)
else:
airco.setStateValue(aircoConnectedStateTypeId, False)
#set heatingOn / coolingOn based on mode, temperature & target temperature (API doesn't seem to return it)
targetTemperature = airco.stateValue(aircoTargetTemperatureStateTypeId)
temperature = airco.stateValue(aircoTemperatureStateTypeId)
mode = airco.stateValue(aircoModeStateTypeId)
power = airco.stateValue(aircoPowerStateTypeId)
if mode == "Cooling" and power == True:
airco.setStateValue(aircoHeatingOnStateTypeId, False)
if targetTemperature < temperature:
airco.setStateValue(aircoCoolingOnStateTypeId, True)
else:
airco.setStateValue(aircoCoolingOnStateTypeId, False)
elif mode == "Heating" and power == True:
airco.setStateValue(aircoCoolingOnStateTypeId, False)
if targetTemperature > temperature:
airco.setStateValue(aircoHeatingOnStateTypeId, True)
else:
airco.setStateValue(aircoHeatingOnStateTypeId, False)
elif mode == "Automatic" and power == True:
if targetTemperature == temperature:
airco.setStateValue(aircoCoolingOnStateTypeId, False)
airco.setStateValue(aircoHeatingOnStateTypeId, False)
elif targetTemperature > temperature:
airco.setStateValue(aircoCoolingOnStateTypeId, False)
airco.setStateValue(aircoHeatingOnStateTypeId, True)
else:
airco.setStateValue(aircoCoolingOnStateTypeId, True)
airco.setStateValue(aircoHeatingOnStateTypeId, False)
else:
airco.setStateValue(aircoCoolingOnStateTypeId, False)
airco.setStateValue(aircoHeatingOnStateTypeId, False)
def pollService():
logger.log("pollTimer triggered")
global pollTimer
global pollFrequency
pollTimer.interval = pollFrequency
# Poll all airco units we know
for thing in myThings():
if thing.thingClassId == aircoThingClassId:
pollAirco(thing)
def executeAction(info):
global ipMap
deviceIp = ipMap[info.thing]
logger.log("executeAction called for thing", info.thing.name, deviceIp, info.actionTypeId, info.params)
headers = {'Accept': '*/*'}
aUrl = 'http://' + deviceIp + '/aircon/get_control_info'
pr = requests.get(aUrl, headers=headers)
# get control info, to obtain target temperature per mode, to set the correct target temperature (stemp) when changing mode
pollResponse = pr.text
logger.log("response", pr.text)
if pr.status_code == requests.codes.ok:
info.thing.setStateValue(aircoConnectedStateTypeId, True)
splitResponse = pollResponse.split(",")
for i in range(0, len(splitResponse)):
splitItem = splitResponse[i].split("=")
if splitItem[0] == 'pow':
power = int(splitItem[1])
elif splitItem[0] == 'mode':
mode = int(splitItem[1])
elif splitItem[0] == 'stemp':
targetTemp = splitItem[1]
elif splitItem[0] == 'shum':
targetHum = splitItem[1]
elif splitItem[0] == 'f_rate':
f_rate = splitItem[1]
elif splitItem[0] == 'f_dir':
f_dir = splitItem[1]
elif splitItem[0] == 'dt1':
dt1 = splitItem[1]
elif splitItem[0] == 'dt2':
dt2 = splitItem[1]
elif splitItem[0] == 'dt3':
dt3 = splitItem[1]
elif splitItem[0] == 'dt4':
dt4 = splitItem[1]
elif splitItem[0] == 'dt5':
dt5 = splitItem[1]
elif splitItem[0] == 'dt7':
dt7 = splitItem[1]
elif splitItem[0] == 'dh1':
dh1 = splitItem[1]
elif splitItem[0] == 'dh2':
dh2 = splitItem[1]
elif splitItem[0] == 'dh3':
dh3 = splitItem[1]
elif splitItem[0] == 'dh4':
dh4 = splitItem[1]
elif splitItem[0] == 'dh5':
dh5 = splitItem[1]
elif splitItem[0] == 'dh7':
dh7 = splitItem[1]
else:
info.thing.setStateValue(aircoConnectedStateTypeId, False)
info.finish(nymea.ThingErrorNoError)
if info.actionTypeId == aircoPowerActionTypeId:
power = info.paramValue(aircoPowerActionPowerParamTypeId)
if power == True:
power = 1
elif power == False:
power = 0
logger.log("new power value", power)
elif info.actionTypeId == aircoTargetTemperatureActionTypeId:
targetTemp = str(info.paramValue(aircoTargetTemperatureActionTargetTemperatureParamTypeId))
logger.log("new target temperature", targetTemp)
elif info.actionTypeId == aircoModeActionTypeId:
targetMode = info.paramValue(aircoModeActionModeParamTypeId)
if targetMode == "Automatic":
mode = 0
targetTemp = dt1
targetHum = dh1
elif targetMode == "Cooling":
mode = 3
targetTemp = dt3
targetHum = dh3
elif targetMode == "Heating":
mode = 4
targetTemp = dt4
targetHum = dh4
elif targetMode == "Dehumidifier":
mode = 2
targetTemp = dt2
targetHum = dh2
elif targetMode == "Fan":
mode = 6
logger.log("new target mode:", targetMode, mode)
# mandatory parameters: pow, mode, stemp, shum, f_rate, f_dir (f_rate & f_dir can't be set from the plugin yet, so we always use the values obtained above)
param = "pow="+str(power)+"&mode="+str(mode)+"&stemp="+targetTemp+"&shum="+targetHum+"&f_rate="+f_rate+"&f_dir="+f_dir
logger.log("parameters", param)
aUrl = "http://" + deviceIp + "/aircon/set_control_info?"+param
pr = requests.post(aUrl, headers=headers)
time.sleep(0.5)
pollAirco(info.thing)
info.finish(nymea.ThingErrorNoError)
return
def deinit():
global pollTimer
# If we started a poll timer, cancel it on shutdown.
if pollTimer is not None:
pollTimer = None
def thingRemoved(thing):
global pollTimer
logger.log("removeThing called for", thing.name)
# Clean up all data related to this thing
if len(myThings()) == 0 and pollTimer is not None:
pollTimer = None

View File

@ -1,14 +0,0 @@
{
"title": "Daikin Airco",
"tagline": "Discover and control Daikin airconditioning devices",
"icon": "daikin.jpg",
"stability": "community",
"offline": true,
"technologies": [
"network"
],
"categories": [
"appliance",
"heating"
]
}

View File

@ -1,75 +0,0 @@
testresources==2.0.1 \
--hash=sha256:67a361c3a2412231963b91ab04192209aa91a1aa052f0ab87245dbea889d1282 \
--hash=sha256:ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417
requests==2.27.1 \
--hash=sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61 \
--hash=sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d \
--hash=sha256:1a44eef7d80448faea8129b00b15cd00bf8e5cfd96de807e86d4a37b01364b25
urllib3==1.26.9 \
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e \
--hash=sha256:8d20a39e9b43639fe667928235fc341f7873ab563be57c7666e7174bf26224f6
chardet==4.0.0 \
--hash=sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa \
--hash=sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5
lazr.uri==1.0.6 \
--hash=sha256:5026853fcbf6f91d5a6b11ea7860a641fe27b36d4172c731f4aa16b900cf8464 \
--hash=sha256:55281b3890c297a89df3dc94d388cbd0ef6750bf1642024d208ee3c71ac8766b
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
wadllib==1.3.6 \
--hash=sha256:acd9ad6a2c1007d34ca208e1da6341bbca1804c0e6850f954db04bdd7666c5fc \
--hash=sha256:919acbaa442f35c0f82a86b5af2411595ba72f9c9099d203f965a1d7ecf89447
lazr.restfulclient==0.14.4 \
--hash=sha256:bf0fd6b2749b3a2d02711f854c9d23704756f7afed21fb5d5b9809d72aa6d087 \
--hash=sha256:ad207c985d4544b522aeab0ebabfd9345a9a767d2e111ff69117a3c64fcc415d
pyparsing==3.0.8 \
--hash=sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954 \
--hash=sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06
certifi==2022.12.7 \
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
setuptools==65.5.1 \
--hash=sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31 \
--hash=sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f
pbr==5.8.1 \
--hash=sha256:27108648368782d07bbf1cb468ad2e2eeef29086affd14087a6d04b7de8af4ec \
--hash=sha256:66bc5a34912f408bb3925bf21231cb6f59206267b7f63f3503ef865c1a292e25
distro==1.7.0 \
--hash=sha256:151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39 \
--hash=sha256:d596311d707e692c2160c37807f83e3820c5d539d5a83e87cfb6babd8ba3a06b
oauthlib==3.2.2 \
--hash=sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca \
--hash=sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918
requests-oauthlib==1.3.1 \
--hash=sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5 \
--hash=sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a
urllib3==1.26.9 \
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e
chardet==4.0.0 \
--hash=sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa \
--hash=sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5
httplib2==0.20.4 \
--hash=sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585 \
--hash=sha256:8b6a905cb1c79eefd03f8669fd993c36dc341f7c558f056cb5a33b5c2f458543
ifaddr==0.1.7 \
--hash=sha256:1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 \
--hash=sha256:d1f603952f0a71c9ab4e705754511e4e03b02565bc4cec7188ad6415ff534cd3
charset-normalizer==2.0.12 \
--hash=sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597 \
--hash=sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df
idna==3.3 \
--hash=sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff \
--hash=sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d
importlib-metadata==3.7.0 \
--hash=sha256:24499ffde1b80be08284100393955842be4a59c7c16bbf2738aad0e464a8e0aa \
--hash=sha256:c6af5dbf1126cd959c4a8d8efd61d4d3c83bddb0459a17e554284a077574b614
typing-extensions==3.7.4.3 \
--hash=sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918 \
--hash=sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c \
--hash=sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f
zipp==3.4.1 \
--hash=sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76 \
--hash=sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "alarm.h"
#include "extern-plugininfo.h"

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef ALARM_H
#define ALARM_H

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "countdown.h"
#include "extern-plugininfo.h"

View File

@ -1,26 +1,32 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef COUNTDOWN_H
#define COUNTDOWN_H

View File

@ -1,6 +1,8 @@
include(../plugins.pri)
QT *= network
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationplugindatetime)
SOURCES += \
integrationplugindatetime.cpp \

View File

@ -1,33 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "integrationplugindatetime.h"
#include <integrations/thing.h>
#include <plugininfo.h>
#include <hardwaremanager.h>
#include <network/networkaccessmanager.h>
#include "integrations/thing.h"
#include "plugininfo.h"
#include "hardwaremanager.h"
#include "network/networkaccessmanager.h"
#include <QJsonDocument>
#include <QUrlQuery>
@ -35,7 +41,7 @@
IntegrationPluginDateTime::IntegrationPluginDateTime() :
m_timer(nullptr),
m_todayDevice(nullptr),
m_timeZone(QTimeZone::systemTimeZoneId()),
m_timeZone(QTimeZone(QTimeZone::systemTimeZoneId())),
m_dusk(QDateTime()),
m_sunrise(QDateTime()),
m_noon(QDateTime()),
@ -197,15 +203,8 @@ void IntegrationPluginDateTime::searchGeoLocation()
qCDebug(dcDateTime()) << "Requesting geo location.";
QNetworkReply *reply = hardwareManager()->networkManager()->get(request);
connect(reply, &QNetworkReply::finished, this, [reply, this](){
reply->deleteLater();
if (reply->error() != QNetworkReply::NoError) {
qCWarning(dcDateTime) << "Http error status for location request:" << reply->error();
return;
}
processGeoLocationData(reply->readAll());
});
connect(reply, &QNetworkReply::finished, this, &IntegrationPluginDateTime::onNetworkReplayFinished);
m_locationReplies.append(reply);
}
void IntegrationPluginDateTime::processGeoLocationData(const QByteArray &data)
@ -251,22 +250,16 @@ void IntegrationPluginDateTime::getTimes(const QString &latitude, const QString
urlQuery.addQueryItem("lng", longitude);
urlQuery.addQueryItem("date", "today");
QUrl url = QUrl("https://api.sunrise-sunset.org/json");
QUrl url = QUrl("http://api.sunrise-sunset.org/json");
url.setQuery(urlQuery.toString());
QNetworkRequest request;
request.setUrl(url);
QNetworkReply *reply = hardwareManager()->networkManager()->get(request);
connect(reply, &QNetworkReply::finished, this, [reply, this](){
reply->deleteLater();
connect(reply, &QNetworkReply::finished, this, &IntegrationPluginDateTime::onNetworkReplayFinished);
if (reply->error() != QNetworkReply::NoError) {
qCWarning(dcDateTime) << "Http error status for time request:" << reply->error();
return;
}
processTimesData(reply->readAll());
});
m_timeReplies.append(reply);
}
void IntegrationPluginDateTime::processTimesData(const QByteArray &data)
@ -295,11 +288,12 @@ void IntegrationPluginDateTime::processTimesData(const QByteArray &data)
QString duskString = result.value("civil_twilight_end").toString();
// calculate the times in each alarm
m_dawn = QDateTime(QDate::currentDate(), QTime::fromString(dawnString, "h:mm:ss AP"), Qt::UTC).toTimeZone(m_timeZone);
m_sunrise = QDateTime(QDate::currentDate(), QTime::fromString(sunriseString, "h:mm:ss AP"), Qt::UTC).toTimeZone(m_timeZone);
m_noon = QDateTime(QDate::currentDate(), QTime::fromString(noonString, "h:mm:ss AP"), Qt::UTC).toTimeZone(m_timeZone);
m_sunset = QDateTime(QDate::currentDate(), QTime::fromString(sunsetString, "h:mm:ss AP"), Qt::UTC).toTimeZone(m_timeZone);
m_dusk = QDateTime(QDate::currentDate(), QTime::fromString(duskString, "h:mm:ss AP"), Qt::UTC).toTimeZone(m_timeZone);
m_dawn = QDateTime(QDate::currentDate(), parseTime(dawnString), Qt::UTC).toTimeZone(m_timeZone);
m_sunrise = QDateTime(QDate::currentDate(), parseTime(sunriseString), Qt::UTC).toTimeZone(m_timeZone);
m_noon = QDateTime(QDate::currentDate(), parseTime(noonString), Qt::UTC).toTimeZone(m_timeZone);
m_sunset = QDateTime(QDate::currentDate(), parseTime(sunsetString), Qt::UTC).toTimeZone(m_timeZone);
m_dusk = QDateTime(QDate::currentDate(), parseTime(duskString), Qt::UTC).toTimeZone(m_timeZone);
qCDebug(dcDateTime) << " dawn :" << m_dawn.toString() << dawnString;
qCDebug(dcDateTime) << " sunrise :" << m_sunrise.toString() << sunriseString;
@ -311,6 +305,42 @@ void IntegrationPluginDateTime::processTimesData(const QByteArray &data)
updateTimes();
}
QTime IntegrationPluginDateTime::parseTime(const QString &timeString) const
{
bool isPm = timeString.endsWith(" PM");
QString tmp = QString(timeString).remove(QRegExp("[ APM]*"));
QStringList parts = tmp.split(":");
if (parts.count() != 3) {
qCWarning(dcDateTime()) << "Error parsing timeString:" << timeString;
return QTime();
}
return QTime(parts.first().toInt(), parts.at(1).toInt(), parts.last().toInt()).addSecs(isPm ? 60 * 60 * 12 : 0);
}
void IntegrationPluginDateTime::onNetworkReplayFinished()
{
QNetworkReply *reply = static_cast<QNetworkReply *>(sender());
int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
if (m_locationReplies.contains(reply)) {
m_locationReplies.removeAll(reply);
if (status != 200) {
qCWarning(dcDateTime) << "Http error status for location request:" << status << reply->error();
} else {
processGeoLocationData(reply->readAll());
}
} else if (m_timeReplies.contains(reply)) {
m_timeReplies.removeAll(reply);
if (status != 200) {
qCWarning(dcDateTime) << "Http error status for time request:" << status << reply->error();
} else {
processTimesData(reply->readAll());
}
}
reply->deleteLater();
}
void IntegrationPluginDateTime::onAlarm()
{
Alarm *alarm = static_cast<Alarm *>(sender());
@ -410,13 +440,13 @@ void IntegrationPluginDateTime::updateTimes()
return;
if (m_dusk.isValid()) {
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, m_dusk.toSecsSinceEpoch());
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, m_dusk.toTime_t());
} else {
m_todayDevice->setStateValue(todayDuskTimeStateTypeId, 0);
}
if (m_sunrise.isValid() && m_sunset.isValid()) {
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, m_sunrise.toSecsSinceEpoch());
m_todayDevice->setStateValue(todaySunsetTimeStateTypeId, m_sunset.toSecsSinceEpoch());
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, m_sunrise.toTime_t());
m_todayDevice->setStateValue(todaySunsetTimeStateTypeId, m_sunset.toTime_t());
m_todayDevice->setStateValue(todayDaylightStateTypeId, m_sunrise < m_currentDateTime && m_currentDateTime < m_sunset);
} else {
m_todayDevice->setStateValue(todaySunriseTimeStateTypeId, 0);
@ -424,12 +454,12 @@ void IntegrationPluginDateTime::updateTimes()
m_todayDevice->setStateValue(todayDaylightStateTypeId, false);
}
if (m_dusk.isValid()) {
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, m_noon.toSecsSinceEpoch());
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, m_noon.toTime_t());
} else {
m_todayDevice->setStateValue(todayNoonTimeStateTypeId, 0);
}
if (m_dusk.isValid()) {
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, m_dawn.toSecsSinceEpoch());
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, m_dawn.toTime_t());
} else {
m_todayDevice->setStateValue(todayDawnTimeStateTypeId, 0);
}

View File

@ -1,31 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINDATETIME_H
#define INTEGRATIONPLUGINDATETIME_H
#include <integrations/integrationplugin.h>
#include "integrations/integrationplugin.h"
#include "alarm.h"
#include "countdown.h"
#include <QDateTime>
#include <QTimeZone>
@ -33,9 +41,6 @@
#include <QTimer>
#include <QNetworkReply>
#include "alarm.h"
#include "countdown.h"
class IntegrationPluginDateTime : public IntegrationPlugin
{
Q_OBJECT
@ -55,8 +60,8 @@ public:
void startMonitoringAutoThings() override;
private:
QTimer *m_timer = nullptr;
Thing *m_todayDevice = nullptr;
QTimer *m_timer;
Thing *m_todayDevice;
QTimeZone m_timeZone;
QDateTime m_currentDateTime;
@ -69,12 +74,17 @@ private:
QDateTime m_sunset;
QDateTime m_dawn;
QList<QNetworkReply *> m_locationReplies;
QList<QNetworkReply *> m_timeReplies;
void searchGeoLocation();
void processGeoLocationData(const QByteArray &data);
void getTimes(const QString &latitude, const QString &longitude);
void processTimesData(const QByteArray &data);
QTime parseTime(const QString &timeString) const;
signals:
void dusk();
void sunset();
@ -83,6 +93,7 @@ signals:
void dawn();
private slots:
void onNetworkReplayFinished();
void onAlarm();
void onCountdownTimeout();
void onCountdownRunningChanged(const bool &running);

View File

@ -8,6 +8,6 @@
"cloud"
],
"categories": [
"online-service"
"sensor"
]
}

View File

@ -1,9 +1,11 @@
include(../plugins.pri)
QT *= network
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationplugindaylightsensor)
SOURCES += \
integrationplugindaylightsensor.cpp
integrationplugindaylightsensor.cpp \
HEADERS += \
integrationplugindaylightsensor.h
integrationplugindaylightsensor.h \

View File

@ -1,31 +1,36 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "plugininfo.h"
#include "integrationplugindaylightsensor.h"
#include <network/networkaccessmanager.h>
#include "network/networkaccessmanager.h"
#include <QUrlQuery>
#include <QNetworkReply>
@ -51,7 +56,7 @@ void IntegrationPluginDaylightSensor::discoverThings(ThingDiscoveryInfo *info)
QNetworkRequest request(QUrl("http://ip-api.com/json"));
QNetworkReply* reply = hardwareManager()->networkManager()->get(request);
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) {
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."));
@ -119,8 +124,8 @@ void IntegrationPluginDaylightSensor::updateDevice(Thing *thing)
QDateTime sunrise = sunriseSunset.first.toTimeZone(tz);
QDateTime sunset = sunriseSunset.second.toTimeZone(tz);
qCDebug(dcDaylightSensor()) << "Setting up daylight sensor:" << thing->name() << "Sunrise:" << sunrise.toString() << "Sunset:" << sunset.toString();
thing->setStateValue(daylightSensorSunriseTimeStateTypeId, sunrise.toSecsSinceEpoch());
thing->setStateValue(daylightSensorSunsetTimeStateTypeId, sunset.toSecsSinceEpoch());
thing->setStateValue(daylightSensorSunriseTimeStateTypeId, sunrise.toTime_t());
thing->setStateValue(daylightSensorSunsetTimeStateTypeId, sunset.toTime_t());
thing->setStateValue(daylightSensorDaylightStateTypeId, sunrise < now && sunset > now);
qint64 timeToNext = -1;
@ -223,5 +228,5 @@ QPair<QDateTime, QDateTime> IntegrationPluginDaylightSensor::calculateSunriseSun
QDateTime sunrise(dateTime.date(), QTime(hourRise, minuteRise));
QDateTime sunset(dateTime.date(), QTime(hourSet, minuteSet));
return QPair<QDateTime, QDateTime>(sunrise, sunset);
return qMakePair<QDateTime, QDateTime>(sunrise, sunset);
}

View File

@ -1,32 +1,39 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* Copyright (C) 2013 - 2024, nymea GmbH
* Copyright (C) 2024 - 2025, chargebyte austria GmbH
* Copyright 2013 - 2020, nymea 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
* 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.
* GNU Lesser General Public License Usage
* Alternatively, this project may be redistributed and/or modified under the
* terms of the GNU Lesser General Public License as published by the Free
* 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,
* 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 Lesser General Public License
* along with this project. If not, see <https://www.gnu.org/licenses/>.
*
* You should have received a copy of the GNU General Public License
* along with nymea-plugins. If not, see <https://www.gnu.org/licenses/>.
* For any further details and any questions please contact us under
* contact@nymea.io or see our FAQ/Licensing Information on
* https://nymea.io/license/faq
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef INTEGRATIONPLUGINDAYLIGHTSENSOR_H
#define INTEGRATIONPLUGINDAYLIGHTSENSOR_H
#include <integrations/integrationplugin.h>
#include <plugintimer.h>
#include "integrations/integrationplugin.h"
#include "plugintimer.h"
class IntegrationPluginDaylightSensor: public IntegrationPlugin
{
@ -47,7 +54,7 @@ private slots:
void updateDevice(Thing *thing);
private:
QHash<Thing *, PluginTimer *> m_timers;
QHash<Thing*, PluginTimer*> m_timers;
QPair<QDateTime, QDateTime> calculateSunriseSunset(qreal lat, qreal lon, const QDateTime &dateTime);
};

1
debian
View File

@ -1 +0,0 @@
debian-qt5

View File

@ -1 +0,0 @@
11

View File

@ -1,887 +0,0 @@
Source: nymea-plugins
Section: utils
Priority: optional
Maintainer: chargebyte austria GmbH <contact@nymea.io>
Standards-Version: 4.6.0
Build-depends: debhelper (>= 0.0.0),
libnymea-dev (>= 0.26~),
libnymea-mqtt-dev,
libnymea-gpio-dev (>= 1.0.0~),
libqt5serialport5-dev,
libqt5websockets5-dev,
nymea-dev-tools:native,
pkg-config,
python3:any,
qtbase5-dev,
qtconnectivity5-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-bimmerconnected
Architecture: any
Depends: ${misc:Depends},
rustc,
Description: nymea integration plugin for bimmerconnected
This package contains a nymea integration plugin for BMW cars with
BMW Connect via the bimmerconnected community project.
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-dht
Architecture: any
Depends: ${misc:Depends},
python3-pip,
Conflicts: nymea-plugins-translations (<< 1.0.1)
Description: nymea integration plugin for DHT11/DHT22/AM2302
This plugin add support for the DHT11, DHT22 and AM2302 temperature and humidity
sensors to nymea.
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-fastcom
Architecture: any
Depends: ${misc:Depends},
python3-pip,
Conflicts: nymea-plugins-translations (<< 1.0.1)
Description: nymea integration plugin for fast.com based internet speed test
This package contains the nymea integration plugin for performing ineternet speed
tests using fast.com
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-mcp3008
Architecture: any
Depends: ${misc:Depends},
python3-pip,
Conflicts: nymea-plugins-translations (<< 1.0.1)
Description: MCP3008 DAC integration plugin for nymea
This package contains the nymea integration plugin for using the MCP3008 DAC.
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-neatobotvac
Architecture: any
Depends: ${misc:Depends},
python3-pip,
libffi-dev,
libssl-dev,
rustc,
Conflicts: nymea-plugins-translations (<< 1.0.1)
Description: nymea integration plugin for neato
This package contains the nymea integration plugin for Neato Botvac robots.
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-sunposition
Architecture: any
Depends: ${misc:Depends},
libatlas-base-dev,
python3-pip,
Conflicts: nymea-plugins-translations (<< 1.0.1)
Description: nymea integration plugin for calculating the sun position
This package contains the nymea integration plugin for calculating the sun position.
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.

View File

@ -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>

View File

@ -1,2 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginanel.so
anel/translations/*qm usr/share/nymea/translations/

View File

@ -1,2 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginavahimonitor.so
avahimonitor/translations/*qm usr/share/nymea/translations/

View File

@ -1,2 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginawattar.so
awattar/translations/*qm usr/share/nymea/translations/

View File

@ -1,3 +0,0 @@
bimmerconnected/integrationpluginbimmerconnected.json usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/bimmerconnected/
bimmerconnected/integrationpluginbimmerconnected.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/bimmerconnected/
bimmerconnected/requirements.txt usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/bimmerconnected/

View File

@ -1,2 +0,0 @@
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginbosswerk.so
bosswerk/translations/*qm usr/share/nymea/translations/

Some files were not shown because too many files have changed in this diff Show More