Git Product home page Git Product logo

Comments (7)

pszafer avatar pszafer commented on June 12, 2024

about water_heater.
what happens if you switch dhw to ownprogram ? (maybe make a scan when you switch)
You don't have any schedule for it.
If it suppose to be like that, then I can just disable possibility to switching to ownprogram if there is no schedule. that way component will stop trying to download uri which doesn't exists in your installation.

about sensor.
sensors are working in my installation. Let's hope that when we deal with water_heaters, sensors will work as well

from home-assistant-bosch-custom-component.

kantorbalazs avatar kantorbalazs commented on June 12, 2024

Hello! I have the following error message on start:
Error during setup of component bosch
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 172, in _async_setup_component
hass, processed_config
File "/config/custom_components/bosch/init.py", line 92, in async_setup
if host in configured and configured[host][SENSORS] == config[SENSORS]:
KeyError: 'sensors'

from home-assistant-bosch-custom-component.

napieraj avatar napieraj commented on June 12, 2024

Where would I set ownprogram? On the RC300 itself? The dhw1 entity does not give me any options in the mode drop-down menu.

Any way of completely disabling the water heater integration, as I'm only interested in hc1 and sensors?

Could EMS bus have any influence on these issues?

from home-assistant-bosch-custom-component.

pszafer avatar pszafer commented on June 12, 2024

RC300 or Android app. They call it 'Auto' in app.

from home-assistant-bosch-custom-component.

napieraj avatar napieraj commented on June 12, 2024

ownprogram appears to have done the trick! Water heater and configured sensors appear to be working correctly -- many thanks & closing this issue

from home-assistant-bosch-custom-component.

pszafer avatar pszafer commented on June 12, 2024

Can you provide scan now?
Let's figure it out why your dhw don't have schedule when in hcprogram.

from home-assistant-bosch-custom-component.

napieraj avatar napieraj commented on June 12, 2024

I ran a diff on the scan dump before and after and can report the following:

  • value key of /dhwCircuits/dhw1/operationMode changed from high to ownprogram

  • references key of /dhwCircuits/dhw1/switchPrograms (previously empty) becomes populated with this object:
    { "id": "/dhwCircuits/dhw1/switchPrograms/A", "uri": "http://THERMOSTAT/dhwCircuits/dhw1/switchPrograms/A" }

  • new object is created for /dhwCircuits/dhw1/switchPrograms/A:
    { "id": "/dhwCircuits/dhw1/switchPrograms/A", "maxNbOfSwitchPoints": 42, "maxNbOfSwitchPointsPerDay": 6, "setpointProperty": { "id": "/dhwCircuits/dhw1/temperatureLevels", "uri": "http://THERMOSTAT/dhwCircuits/dhw1/temperatureLevels" }, "switchPointTimeRaster": 15, "switchPoints": [ { "dayOfWeek": "Mo", "setpoint": "high", "time": 300 }, { "dayOfWeek": "Mo", "setpoint": "off", "time": 1380 }, { "dayOfWeek": "Tu", "setpoint": "high", "time": 300 }, { "dayOfWeek": "Tu", "setpoint": "off", "time": 1380 }, { "dayOfWeek": "We", "setpoint": "high", "time": 300 }, { "dayOfWeek": "We", "setpoint": "off", "time": 1380 }, { "dayOfWeek": "Th", "setpoint": "high", "time": 300 }, { "dayOfWeek": "Th", "setpoint": "off", "time": 1380 }, { "dayOfWeek": "Fr", "setpoint": "high", "time": 300 }, { "dayOfWeek": "Fr", "setpoint": "off", "time": 1380 }, { "dayOfWeek": "Sa", "setpoint": "high", "time": 420 }, { "dayOfWeek": "Sa", "setpoint": "off", "time": 1380 }, { "dayOfWeek": "Su", "setpoint": "high", "time": 420 }, { "dayOfWeek": "Su", "setpoint": "off", "time": 1380 } ], "type": "switchProgram", "writeable": 1 },

No other differences besides this (except for normal changes in various sensor values)

Full dump here: https://jsonblob.com/04ff5a58-1dae-11ea-91ae-2f84de87bcac

from home-assistant-bosch-custom-component.

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.