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
Restart of Tellstick add-on does not make any difference
but then after restart of HA:
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?