thejeffreystone / hassio_addons

Apache License 2.0
45 stars 26 forks source link

Acurite Tower Sensor Temp not pulling into HA #31

Open scuppasteve opened 2 years ago

scuppasteve commented 2 years ago

It clearly is pulling the data, but there is some issue with it since the upgrade.

Debug 2022-05-13 19:10:37Received MQTT message on 'homeassistant/sensor/Acurite_Tower_4726/last_seen/config' with data '{"device_class": "timestamp", "name": "Acurite Tower 4726 last_seen", "unit_of_measurement": "", "value_template": "{{ value }}", "state_topic": "rtl_433/Acurite-Tower/4726/A/time", "unique_id": "rtl433sensor4726last_seen", "availability_topic": "rtl_433/status", "device": {"identifiers": "4726", "name": "4726", "model": "Tower", "manufacturer": "Acurite"}}'

Debug 2022-05-13 19:10:37Received MQTT message on 'homeassistant/sensor/Acurite_Tower_4726/channel/config' with data '{"name": "Acurite Tower 4726 channel", "unit_of_measurement": "", "value_template": "{{ value }}", "state_topic": "rtl_433/Acurite-Tower/4726/A/channel", "unique_id": "rtl433sensor4726channel", "availability_topic": "rtl_433/status", "device": {"identifiers": "4726", "name": "4726", "model": "Tower", "manufacturer": "Acurite"}}'

Debug 2022-05-13 19:10:37Received MQTT message on 'homeassistant/sensor/Acurite_Tower_4726/B/config' with data '{"device_class": "battery", "name": "Acurite Tower 4726 B", "unit_of_measurement": "%", "value_template": "{{ float(value|int) * 99 + 1 }}", "state_topic": "rtl_433/Acurite-Tower/4726/A/battery_ok", "unique_id": "rtl433sensor4726B", "availability_topic": "rtl_433/status", "device": {"identifiers": "4726", "name": "4726", "model": "Tower", "manufacturer": "Acurite"}}'

Debug 2022-05-13 19:10:37Received MQTT message on 'homeassistant/sensor/Acurite_Tower_4726/F/config' with data '{"device_class": "temperature", "name": "Acurite Tower 4726 F", "unit_of_measurement": "\u00b0F", "assumed_state": "True", "value_template": "{{ value|float }}", "state_topic": "rtl_433/Acurite-Tower/4726/A/temperature_F", "unique_id": "rtl433sensor4726F", "availability_topic": "rtl_433/status", "device": {"identifiers": "4726", "name": "4726", "model": "Tower", "manufacturer": "Acurite"}}'

Debug 2022-05-13 19:10:37Received MQTT message on 'homeassistant/sensor/Acurite_Tower_4726/H/config' with data '{"device_class": "humidity", "name": "Acurite Tower 4726 H", "unit_of_measurement": "%", "value_template": "{{ value|float }}", "state_topic": "rtl_433/Acurite-Tower/4726/A/humidity", "unique_id": "rtl433sensor4726H", "availability_topic": "rtl_433/status", "device": {"identifiers": "4726", "name": "4726", "model": "Tower", "manufacturer": "Acurite"}}'

Debug 2022-05-13 19:10:37Received MQTT message on 'homeassistant/sensor/Acurite_Tower_4726/freq/config' with data '{"device_class": "frequency", "name": "Acurite Tower 4726 freq", "unit_of_measurement": "Mhz", "value_template": "{{ value }}", "state_topic": "rtl_433/Acurite-Tower/4726/A/freq", "unique_id": "rtl433sensor4726freq", "availability_topic": "rtl_433/status", "device": {"identifiers": "4726", "name": "4726", "model": "Tower", "manufacturer": "Acurite"}}'