Giter VIP home page Giter VIP logo

Comments (12)

erikvtv avatar erikvtv commented on June 19, 2024

I’m also have same problem.

attached some logging , maybe helpful

Deze fout is ontstaan door een aangepaste integratie.

Logger: custom_components.mypyllant
Source: custom_components/mypyllant/init.py:165
Integration: myVAILLANT (documentation, issues)
First occurred: 10 mei 2023 om 13:43:42 (3 occurrences)
Last logged: 19:23:02

Unexpected error fetching myVAILLANT data: 14 validation errors for DeviceData data -> 11 -> value field required (type=value_error.missing) data -> 12 -> value field required (type=value_error.missing) data -> 13 -> value field required (type=value_error.missing) data -> 14 -> value field required (type=value_error.missing) data -> 15 -> value field required (type=value_error.missing) data -> 16 -> value field required (type=value_error.missing) data -> 17 -> value field required (type=value_error.missing) data -> 18 -> value field required (type=value_error.missing) data -> 19 -> value field required (type=value_error.missing) data -> 20 -> value field required (type=value_error.missing) data -> 21 -> value field required (type=value_error.missing) data -> 22 -> value field required (type=value_error.missing) data -> 23 -> value field required (type=value_error.missing) data -> 24 -> value field required (type=value_error.missing)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _async_refresh
self.data = await self._async_update_data()
File "/config/custom_components/mypyllant/init.py", line 165, in _async_update_data
data.append([da async for da in device_data])
File "/config/custom_components/mypyllant/init.py", line 165, in
data.append([da async for da in device_data])
File "/usr/local/lib/python3.10/site-packages/myPyllant/api.py", line 281, in get_data_by_device
yield DeviceData(
File "/usr/local/lib/python3.10/site-packages/myPyllant/models.py", line 259, in init
super().init(device=device, **kwargs)
File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 341, in init
raise validation_error
pydantic.error_wrappers.ValidationError: 14 validation errors for DeviceData
data -> 11 -> value
field required (type=value_error.missing)
data -> 12 -> value
field required (type=value_error.missing)
data -> 13 -> value
field required (type=value_error.missing)
data -> 14 -> value
field required (type=value_error.missing)
data -> 15 -> value
field required (type=value_error.missing)
data -> 16 -> value
field required (type=value_error.missing)
data -> 17 -> value
field required (type=value_error.missing)
data -> 18 -> value
field required (type=value_error.missing)
data -> 19 -> value
field required (type=value_error.missing)
data -> 20 -> value
field required (type=value_error.missing)
data -> 21 -> value
field required (type=value_error.missing)
data -> 22 -> value
field required (type=value_error.missing)
data -> 23 -> value
field required (type=value_error.missing)
data -> 24 -> value
field required (type=value_error.missing)

from mypyllant-component.

ardyp87 avatar ardyp87 commented on June 19, 2024

Having same issue.

from mypyllant-component.

andreaconsadori avatar andreaconsadori commented on June 19, 2024

I have the same issue, migo link Device for sanier duval.

In the git i see a file modified 4 days ago, can be the root issue?

Disappeared
sensor.thema_condens_consumed_primary_energy_domestic_hot_water
And
sensor.thema_condens_consumed_primary_energy_heating

from mypyllant-component.

chrizzzp avatar chrizzzp commented on June 19, 2024

Thanks for the efforts on this integration!
Was forced to migrate to MyVaillant (from SensoApp/Multimatic integration). Vaillant continously pushes users to the new system, so I guess more and more people will look into the mypyllant-component...

My system: Vaillant arotherm Split heatpump (+ hydraulic station) + sensoCOMFORT VRC 720 + sensoNET VR 921
mypyllant-component: latest pre-release of v0.3.0b0

I do see 16 entities from the integration in HA, but none of them refers to energy/power consumption (except [sensor.heating_energy_efficiency]).

Should I try v0.2?
Turned debugging on. What debugging info should be posted?

Thanks again!

from mypyllant-component.

on5bac avatar on5bac commented on June 19, 2024

Hi,

Since one week, energy are not working anymore :

image

Still in v0.2.0 version, using sensoCOMFORT ( rebooted as well )

On the phone app, still have the data.

NB, don't know if it's important, but i think the problem appear when i switched heater off.

Thanks for this integration btw.

. .

EDIT : Tested with v0.3.0 :

Energy always unavailable, BUT :

Water Pressure ecoTEC seem to be replaced by : System Water Pressure System Mode seem to be replaced by : Current Special Function Domestic Hot Water 255 Min Flow Temperature Setpoint in Circuit 0 seem to have no replacement

two new sensor : image

We have exactly the same problem here and I can confirm that it started from the moment that we switched off the heater for the CV part. In the MyVaillant app it is still visible.

from mypyllant-component.

chrizzzp avatar chrizzzp commented on June 19, 2024

I do see 16 entities from the integration in HA, but none of them refers to energy/power consumption (except [sensor.heating_energy_efficiency]).

Should I try v0.2?

I can confirm in version 0.2 energy/power consumption entities don't work anymore either (also not in 0.3beta). I assume there were API changes?

from mypyllant-component.

signalkraft avatar signalkraft commented on June 19, 2024

I released a new beta version v0.3.0b1 that may fix this, let me know if it works.

Vaillant indeed changed the API, I'm not sure if some users are still on the API that version 0.2.x was built for.

from mypyllant-component.

pinkfloydFR avatar pinkfloydFR commented on June 19, 2024

Hi, thanks for the new release seems to be good for consumsion πŸ‘

image

juste this sensor always ko :

image

But thanks for the great work anyway !

from mypyllant-component.

erikvtv avatar erikvtv commented on June 19, 2024

It’s working with v0.3.0b2. Thank you for your effort to fix the issue

from mypyllant-component.

didierhassio avatar didierhassio commented on June 19, 2024

Bonjour,
Les consommations refonctionnent chez moi aussi avec la v0.3.0b1 et une saunier duval DUOMax.
Merci pour la mise Γ  jour,

from mypyllant-component.

andreaconsadori avatar andreaconsadori commented on June 19, 2024

from mypyllant-component.

andreaconsadori avatar andreaconsadori commented on June 19, 2024

from mypyllant-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.