Open cbolumar opened 1 year ago
Same problem.
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Porque no haces un PR o al menos un fork ya que parece que el usuario ya no esta manteniendo esto?
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Porque no haces un PR o al menos un fork ya que parece que el usuario ya no esta manteniendo esto?
Estoy revisando el API para ver si es interesante publicar mas entidades y si cambio la integración para que pida los parametros de usuario y password por GUI y no tener que ponerlos en el yalm. Despues veré , como parece, el autor ya no mantiene la integración, si hago un fork .
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Acabo de probarlo y funciona perfecto, muchas gracias por tu adaptacion :)
He cambiado mi archivo repsol_api, por el que has puesto y que me he descargado, y tachán. Funcionando!!! Muchas gracias y saludos.
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Porque no haces un PR o al menos un fork ya que parece que el usuario ya no esta manteniendo esto?
Estoy revisando el API para ver si es interesante publicar mas entidades y si cambio la integración para que pida los parametros de usuario y password por GUI y no tener que ponerlos en el yalm. Despues veré , como parece, el autor ya no mantiene la integración, si hago un fork .
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Esto funciona en 2024??? A mi no me funciona. Gracias.
A mi me funciona la versión que utilizo pero no sé si es la que os publiqué. Lo compruebo y os digo.
Enviado desde Yahoo Mail para iPhone
El miércoles, enero 24, 2024, 6:30 p. m., alexbartGTI @.***> escribió:
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Porque no haces un PR o al menos un fork ya que parece que el usuario ya no esta manteniendo esto?
Estoy revisando el API para ver si es interesante publicar mas entidades y si cambio la integración para que pida los parametros de usuario y password por GUI y no tener que ponerlos en el yalm. Despues veré , como parece, el autor ya no mantiene la integración, si hago un fork .
Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip
Esto funciona en 2024??? A mi no me funciona. Gracias.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
A mi me funciona la versión que utilizo pero no sé si es la que os publiqué. Lo compruebo y os digo. Enviado desde Yahoo Mail para iPhone El miércoles, enero 24, 2024, 6:30 p. m., alexbartGTI @.> escribió: Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip Porque no haces un PR o al menos un fork ya que parece que el usuario ya no esta manteniendo esto? Estoy revisando el API para ver si es interesante publicar mas entidades y si cambio la integración para que pida los parametros de usuario y password por GUI y no tener que ponerlos en el yalm. Despues veré , como parece, el autor ya no mantiene la integración, si hago un fork . Working with the Repsol api i had to add one new parameter in each call , maybe Repsol changed the api, after that all seen to be working . I attach the /config/custom_components/repsolluzygas/repsol_api.py with the changes i needed to fix the problem. repsol_api.zip Esto funciona en 2024??? A mi no me funciona. Gracias. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>
@cbolumar Quedo a la espera ansioso a ver si me funciona con tu código!! Muchas gracias:)
In the last days i have errors and this integration is not working
2023-09-10 12:58:42.343 ERROR (MainThread) [homeassistant.components.sensor] repsolluzygas: Error on device update! Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 573, in _async_add_entity await entity.async_device_update(warning=False) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 938, in async_device_update await hass.async_add_executor_job(self.update) File "/usr/local/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/repsolluzygas/sensor.py", line 73, in update self.client.update() File "/config/custom_components/repsolluzygas/repsol_api.py", line 166, in update contracts = self.get_contracts(uid, signature, tstamp) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/repsolluzygas/repsol_api.py", line 88, in get_contracts data = data[0]