Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenZWave/qt-openzwave

QT5 Wrapper for OpenZWave
https://github.com/OpenZWave/qt-openzwave

remove extra slash (#180)

7ebd43e246e97851ad20f2b1bb9c62bfd6a4a6ef authored about 4 years ago
correct the case for 'setvalue' MQTT documentation (#178)

missed by merge for issue #68

7998307d69f8500b533fc181e4300356ec00eb26 authored about 4 years ago
Add OZW_AUTH_KEY to env var documentation (#161)

4489318a0def8fd68619b223eb361c07a4680627 authored about 4 years ago
Added missing parameter for healnetwork. (#147)

Added required field `doreturnroute` to `healnetwork` command.

e9818ce46d708dbbcfdda6d789b68c7bd31f92a0 authored about 4 years ago
Correctly set Button value types (#139) (#144)

Use PressButton/ReleaseButton manager API instead of trying to set a
boolean value.

b77bf2c25958796929fc5e6af761926467278426 authored about 4 years ago
Prevent docker build layer cache invalidation (#133)

The Dockerfile is including all files in the project, which means
touching *any* file in the pr...

7d8704b912eabcaf8bfc4e1de5823c604a2eb130 authored about 4 years ago
Don't compress log files when rotating

89cc0d86c983101aacd89c780bae18bb3dffe9b4 authored over 4 years ago
Update Sentry Upload Files

0af6fce5537956a355830daf0efa3c395cde0557 authored over 4 years ago
Add armhf machine check

878ff538005f3a84d900fd08ea20609c7065d3ff authored over 4 years ago
Add Numpy for websockify

24dd8d4fded8c21f90a1bd728f190e6ddc4fb870 authored over 4 years ago
Fix up S6 Overlay URL's

cb270f7076f21ddf5ffda19cb73bec50574a0f4e authored over 4 years ago
Update to Prebuilt QT Version, and S6 Supervisor Migration (#132)

* Use New ozw-base image, migrate to S6 Supervisor and use a MultiStage Docker Build for both oz...

4156d6ae6806355b72a0fd4275914b7d547501d4 authored over 4 years ago
Feature: Improved startup behavior when MQTT broker is unavailable (#120) (#121)

* Delay ozwdaemon startup until MQTT broker is available

Wait until the MQTT broker port is a...

c83d05edc9eec56abcd5aff1f27ed33733a8744f authored over 4 years ago
Make sure we publish a Refresh Event to MQTT even if there is no Value Changes - Should help with #60

3ad9138f40a856366a7d85fb110b1ed91e1534a0 authored over 4 years ago
Parallel Builds where possible

3f2d185a960af4a9aa3903badadc336001035459 authored over 4 years ago
Print Backtrace for Fatal Messages

761190c7934d33bbc81eab1f11192ac3e6252aeb authored over 4 years ago
fix: Return Refrences to LogData instead of a copy

4225fac3bf740c70b765b7d02bef38518401ca05 authored over 4 years ago
Make our paths absolute when searching for the database

706c46723d2361fbc18ed63830b7d7eea8a4fc38 authored over 4 years ago
Merge branch 'master' of https://github.com/OpenZWave/qt-openzwave

20d38006c4231b1db46c9819fe19f5b95e3affe4 authored over 4 years ago
fix: Dont send all our Logs in one go on Syncronization - it will smash the stack on the remote client

129a1dba6f94f4f3111d7836ac56aa741554f99f authored over 4 years ago
Feature: Property to set the Max Number of Log Lines stored in memory

58b8a76af812f8d6b817daad7ede8e535ea3b395 authored over 4 years ago
fix: Log Setting up our QTRO_NODES_CACHE_SIZE enviroment Variable - Issue https://github.com/OpenZWave/ozw-admin/issues/35

c8d46bf5529158c61947a86d0aa9be8daa2f6e63 authored over 4 years ago
fix: Configuration Dialog crash on save - Part of Issue https://github.com/OpenZWave/ozw-admin/issues/35

5fcbc6e3c0a1d1cc6f9e8058d365e9ab1098c108 authored over 4 years ago
Update README.md (#109)

A handful of updates to the README file to improve documentation,
both cosmetic and corrective....

b22202df7c8ba3a37011107c48bea89b7f7ba174 authored over 4 years ago
add No Response Bot

d3c255035db2dd1c029cddd634f6760196e6d992 authored over 4 years ago
tidy up memory when shutting down our MQTT handler, and on a heavily loaded system, we might miss messages from OpenZWave due to our main thread not being able to respond quick enough to Notification Signals emited by OZW. Make sure we process events after recieving a Notification. Also try/catch blocks fora few places we didn't have before calling into OZW. Should fix a few Sentry reports such as QT-OPENZWAVE-3C and QT-OPENZWAVE-3V

aaf57dfb0c6b255f1f6fcfb325462afa3011379e authored over 4 years ago
Make sure ozw-admin uses the same DB path as ozwdaemon

4735134927518fca8fb762800ccbdb949da8a472 authored over 4 years ago
fix up Configuration Dialog Crash before connecting/opening local - https://github.com/OpenZWave/ozw-admin/issues/42

dae38b6d3ff13bf85d353ea72c096a0775403b2e authored over 4 years ago
Fix path to qt-openzwavedatabase.rcc (Issue #97) and make sure we quit with a failure code (Issue #94)

337e48807568e4e7f90d3b8441cc126c9e057cde authored over 4 years ago
Missing Braces here causes us to miss finding our qt-openzwavedatabase.rcc file

244714125daf31701722626332b846ebfbfff3f5 authored over 4 years ago
this needs Python3

2a8cbaf012cde765105382a8c2f8a4b3a2374792 authored over 4 years ago
Raise Error when Protocol Version mismatch

30c8b9340b8b458b597311cb351874d87ea8bddb authored over 4 years ago
Check our Remote Protocol Version, and and some Logging to Logs\!

6f61fb2710524f3e86f2b6bb34183192c6ac0214 authored over 4 years ago
Fix ValidIDKey usage in disablepoll - Issue #98 (#99)

aa4fab089a6902e4f0e2bda645062842fd3cc735 authored over 4 years ago
Don't PrefetchData - See if this helps with large datasets - Issue #35

bec6693d0036922d1ab87b7ce53dd0a8c6a446be authored over 4 years ago
ValueID Flags were not being saved correctly - Issue #95

6a0cb65695dc5da1dc1df2a66f8a9581f2492abd authored over 4 years ago
Expose some of the ProxyModel Filter Properties

7b5d822e38adc1fcfb75a5bb3e967e40a9f227d1 authored over 4 years ago
Textual Representation of MQTT Errors, Tidy up a bit of logging and always Refresh the Devices Config Params when starting up

6d59069d61a0e67459fd448617a725e702c2c2ff authored over 4 years ago
Reduce Logging of qt2js

089be75f0e535f637cd3b802320451dbe28df773 authored over 4 years ago
Make sure our ReplicaStates is Initialized to invalid/false at start

3a73af92cecc5f2472e2cb6694ec0709e6c8ca6f authored over 4 years ago
Make sure we install the databases into a config folder for the default installation and ensure Docker builds are release builds

6f2d1d90ad896f825e26b46eafcfe4411ac2ee79 authored over 4 years ago
finiConfigDatabase isn't available on Windows

06169e1c1beeddea87497a16b93569428d0e9452 authored over 4 years ago
Windows Builds don't have the qt-openzwavedatabase

58c3ab373c4bbe0114ee83d02bee42d5c9c77a85 authored over 4 years ago
Add some logging for https://github.com/OpenZWave/ozw-admin/issues/35

3f04938dec481f4cf8cb426a6e07d7205c1ae86d authored over 4 years ago
add watchdog log file to AllInOne Image

f58c0076b945c426ed08a8b109b58e4471a915df authored over 4 years ago
Migrate QTOZWOptions to QTOZWReplicaBase and Fix up Database Path Loading

379f6e2f3b25694ae3febd2533b4f3a39293c701 authored over 4 years ago
Add a QTOZWLog AbstractItemModel wrapper so we can still display in tables and connect Ready Signals on the qtozwreplica objects

e093c30a440cff3e6b62a72a7dd77431aaafef07 authored over 4 years ago
Refactor Logging Class - Introduce ReplicaBase Class for all Replicated Objects

51e1c57448e79fa7ac509b0776b9abc319e8be94 authored over 4 years ago
Dont try to call any RemoteObjects if the QTOZW is not in a Ready State

adf53828753462b1ffd1f30708a66a5f9bfa2cf5 authored over 4 years ago
Fix Issue #92 - Remote Logging is not working

96d896d2ad3955e2d42bc58fa5595046fb36c907 authored over 4 years ago
WebAssembly Updates - We dont need a Source Replica as we can't even access a serial port in a browser

ba4b7e27f937a75520f5b3df4ad30df3fe6db2ba authored over 4 years ago
More Updates on Docs

f90bb57dd8ae84f858601b597c0cf13fb8b95282 authored over 4 years ago
More Updates on Docs

5f8a5b05b8cdb1ea70777fd719906cafdd04fe6a authored over 4 years ago
More Updates on Docs

e8eb69a9f7e73687874a098394790db203b92210 authored over 4 years ago
More Updates on Docs

7f185010971da9aa60c6a27298417f8e348b27ad authored over 4 years ago
Update Readme file

8c1c7574d78b8b2a15d15ff7a90c0598e4befe9a authored over 4 years ago
Update the link to the new intergration (#88)

I thought you might want this updated as it has been released in beta.

f617883a7b00f384535cd241f1a9b4fd43586284 authored over 4 years ago
Update README.md (#87)

Fix typo in docker volume command - if you don't specify the config bit then no data will be sav...

e2c6199a72352a3a5c08ee54ccd008aab42bc259 authored over 4 years ago
Add a AllInOne Docker image that includes ozw-admin via VNC/NoVNC

93bc67a11ef7c46f44d180b549a12e2ebd31a7aa authored over 4 years ago
Support older versions of OSX

47490b7bfc96535a34d1f101e0d98f0e338fe269 authored over 4 years ago
expose a Ready Property so we know when qt-openzwave is initilized either as a local or remote instance

3b87abb1b3d2786f8eaf7704a6b2f805f6e08156 authored over 4 years ago
Another Windows Build Fix

2325f5ad2b25393927c53051d16f214a6de281de authored over 4 years ago
Typo

3fd5b6daa10f3147bcd32adc8ed7caecd29e72bd authored over 4 years ago
Fix Windows Builds

23e1b146c2d0db67971f8dbaa5d5149ac2f5872d authored over 4 years ago
Raise Error on Version Mismatch for remote connections

47ddcae11dfa8e6541a3342feb404de3efac139b authored over 4 years ago
Add some more ValueID related methods

822a0d5670a89b18f178367a9590704f7e2a5f1e authored over 4 years ago
Add new Methods to get some details about ValueID's from Manager Class

699ff5ca8569d420dbe2215a103c9315af94c62a authored over 4 years ago
Add ConnectionType to qtozwmanager class

824d1f2d9c08c7b385904228686631403d37f91c authored over 4 years ago
Potential Fix for Issue #82

39cfe9eb9d6c81909e024c7a0e268f909530fc1e authored over 4 years ago
Fix up some of our Compile Warnings

afaca4132d671aa171c65deda61ba9759f5c5272 authored over 4 years ago
Merge branch 'master' of https://github.com/OpenZWave/qt-openzwave

7a35ccb6655a6d6d57fe78a7b0af6080ef9a6423 authored over 4 years ago
Perform a Graceful shutdown on SIGTERM - Issue #81 and improve some logging aspects

7807d22ae82db926541dcc092cce56c93a912bec authored over 4 years ago
Install all headers required by ozw-admin build (#80)

* Allow installation of autogenerated headers

Without no_check_exist qmake will mark those fi...

b1782ce16288e2185cc080eefcd9201e89a7d121 authored over 4 years ago
Update mqtt node entry on name change (#77)

41609866979aa3c8da18f4bfb5ffe989675afd8f authored over 4 years ago
Propogate Changes to some dynamic attributes for Values - https://github.com/cgarwood/homeassistant-zwave_mqtt/issues/128

075f4aca2ddd15478f13e9c154e195e34340868c authored over 4 years ago
Switch to Bullseye - When Ubuntu Focal works for RPI switch back to that - Issue #72

ca2fac9c335abb2df6d0e66cc06a551548dafff7 authored over 4 years ago
Revert "Switch to Ubuntu Focal Release - We now have a stable distro with the required dependancies - Issue #72"

This reverts commit 83eee689f9b75b2b3e8320bec4a312cc27a4339a.

5fbdfee2eca8343dbc4a06ec5eccd6bb1a2b3282 authored over 4 years ago
Switch to Ubuntu Focal Release - We now have a stable distro with the required dependancies - Issue #72

83eee689f9b75b2b3e8320bec4a312cc27a4339a authored over 4 years ago
Fix Crash with a invalid JSON Object for commands - Issue #71

e6e3cbeae2caae36405531a9a96b1703d72c6013 authored over 4 years ago
Deamon -> Daemon - Issue #70

73842d79b6eda5c532d673b53a3861c46abe8e01 authored over 4 years ago
Add CommandClass Version to MQTT Topics - issue #66

49dbe4767892d7eb71bc952031c8f139f23a5aad authored over 4 years ago
Handle Cases where Values might already have been removed - Issue #67

09d913d1576225503aa3f5c4d7fbb6b3f40c1d27 authored over 4 years ago
Partial Fix for Removing Associations Topic when Removing a Node - Issue #67

b8a354b3f3bd6e525bf0cc98a233128b01bcabb3 authored over 4 years ago
Pass Build Number from Docker Build

759b8305392243231c103b74b9a0e8626ce838e5 authored over 4 years ago
Print Version Numbers at startup and shutdown

ceb7067ef7a08e1f2f4fe28bd247a4e4d66571c6 authored over 4 years ago
Make the BreakPad client only work if supplied with the ID and Key during build - Avoids uploading crashes by personal builds of OZWDaemon

0e8a510af95562f91fc2531b0015ccf2e3aa4133 authored over 4 years ago
Issue #68 - Correct the case of the MQTT commands and Documentation

74ee6699c0817111dea597a8e5d89f7afcbd5413 authored over 4 years ago
Add Instance to ClientID for MQTT Broker - Issue #58

5ddd3f02200adebee528d8a124aefd6ac811d4da authored almost 5 years ago
Use older version of depot_tools to fix armhf builds (#61)

* Use older version of depot_tools to fix armhf builds

Newer versions of Google depot_tools a...

2c20feb044fc576f6547698ec61f1a000527dbe5 authored almost 5 years ago
Fix docker-compose formatting for Readme (#59)

3f3ac0412afc4f5f10e23f6bf22ae747b689457d authored almost 5 years ago
Add Resources directory to search path for qt-openzwavedatabase.rcc file

525a25c270af877339e7fd919dee22882d78543c authored almost 5 years ago
Remove QT5 Test Library - Its not used

0b8738aeb44ed2fa480b219d1a104511a6abcd03 authored almost 5 years ago
qtremoteobjects is now in unstable

9fa112da6d00098a4a86e271aa275c1b66de86a9 authored almost 5 years ago
Create FUNDING.yml

fb77da8bf704eb402812bafbb129e6129b4b1962 authored almost 5 years ago
Added description for docker-compose setup (#55)

Co-authored-by: Nicklas Eklund <[email protected]>

5808f9a5fc2068763675d323c09c6faecc8b8dc0 authored almost 5 years ago
Fix up Build of Binary Resource Database

35aaad105337a956f31cca8457b865b58b72cc55 authored almost 5 years ago
Some Win32 Fixes for the qt-openzwavedatabase

bbd3228df4661849a1836bca1dd17870f33e8047 authored almost 5 years ago
Merge branch 'master' of https://github.com/OpenZWave/qt-openzwave

e7131b3307914cdfb19bc892d7ff487bbb527d1c authored almost 5 years ago
Fix potential crash here

9a5ea5592ed5d9fcfad21030cbea023dadecfdcc authored almost 5 years ago
add MQTT Authentication and a Startup Script (#49)

* Add optional MQTT Authentication

* Add Startup File and Change MQTT Password to Environment...

6e60e7eae77ed291d1a15ba395f0be30b943ab47 authored almost 5 years ago