Commit Graph

17 Commits

Author SHA1 Message Date
Jarno Rankinen 11debcecc5 gh-32 Update HA dashboard definitions
- Added toggles for Summer Night Cooling and toggle
  for disabling HA changing fan speeds
- Removed supply air humidity, probably needs an optional
  extra sensor to work
2024-04-07 11:14:01 +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 d53e976a36 Squashed commit of the following:
commit 468bc33f7e
Author: Jarno Rankinen <jarno@oranki.net>
Date:   Tue Mar 14 09:37:07 2023 +0200

    gh-7 Log failed authentications. Forked rocketlaunchr/https-go to add CN to the generated certifcate

commit 0e10c9d925
Author: Jarno Rankinen <jarno@oranki.net>
Date:   Sun Mar 12 22:30:53 2023 +0200

    gh-7 Added HTTP basic authentication to REST API. Default credentials pingvin:enervent. Still need to implement logging failed auth requests. A log file option is also a good idea.

commit a3165db631
Author: Jarno Rankinen <jarno@oranki.net>
Date:   Sun Mar 12 12:41:41 2023 +0200

    gh-7 Updated Home Assistant rest example to https

commit 54b555c523
Author: Jarno Rankinen <jarno@oranki.net>
Date:   Sun Mar 12 12:25:53 2023 +0200

    gh-7 Enabled SSL encryption

commit 2738b60386
Author: Jarno Rankinen <jarno@oranki.net>
Date:   Sun Mar 12 12:07:36 2023 +0200

    gh-7 Implemented automatic self-signed SSL generation on startup under ~/.config/enervent-ctrl

Closes gh-7
2023-03-14 09:37:36 +02:00
Jarno Rankinen 534fb5939d Implemented max cooling toggle to dashboard. Max heating is shown when the requested temperature is less than room temperature, otherwise Max cooling toggle is shown. Closes gh-22 2023-03-10 21:05:52 +02:00
Jarno Rankinen 778c249b9b gh-22 gh-6 ADashboard, rest entities, helpers and automations for boost and overpressure 2023-03-10 14:13:26 +02:00
Jarno Rankinen a5fbc53eba gh-6 Rework automations, as homeassistant.update_entity doesn't seem to be working for restful resources with multiple sensors 2023-03-10 13:47:34 +02:00
Jarno Rankinen c6741645b6 gh-6 update dashboard, helpers and automations for temperature setting via helper+automations.
Will postpone updating the english dashboard until most of the features are
done in the finnish version.
2023-03-10 12:03:52 +02:00
Jarno Rankinen 4b89aec1c5 0.0.17 Remove 'Days until service'. Closes gh-25 2023-03-10 11:13:07 +02:00
Jarno Rankinen a0dedc7fcd 0.0.16 Correct hreg addresses for humidity readings. Outside hum still shows 0%, will need to wait until summer to see if the reading works. Closes gh-26. Added 48h avg hum readings back to HASS dashboards 2023-03-10 11:09:36 +02:00
Jarno Rankinen f0afee1256 gh-6 Changed icon for boost binary sensor 2023-03-08 23:57:41 +02:00
Jarno Rankinen ff5ea40c7b gh-6 updated Home Assistant YAMLs
- Sensor names only in English now
- Dashboards in Finnish and English
- Added helpers.yaml and automations.yaml, needed for the
  Max heating & Adaptive circulation fan toggles in the dashboards.
  Idea is that these can be copy-pasted to appropriate locations
  in the UI or straight to configuration.yaml.

Experimenting currently with using HASS to change the device state
according to room temperature, that automation is not yet added
to automations.yaml
2023-03-08 23:46:14 +02:00
Jarno Rankinen 7d6ea93421 'Heater return water' -> 'Return water' in HASS english version 2023-02-28 20:54:37 +02:00
Jarno Rankinen 6053698552 Rename VentInfo to Measurements, add heater element water temperature to Home Assistant data 2023-02-28 20:47:47 +02:00
Jarno Rankinen b1aa71e5c7 gh-6 Updated Home Assistant configuration files for room temperature 2023-02-23 20:09:33 +02:00
Jarno Rankinen 1f5a258937 gh-6 Add operating mode to HASS YAMLs 2023-02-19 22:51:57 +02:00
Jarno Rankinen ea148e5a38 Fix copy-paste mistake in HASS yamls 2023-02-19 12:31:59 +02:00
Jarno Rankinen f36c2b4f17 gh-6 Home Assistant sensors and dashboard example YAMLs, finnish and english versions 2023-02-19 11:39:47 +02:00