Commit Graph

432 Commits

Author SHA1 Message Date
a52fbd0282 Convert serial reader from console to web API 2021-06-14 15:51:47 -04:00
c9f27b2c60 Fix temp value source 2021-06-05 19:12:28 -04:00
086da11dd7 Add active color 2021-05-30 20:11:52 -04:00
a9e6e38af3 Formatting tweaks 2021-05-30 19:47:07 -04:00
ad50839fae Display app improvements
- Add summary page
- Use common time range component
2021-05-30 19:10:22 -04:00
bfc800a6d0 Fix enum serialization 2021-05-29 22:48:11 -04:00
70c73cc6b3 Tweaks to aggregation 2021-05-29 22:30:11 -04:00
4cb2ebe75a Fix temperature aggregate 2021-05-29 22:13:23 -04:00
ed58cabe9f Update hub service to .NET 5 2021-05-29 12:17:52 -04:00
8f1b779e64 Update power service to .NET 5 2021-05-29 12:13:10 -04:00
6ed5a7a86b Update test to .NET 5 2021-05-29 12:09:01 -04:00
08b480a969 Update weather service to .NET 5 2021-05-29 12:06:51 -04:00
bb116cdd3f Update serial reader to .NET 5 2021-05-29 11:48:11 -04:00
5ec0e56b6c Fix light on power graph 2021-05-29 10:22:27 -04:00
d8801cfc9b Update Docker images 2021-05-28 22:11:55 -04:00
ce8ed16eb4 Package updates 2021-05-28 22:02:41 -04:00
b29967dee2 Switch to using temp from humidity sensor 2021-05-28 20:59:32 -04:00
09d38ed93f Update light 2021-05-28 20:50:35 -04:00
de95ec18a5 Light level changes 2021-05-28 20:27:10 -04:00
3ccadd58c6 Merge branch 'master' of github.com:ckaczor/HomeMonitor 2021-05-29 00:15:58 +00:00
74d1d3551e Update temp and pressure units 2021-05-29 00:15:53 +00:00
2878a038be Update models library 2021-05-28 19:57:04 -04:00
ef28ab8ecf Handle no GPS fix 2021-05-28 19:51:44 -04:00
714866e0c7 Update serial port settings 2021-05-28 19:43:59 -04:00
4ada97fdd8 Updates for new hardware
- New model package
- Remove battery level
- Change light level decimal scale
2021-05-28 19:35:48 -04:00
dc8618859e Update for new hardware 2021-05-28 19:21:01 -04:00
a750aac1a4 Swap wind/rain pins
Add output begin/end markers
2021-05-28 23:15:23 +00:00
e9ad5c3dfc New weather sketch 2021-05-28 19:14:17 +01:00
5b783b444f Update watch display 2021-03-16 12:21:17 -04:00
484a032e25 Disable triggering on PR 2021-03-16 12:20:58 -04:00
252ca06968 Merge pull request #6 from ckaczor/dependabot/npm_and_yarn/Display/elliptic-6.5.4
Bump elliptic from 6.5.3 to 6.5.4 in /Display
2021-03-16 12:05:59 -04:00
ba566e85d9 Merge pull request #5 from ckaczor/dependabot/npm_and_yarn/Display/socket.io-2.4.1
Bump socket.io from 2.3.0 to 2.4.1 in /Display
2021-03-16 12:05:47 -04:00
dependabot[bot]
4fff0d70da Bump elliptic from 6.5.3 to 6.5.4 in /Display
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 17:28:10 +00:00
a61032f756 - Add GPS support
- Reduce memory size of sketch
2021-01-22 23:04:55 +00:00
dependabot[bot]
d599dfde4b Bump socket.io from 2.3.0 to 2.4.1 in /Display
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-21 11:09:20 +00:00
3206ef4ee7 Add cpp properties file 2021-01-12 15:59:05 +00:00
690b54b9de Start moving to new hardware 2021-01-07 01:10:42 +00:00
4c4d01418f Update service to use base model 2020-11-17 19:20:37 -05:00
c91c9a7fe9 Bump minor version 2020-11-17 19:15:12 -05:00
77a1dc4b3c Move weather update to model project 2020-11-17 19:06:59 -05:00
0dfbd31811 Fix light level 2020-07-30 19:40:34 -04:00
6514eb7c76 Data model simplification 2020-07-30 19:31:50 -04:00
e810c4a240 Add aggregate API 2020-07-23 20:36:20 -04:00
f8a6c71dd0 Add vscode workspace 2020-07-22 22:45:10 +00:00
2d95e610fc Take out pressure slope and angle 2020-07-22 22:30:03 +00:00
82685927fa Update labels 2020-07-22 14:06:55 +00:00
388e9d03c2 Improvements to pressure and rain 2020-07-20 12:00:04 +00:00
8bf01ea027 Merge branch 'master' of github.com:ckaczor/HomeMonitor 2020-07-18 16:41:06 +00:00
de0d6cdc82 Update to .NET Core 3.1 and apply Roslyn suggestions 2020-07-18 16:41:01 +00:00
38fd327074 Merge pull request #4 from ckaczor/dependabot/npm_and_yarn/Display/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /Display
2020-07-18 07:56:51 -04:00