Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminator nl master #87

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2186243
Remove external room temperature sensor capability.
TerminatorNL Feb 22, 2024
b4a4a37
Remove device name tag from sensor names for increased readability.
TerminatorNL Feb 22, 2024
136598c
Remove device name tag from sensor names for increased readability.
TerminatorNL Feb 22, 2024
300821b
Implement low temperature heating
TerminatorNL Feb 22, 2024
01855cc
Working POC of simulated room temperature using internal sensor. Cont…
TerminatorNL Feb 24, 2024
29e194f
Remove debugging features, allow sampling of averages.
TerminatorNL Feb 25, 2024
f5e0fb8
Properly display current temperature and simulation status
TerminatorNL Feb 25, 2024
839c46b
Merge pull request #3 from RoboMagus/cleanup_confs
RobertJansen1 Mar 22, 2024
56e93bc
Merge pull request #4 from RoboMagus/cleanup_confs
RobertJansen1 Mar 22, 2024
2ce77ae
Merge branch 'master' of https://github.com/TerminatorNL/MHI-AC-Ctrl-…
Apr 2, 2024
d2783ca
I don't see a reason why this was undone, please open a seperate issu…
Apr 2, 2024
61089c6
Cosmetics
Apr 2, 2024
4ea6686
Change order for backwards compatibility
Apr 2, 2024
25fbd4d
re-add wrongly deleted simulating temperature
Apr 2, 2024
52e52bb
Cosmetics
Apr 2, 2024
b92f710
Undo removal of existing code
Apr 2, 2024
e3e1eb7
Update versioning
Apr 2, 2024
72ae6db
remove publish simulated room temp every loop
Apr 3, 2024
ced6c50
fix wrong location / merge conflict mistake
Apr 3, 2024
bf6553d
Add first time user documentation
Apr 4, 2024
c4958bd
Move code and update last_internal_sensor_timestamp
Apr 5, 2024
cf02da6
Change structure of ofset setting
Apr 5, 2024
db42f20
Allow high temp cooling (from vacant property mode)
Apr 5, 2024
c5e0483
Allow fine-grained temp setting
Apr 5, 2024
8f57b02
update readme
Apr 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix wrong location / merge conflict mistake
Robert Jansen committed Apr 3, 2024
commit ced6c50a80ee17ac5084117b67814fe923c78bd6
9 changes: 0 additions & 9 deletions lr_mhi_ac_ctrl.yaml
Original file line number Diff line number Diff line change
@@ -100,15 +100,6 @@ sensor:
name: WiFi Signal
update_interval: 60s

binary_sensor:
- platform: custom
lambda: |-
return ((MhiAcCtrl*)id(${deviceid}))->get_binary_sensors();
binary_sensors:
- name: Defrost
- name: Simulating room temperature

text_sensor:
- platform: version
name: ESPHome Version