EmonCMS and HA

Bonsoir , j’ installer emoncms dans home assistant ,
les information remonte lors du démarrage d’home assistant mais ne se mettent pas a jours apres seulement lors d’un redémarrage

ma config Yaml:

sensor:
- platform: emoncms
  url: http://192.168.1.22/emoncms
  api_key: XXXXXXXXXXXXXXX
  scan_interval: 15
  id: 1 

si quelqu un peu m’aider ce serai sympa
merci a tous

Translation

Good evening, I install emoncms in home assistant,
the information goes up when starting home assistant but does not update afterwards only when rebooting

If someone can help me it would be nice
thanks to all

Hi, welcome.

As a predominately English forum it would be helpful if you could translate your queries for us.

Is there anything in the HomeAssistant logs?

Try to specify just one Feed.

Relevant threads

I’m using Home Assistant version 2024.2.2 and have some emoncms sensors. My configuration looks like this:

sensor:
  - platform: emoncms
    api_key: <read API key>
    url: http://192.168.1.100
    id: 1
    include_only_feed_id:
      - 14
      - 28
      - 29
      - 34

Similar to the previously linked threads, perhaps you need to limit the feeds you are trying to call by setting include_only_feed_id for the feeds you want to create sensors for in HA.

Also might be useful to head to Settings > System Logs > Load Full Logs to see if any errors/problems are reported (not sure what the French transaltion will be for this navigation but hopefully Google translate gets it close enough!)

Hello, the solution you indicated to me has worked. Thank you for your help .
I am French excuse me for my bad English

1 Like

Not a problem, and great it solved it for you.