fredericvl / py-agua-iot

py-agua-iot provides controlling heating devices connected via the IOT Agua platform of Micronova
Apache License 2.0
32 stars 16 forks source link

Could help some people with jolly mec stoves / inserts #45

Open silkyclouds opened 1 year ago

silkyclouds commented 1 year ago

Hi gets,

I played with this for a little while and managed to identify the jolly mec synthesis 80 devices statuses 'it took quite some time to list them all!) If it can help anyone, here they are :

    value_template: >-
      {% set t = states('sensor.device_status')|int(0) %}
      {% set values =
          ['Insert éteint', 'Démarrage', 'Préchauffe',
           'Chargement pellets allumage', 'Allumage bougie', 'Allumage initial',
           'Finallisation allumage', 'Chauffage en cours', 'Demande extinction',
           'Nettoyage final', 'Attente de Standby', 'Standby',
           'Alerte: Plus de pellet', 'Alerte: Nettoyer brasier'] %}

These are in French as you can see, so up to you to translate them. But starting from 0 (shut off), each state is listed till status code 12. I've never encountered anything above 12.

thanks again for the great integration, I now have the stove fully integrated, including Alexa voice control, mobile notifications, and a nice looking dashboard, which is really satisfying when I look back at the crap app micronova published !

image
Daarrz commented 1 year ago

Hi, i'm unsing a Nobis stove and i would like to reach the same result.

Could you help me ?

(On peut se parler en français en privé sur Discord si tu es partant : Daarz#6684)

silkyclouds commented 1 year ago

Hi @Daarrz , you can find my on the official HA discord server. search for "meaning" over there, and ping me. :)

SpeedBlack commented 1 year ago

Hello @silkyclouds , can you tell me where you found the meaning of each device_status? I have a JOLLY MEC IDEA2 stove and I would like to find the meaning of each device_status.

I am also looking for the meaning of the codes for "real_power" and "alarm_code"

For the moment, here is my card (still under construction) : image

PS : I also saw the discussion here >> https://community.home-assistant.io/t/translate-numeric-states-to-human-readable-values-question/525236

Thanks !