Commit Graph

17 Commits

Author SHA1 Message Date
Jarno Rankinen 2c00babf4d gh-32 Supply/Exhaust fan speeds to status endpoint 2024-04-07 11:00:17 +03:00
Jarno Rankinen 25887e1111 v0.1.3 Module updates
- Go update to v1.22
- github.com/golang/protobuf v1.5.2 -> google.golang.org/protobuf v1.33.0
- github.com/gorilla/handlers v1.5.1 -> v1.5.2
- github.com/prometheus/client_golang v1.14.0 -> v1.19.0
- github.com/cespare/xxhash/v2 v2.1.2 -> v2.2.0
- github.com/felixge/httpsnoop v1.0.1 -> v1.0.4
- github.com/matttproud/golang_protobuf_extensions v1.0.1 -> v1.0.4
- github.com/prometheus/client_model v0.3.0 -> v0.6.0
- github.com/prometheus/common v0.37.0 -> v0.50.0
- github.com/prometheus/procfs v0.8.0 -> v0.13.0
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a -> v0.18.0
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
  -> v0.0.0-20231012003039-104605ab7028
2024-03-19 22:16:22 +02:00
Jarno Rankinen d1f734dd32 v0.1.2
- Fix routing, remove the awkward symlinking system for index.html
- Automatic binary build with GH Actions
2024-03-08 00:20:02 +02:00
Jarno Rankinen ea8ca1a6df Don't exit on max retries in updateRegisters 2024-03-07 22:38:18 +02:00
Jarno Rankinen d9fbbfac1c Fix typos 2024-03-07 21:20:40 +02:00
Jarno Rankinen 5458c3ba86 v0.1.0 2024-01-21 11:39:36 +02:00
Jarno Rankinen 027d678a09 v0.0.29 Improved error handling
- Retry mechanic for coil read errors
- Utilize pointers, attempt to have more persistent state
- Improved error handling and slightly more verbose logging
2024-01-21 11:34:45 +02:00
Jarno Rankinen 19e047b142 v0.0.28 Added --read-only flag & read_only: true|false config option. Closes gh-33 2023-10-09 21:33:53 +03:00
Jarno Rankinen af4405550c v0.0.27 Added --disable-auth flag and disable_auth: true|false config options. Disables HTTP authentication. build script added to repo. Closes gh-31 2023-10-09 21:08:26 +03:00
Jarno Rankinen 951e3ba493 v0.0.26 - Usable on a daily basis
- Added 'Temperature delta' template sensor, measures difference
  between Room temp vs Temp setpoint (+1.0 = room is 1 degree above
  setpoint)
- Added input helper, rest commands and binary sensor for disabling/enabling
  after heater element
- Updated English dashboard to match Finnish one
- Alert support is the major thing missing
- Automations to override Pingvin's own are under testing
2023-04-07 22:26:14 +03:00
Jarno Rankinen 2a76c9a413 Configuring the serial path actually does something now 2023-03-20 20:55:20 +02:00
Jarno Rankinen 545897211e Ability to configure serial path 2023-03-20 20:29:00 +02:00
Jarno Rankinen a2970f1754 0.0.24 2023-03-15 22:09:06 +02:00
Jarno Rankinen c0798af980 Renamed PingvinKL type to Pingvin 2023-03-15 21:39:14 +02:00
Jarno Rankinen cb1b818b65 Renamed pingvin variable -> device 2023-03-15 21:35:23 +02:00
Jarno Rankinen 140e68aa13 Renamed packages 2023-03-15 21:29:57 +02:00
Jarno Rankinen 5224f92516 Moved Go files under repo root 2023-03-15 21:20:48 +02:00