Increase Fritz DECT polling intervall for power metering

Hi,

I´m using a Fritz DECT 210 for measuring my balcony PV, everything works fine in HA so far. In the past, I used also the DECT!Read Simple UNI for additional polling so that HA gets the power consumption data every 30 seconds (and not only 2 minutes as per default). With the last Fritz OS-update, it seems that this “workaround” doesn´t work anymore.

Are there other users here with the same problem/constellation or does anyone have a simple solution for this, so that I get the data in a higher frequency?

Thanks!

Greetings from Germany,
Philip

Hi, i don’t know DECT!Read Simple UNI. I solved the problem with a trigger automation. Turn “on” the Fritz dect every “x” seconds.

Blockquote

description: “”
mode: single
trigger:

  • platform: time_pattern
    seconds: “2”
    condition:
    action:
  • type: turn_on
    device_id: ################################
    entity_id: ################################
    domain: switch

Blockquote

Perhaps antoher possibilty is the service: homeassistant.update_entity.

Blockquote

description: “”
mode: single
trigger:

  • platform: time_pattern
    seconds: “2”
    condition:
    action:
  • service: homeassistant.update_entity
    target:
    entity_id: sensor.fritz_dect_200
    data: {}

`> Blockquote

Greetings from berlin (i know my englisch is bad. sorry)
Matze

Hi Matze,

thanks, it seems that powering on the switch device regurlarly did the trick :slight_smile:

Just updating the entitity didn´t work…

Danke :slight_smile: