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

ramses_cc.set_system_mode eco_boost is being set for 1 hour #169

Closed
brucemiranda opened this issue Feb 14, 2024 · 4 comments
Closed

ramses_cc.set_system_mode eco_boost is being set for 1 hour #169

brucemiranda opened this issue Feb 14, 2024 · 4 comments
Assignees

Comments

@brucemiranda
Copy link

brucemiranda commented Feb 14, 2024

service: ramses_cc.set_system_mode
data:
  mode: eco_boost
  entity_id: climate.01_078710

Even with no duration specified the service is being called with a duration set to 1 hour.

@zxdavb
Copy link
Owner

zxdavb commented Feb 18, 2024

I have identified this bug - fix is coming.

@zxdavb zxdavb self-assigned this Feb 18, 2024
@zxdavb
Copy link
Owner

zxdavb commented Feb 18, 2024

related to #163

zxdavb added a commit that referenced this issue Feb 29, 2024
@zxdavb
Copy link
Owner

zxdavb commented Feb 29, 2024

If this is still a problem after the above commit - then the issue in in ramses_rf

@zxdavb
Copy link
Owner

zxdavb commented Feb 29, 2024

Please re-open this issue if the bug persists after release 0.41.8 (there are two tracks: 0.31.7 and 0.41.7 - 0.31.x will no longer be maintained).

@zxdavb zxdavb closed this as completed Feb 29, 2024
@zxdavb zxdavb changed the title ramses_cc.set_system_mode eco_boost is being set for 1 hour ramses_cc.set_system_mode eco_boost is being set for 1 hour Feb 29, 2024
zxdavb added a commit that referenced this issue Mar 10, 2024
* Initial config flow PoC

* Import from yaml is one-off

* Update device info as it becomes available and fix entry reload

* Majority of config flow now implenented

* Lint

* Restore support for reading remote commands from known list traits

* Working multi-stage serial port config

Plus various other tidy-up.

* known list fixes

* Add missing config translations

* Fix adding new entry and provide title for better messaging

* Better default serial port handling

* Guide user through all config on initial setup

* Primary entities use device name

* Set entity names via descriptions

* Friendly name for controller device

* Clearer label for send_packet advanced feature

* Lint

* remove debug code

* Fix discarding legacy restore_cache config on import if not present

* Remove example from schema config UI

This take up too much room and make maintenance harder.

* Ensure unique evohome controller device names

* Extend "Controler 01:123456" device naming to all system types

* Fix generated sensor entity ID

This got corrected behind the scenes before but was incorrect.

* Consistent approach to entity ID generation across all domains

* Lint

* Neaten entity descriptions

Explicitly set ramses_rf_attr so we no longer need to default these.

* Fix bad merge of message events regex match/search fix

* bump to 0.40.x

* fix #85 send_pkt fails with 18:730 as dest

* Final instead of Final[str]

* mypy work

* bump to 0.41.7

* Add description to cache clear config options step

This helps explain the new immediately clear behaviour as well as why you might want to be doing it in the first place.

* initial commit

* names should be restored if the schema is not restored

* fix #162

* evo_control test

* improve evo_control test

* tweak evo_control test

* add log file for tests

* tweak test

* tweak test

* tweak test log

* expose battery ESA more cleanly

* use WATER_HEATER_DESCRIPTIONS (for tests)

* evocontrol test - add temperature attr to namespace

* tidy up

* tidy up

* tweak test

* tidy up tests

* mypy

* minor tweak of test

* doctweak

* doctweak

* move tests folder

* lint

* correct .gitignore

* add test_setup

* doctweak

* working test

* pre-commit

* add virtual RF

* tweak test

* change required to make tests work

* refactor test

* tweak meta file

* tweak tests

* move test data

* tweak virtual RF

* tweak test data

* tweak test

* tweak tests

* tweak test_data

* tweak tests

* add services tests

* extend tests

* bugfix async_unload_entry, and changes for tests

* extend ests, mypy tests

* requirements fro HA 2024.02.x

* tweak manifest.json - add paho-mqtt

* possible bugfix #169

* assert fro bug #163

* doctweak

* use fixture

* add tests

* refactor, extend tests

* harden service schemas

* bugfix DHW_PARAMS schema

* add last tests

* doctweaks

* requirements

* isort config

* meta data

* lint

* requirements

* update requirements

* add logging for config_flow

* lint

* bump library ver (CP)

* tweak tests

* mypy fix (can CP)

* tweak requirements for HA 2024.3.0

---------

Co-authored-by: Trevor North <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants