Sleevezipper
06d132c570
some fixes for new settings
3 years ago
sleevezipper
77cf49fcb3
Merge pull request #151 from prestomation/master
...
[WIP]Add support for Client Certificates for MQTT and disabling Retained messages
3 years ago
Sleevezipper
a61138dd0b
Add a scrollviewer. This fixes #148
3 years ago
sleevezipper
e543ac7702
Merge pull request #149 from jordandrako/microphone-process-sensor
...
Microphone process sensor
3 years ago
Preston Tamkin
e145cc774c
Add support for Client Certificates for MQTT and disabling Retained messages
...
For my usecase, I want to connect to a cloud broker(AWS IoT). This service uses Client Certificates. AWS IoT has an incomplete MQTT implementation and does not support QoS (Exactly Once). It also does not support Retain messages in LWT and other situations.
This change is to get feedback on how we prefer to deal with these configuration edge cases. It's not clear to me that QoS2 is actually useful because of how HWS republishes all messages on a recurring basis. Should we add additional options for supporting Retains/QoS2? Should we remove the use of QoS2 and make the option I've already added apply to all retains?
Additionally, I'm having some problems with the UI. I am not familiar with this UI framework, but the second new textbox and save button are now out of frame/invisible in my build. It looks like there should be a scrollbar, so not sure of the best way to fix this.
Testing:
I have this working with AWS IoT in my AWS account. I have configured my HomeAssistant mosquitto broker to bridge to AWS IoT and my HWS sensors are working great.
3 years ago
Jordan Janzen
d33cb53e3e
Ensure processes are removed
3 years ago
Jordan Janzen
a892409543
Use HashSet instead of List
3 years ago
Jordan Janzen
93cdde4cde
Make microphone and webcam sensors report all active processes
3 years ago
Jordan
678884d3c3
Add MicrophoneProcessSensor
3 years ago
Sleevezipper
d86513c772
Merge branch 'develop'
3 years ago
Sleevezipper
06f87d0500
release
3 years ago
Sleevezipper
74cadd74ef
Provide a clearer error message when the service isn't running
3 years ago
Sleevezipper
94f8d545b9
Format datetimes to ISO standard fix #145
3 years ago
Sleevezipper
c5d5c33d87
fix #142 minHeight for brokersettings
3 years ago
sleevezipper
c54d545595
Merge pull request #130 from SecretiveShell/patch-3
...
Fix FAQ link
3 years ago
sleevezipper
85f30504ba
Merge pull request #134 from SecretiveShell/patch-5
...
Added a few more articles to the "in the press" section. Some of them…
3 years ago
sleevezipper
9199c13618
Update README.md
...
fix typo
3 years ago
sleevezipper
036a9f3472
Update README.md
...
Expand on using TLS
3 years ago
sleevezipper
712e4c52ab
Merge pull request #141 from Deadolus/master
...
Fixing Webcam/Microphone Sensor mixup in Readme
3 years ago
Deadolus
9cd742428a
Fixing Webcam/Microphone Sensor mixup in Readme
...
The explanation to WebcamActive/MicrophoneActive was mixed up,
fixed this.
3 years ago
TerminalMan
091abf4a25
added another video
3 years ago
TerminalMan
8eb2073043
Added a few more articles to the "in the press" section. Some of them are slightly outdated, but I hope they are useful.
3 years ago
TerminalMan
0b7d61e79f
Fix FAQ link
3 years ago
sleevezipper
c1cb65d5e5
Merge pull request #128 from noxhirsch/develop
...
Add WebcamProcessSensor
3 years ago
sleevezipper
25b3869ebe
Merge pull request #120 from SecretiveShell/inThePress
...
Added another YouTube video and collapsed the screenshots.
3 years ago
Sleevezipper
242e72601f
Merge branch 'develop'
3 years ago
Sleevezipper
b38f74e335
release
3 years ago
Nico Hirsch
9ac68f2619
Create WebcamProcessSensor.cs
3 years ago
Nico Hirsch
e54a2d6f9e
Update ConfigurationService.cs
3 years ago
Nico Hirsch
cb8ce6b8b3
Update ServiceContractModels.cs
3 years ago
Nico Hirsch
ce88870636
Update InterProcessApi.cs
3 years ago
Nico Hirsch
f9ef4e1bd8
Update Sensors.md
3 years ago
Nico Hirsch
738e0a7abd
Update AddSensorDialog.axaml.cs
3 years ago
sleevezipper
1a6673aafa
Merge pull request #123 from SecretiveShell/develop
...
Add master volume sensor.
3 years ago
TerminalMan
1bdc1cc07b
Added MasterVolumeSensor config
3 years ago
Sleevezipper
e35f5dfb4e
Merge remote-tracking branch 'origin/develop' into develop
3 years ago
sleevezipper
a09c8d0e5f
Merge pull request #122 from SecretiveShell/patch-3
...
Change order of events to fix sleep sensor issues
3 years ago
sleevezipper
9634eba96c
Merge pull request #118 from SecretiveShell/patch-2
...
Created a FAQ section to solve some common problems
3 years ago
TerminalMan
79f9431a45
Add master volume sensor.
3 years ago
TerminalMan
e1dc2d5c7f
Update CustomCommand.cs
3 years ago
TerminalMan
a9922fe482
Update README.md
3 years ago
TerminalMan
3f49f1113d
Update README.md
3 years ago
TerminalMan
f5cbc2d2d7
Create FAQ.md
3 years ago
sleevezipper
da64302a6c
Merge pull request #115 from SecretiveShell/develop
...
Develop
3 years ago
TerminalMan
0638e072f7
Update README.md
3 years ago
TerminalMan
616c455508
Improved clarity around visual studio and VS code
...
I had problems trying to build the app with VS Code so I clarified the documentation a little bit.
3 years ago
sleevezipper
21d38381fa
Merge pull request #109 from m4rkireland/develop
...
Add Hibernate Command
3 years ago
Mark Ireland
980808c69e
Revert readme
3 years ago
Sleevezipper
92aa9ca10e
add buttons to open logs and config
3 years ago
Sleevezipper
68238ef38a
update dependencies
3 years ago