Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acurite Tower Sensor Temp not pulling into HA #31

Open
scuppasteve opened this issue May 14, 2022 · 0 comments
Open

Acurite Tower Sensor Temp not pulling into HA #31

scuppasteve opened this issue May 14, 2022 · 0 comments

Comments

@scuppasteve
Copy link

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"}}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant