Giter Site home page Giter Site logo

Comments (5)

zxdavb avatar zxdavb commented on July 24, 2024

@phdelodder Is this still an issue

from ramses_cc.

phdelodder avatar phdelodder commented on July 24, 2024

This is still an issue with the latest version/commit

from ramses_cc.

zxdavb avatar zxdavb commented on July 24, 2024

@phdelodder Can you close this, or provide more feedback? If it is still an issue, I can have a look at it.

from ramses_cc.

phdelodder avatar phdelodder commented on July 24, 2024

when using the service call results in:

2021-07-11 10:00:35 DEBUG (MainThread) [homeassistant.core] Invalid data for service call evohome_cc.set_zone_mode: {'entity_id': 'climate.bureau', 'mode': 'temporary_override', 'setpoint': 5, 'until': '22:00:00'}
2021-07-11 10:00:35 ERROR (MainThread) [homeassistant.helpers.script.websocket_api_script] websocket_api script: Error executing script. Invalid data for call_service at pos 1: value must be one of ['follow_schedule'] for dictionary value @ data['mode']
2021-07-11 10:00:35 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [139855406669776] Error handling message: extra keys not allowed @ data['setpoint']. Got None
extra keys not allowed @ data['until']. Got None
value must be one of ['follow_schedule'] for dictionary value @ data['mode']. Got None

from ramses_cc.

zxdavb avatar zxdavb commented on July 24, 2024

@phdelodder This works for me:

service: evohome_cc.set_zone_mode
data:
  entity_id: climate.rad_zone
  mode: temporary_override
  setpoint: 21
  until: 2022-12-31 22:00:00

... using until: '22:00:00' will fail - this is a HA limitation., but:

... you can use duration: {"minutes": 135} instead, and:

... you can also use: mode: advanced_override to override only until the next scheduled setpoint.

from ramses_cc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.