Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Add new fields to Thermostat #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jayme-github
Copy link
Contributor

Added the new fields (as of AVMs docs):

  • WindowOpenEnd
  • Boost
  • BoostEnd
  • Holiday
  • Summer

As this makes the cli output quite long, I've added a verbose option to hide most of the new fields by default.

Seems like we where working on the same stuff in parallel today. 😄
I'm not sure about the types in model.go. You seem to prefer to parse everything as string and I am not sure why that is. Let me know if you would like to have that changed.

As of the window stuff at least all my devices seem to not report the state properly.

@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #235 (32732f8) into master (4874fa4) will decrease coverage by 0.61%.
The diff coverage is 79.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
- Coverage   99.95%   99.33%   -0.62%     
==========================================
  Files         107      108       +1     
  Lines        2056     2101      +45     
==========================================
+ Hits         2055     2087      +32     
- Misses          1       11      +10     
- Partials        0        3       +3     
Impacted Files Coverage Δ
fritz/thermostat.go 40.00% <0.00%> (-60.00%) ⬇️
cmd/jsonapi/converter.go 95.00% <42.85%> (-5.00%) ⬇️
fritz/epoch.go 92.85% <92.85%> (ø)
cmd/list_thermostats.go 97.53% <94.44%> (-2.47%) ⬇️
fritz/next_change.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4874fa4...32732f8. Read the comment docs.

Added the new fields (as of AVMs docs):
* WindowOpenEnd
* Boost
* BoostEnd
* Holiday
* Summer

As this makes the cli output quite long, I've added a verbose option to
hide most of the new fields by default.
@bpicode
Copy link
Owner

bpicode commented Jan 24, 2021

Hi @jayme-github, thanks for taking the time to contribute. I will try to look into this PR as soon as I can.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants