Telldus temperature sensor "drops" out

I have migrated from a legacy 433Mhz setup to Ha, but still have some of the old switches and sensors, integrated into Ha through the Tellstick add-on with a Tellstick Duo.

The concern is about the temperture sensor that has served without any problem in both the lagacy system and in Telldus Live, but keeps to be “dropped” by the add-on.

Probing the core_tellstick from Developer Tools Services reports everyting as expected, but it’s never the less an unknown entity:

{"addon":"core_tellstick","input":{"function":"list-sensors"}}

[19:58:00] INFO: Read list-sensors / 
[19:58:01] INFO: TellStick list-sensors success -> type=sensor	protocol=mandolyn	model=temperaturehumidity	id=11	temperature=11.2	humidity=40	time=2020-10-26 19:57:55	age=5

From configuration.yaml:

 - platform: systemmonitor
    resources:
      - type: disk_use_percent
        arg: /home
      - type: memory_use_percent
      - type: processor_use
      - type: processor_temperature
      
  - platform: tellstick
    temperature_scale: "°C"
    only_named:
      - id: 11
        name: Balkong Norr
        protocol: mandolyn        

image

Restart of Tellstick add-on does not make any difference :frowning:

but then after restart of HA:
image
The sensor and value is properly displayed.

There should basically be the same telldus core in HA as in my legacy enviroment (considering the update frequency from Telldus), so what else could be wrong here?

I’m experiences exactly the same behaviour using Tellstick Duo and Home Assistant 2021.1.1.

I dont see any errors or warnings in the HA log nor in the telldusd log.

I have been running this Tellstick and its sensors with HA for many ears without any issues prior to HA 1.0. I recently migrated my HA into a dock container and now I’m experiences the same issue as Per.

Please someone advice on where to look next as I’m stuck and I hate to have to restart HA every 9 hours or so when the sensors drop out from HA.

The problem is intermittent, and for me it usually happens as a result of restarting the HA server, but normally it is sufficient to restart the Tellstick add-on, not the server itself.

Still an inconvience, though.

Any updates on this? I’ve had this problem for some time and normally a restart solves it, but now it doesn’t anymore. Not even a restart of the add on helps. Only thing that always works is if I update ha to a newer version. Not something you can do whenever you want…

No update really, apart from bailing out from anything related to 433Mhz, including Tellstick.

I only have the outdoor thermometer broadcasting, I should really pull that down and cancel all Tellstick configs in HA… Someday…