-
Notifications
You must be signed in to change notification settings - Fork 3
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
bug sur log #6
Comments
Bonjour,
|
Salut je vais voir si on ne peut pas les contacter pour voir s'ils peuvent corriger le bug je vois bien que dans ma région j'ai très peu d'indice sur la carte alors que les autres regions sont pleine de données. Y a bien aucun retour sur les départements de l'Occitanie j'ai testé une 15 de villes je suis dégouté ;) |
Ca ne coute pas grd chose de leur écrire/demander. |
Ok demande faite je te tiens au courant de leur réponse
|
Gestion des données au niveau EPCI (communauté de commune) pris en compte dans la nouvelle version |
`Logger: homeassistant.components.sensor
Source: components/sensor/init.py:595
Integration: Capteur (documentation, issues)
First occurred: 19:44:48 (12 occurrences)
Last logged: 19:44:49
Error adding entities for domain sensor with platform atmofrance
Error while setting up atmofrance platform for sensor
atmofrance: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/sensor/init.py", line 591, in state
numerical_value = int(value)
^^^^^^^^^^
ValueError: invalid literal for int() with base 10: ''
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 510, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 750, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1004, in add_to_platform_finish
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 746, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 808, in _async_write_ha_state
state = self._stringify_state(available)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 752, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/init.py", line 595, in state
raise ValueError(
ValueError: Sensor sensor.ozone_montbeton has device class 'aqi', state class 'measurement' unit 'None' and suggested precision 'None' thus indicating it has a numeric value; however, it has the non-numeric value: '' (<class 'str'>)
`
apres plusieurs test de code regional je vois queue la region occitanie pose problem ? aucune des station ne remote de l'API
problem Atmo ?
The text was updated successfully, but these errors were encountered: