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

Temperature Values not showing for Thermopro TP12 #28

Open
mattstrong121 opened this issue Feb 27, 2022 · 2 comments
Open

Temperature Values not showing for Thermopro TP12 #28

mattstrong121 opened this issue Feb 27, 2022 · 2 comments

Comments

@mattstrong121
Copy link

I have been using your add-on for a few months with various Acurite and LaCrosse weather sensors. Today I got a Thermopro TP12 wireless meat thermometer. The device was auto discovered and I have a number of sensors showing in HA but temp sensors are not showing. From looking at the debug logs, it appears that the two temperatures are being received but not sent to MQTT. If you need any additional info let me know. Thanks!!!!

**

Received message: rtl_433/events : {"time": "2022-02-26 20:37:07-0700", "protocol": 97, "model": "Thermopro-TP12", "id": 126, "temperature_1_F": 69.08, "temperature_2_F": 68.0, "mic": "CRC", "mod": "ASK", "freq": 433.95046, "rssi": -0.119862, "snr": 11.66604, "noise": -11.7859}
Sending Config to path homeassistant/sensor/Thermopro_TP12_126/last_seen/config : {"device_class": "timestamp", "name": "Thermopro TP12 126 last_seen", "unit_of_measurement": "", "value_template": "{{ value }}", "state_topic": "rtl_433/Thermopro-TP12/126/0/time", "unique_id": "rtl433sensor126last_seen", "availability_topic": "rtl_433/status", "device": {"identifiers": "126", "name": "126", "model": "TP12", "manufacturer": "Thermopro"}}
Received key time for Thermopro-TP12
Sending Config to path homeassistant/sensor/Thermopro_TP12_126/freq/config : {"device_class": "frequency", "name": "Thermopro TP12 126 freq", "unit_of_measurement": "Mhz", "value_template": "{{ value }}", "state_topic": "rtl_433/Thermopro-TP12/126/0/freq", "unique_id": "rtl433sensor126freq", "availability_topic": "rtl_433/status", "device": {"identifiers": "126", "name": "126", "model": "TP12", "manufacturer": "Thermopro"}}
Received key freq for Thermopro-TP12
Sending Config to path homeassistant/sensor/Thermopro_TP12_126/rssi/config : {"device_class": "signal_strength", "unit_of_measurement": "dB", "entity_category": "diagnostic", "value_template": "{{ value|float|round(2) }}", "state_topic": "rtl_433/Thermopro-TP12/126/0/rssi", "name": "Thermopro TP12 126 rssi", "unique_id": "rtl433sensor126rssi", "availability_topic": "rtl_433/status", "device": {"identifiers": "126", "name": "126", "model": "TP12", "manufacturer": "Thermopro"}}
Received key rssi for Thermopro-TP12
Sending Config to path homeassistant/sensor/Thermopro_TP12_126/snr/config : {"device_class": "signal_strength", "unit_of_measurement": "dB", "value_template": "{{ value|float|round(2) }}", "state_topic": "rtl_433/Thermopro-TP12/126/0/snr", "name": "Thermopro TP12 126 snr", "unique_id": "rtl433sensor126snr", "availability_topic": "rtl_433/status", "device": {"identifiers": "126", "name": "126", "model": "TP12", "manufacturer": "Thermopro"}}
Received key snr for Thermopro-TP12
Sending Config to path homeassistant/sensor/Thermopro_TP12_126/noise/config : {"device_class": "signal_strength", "unit_of_measurement": "dB", "value_template": "{{ value|float|round(2) }}", "state_topic": "rtl_433/Thermopro-TP12/126/0/noise", "name": "Thermopro TP12 126 noise", "unique_id": "rtl433sensor126noise", "availability_topic": "rtl_433/status", "device": {"identifiers": "126", "name": "126", "model": "TP12", "manufacturer": "Thermopro"}}
Received key noise for Thermopro-TP12

**

@mattstrong121 mattstrong121 changed the title Tempeture Values not showing for Thermopro TP12 Temperature Values not showing for Thermopro TP12 Feb 28, 2022
@thejeffreystone
Copy link
Owner

I added some definitions for those. Update and let me know if you see them now.

@mattstrong121
Copy link
Author

I updated and the "temperature_1_F" value is coming across but not the "temperature_2_F". I confirmed that the "temperature_2_F" value is still being recieved in the message. I don't see any errors in the log related to the second temp value. Below is the log entry for the 1st temp value. Thanks again for your help with this. If there is any other info you need please let me know.

Sending Config to path homeassistant/sensor/Thermopro_TP12_126/F/config : {"device_class": "temperature", "name": "Thermopro TP12 126 F", "unit_of_measurement": "\u00b0F", "assumed_state": "True", "value_template": "{{ value|float }}", "state_topic": "rtl_433/Thermopro-TP12/126/0/temperature_1_F", "unique_id": "rtl433sensor126F", "availability_topic": "rtl_433/status", "device": {"identifiers": "126", "name": "126", "model": "TP12", "manufacturer": "Thermopro"}}

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

2 participants