I’ve constructed an Arduino Mega 2560 based RFLink and am able to get lights/switches to work properly, but am not able to get an Oregon Scientific Temperature sensor(v1) to work within HA. RFLink sends the data to HA properly, but I’m unable to get HA to display the temperature even from within the states view of HA.
Debug Info:
[rflink.protocol] received data: 20;05;OregonV1;ID=0041;TEMP=00d8;BAT=OK;
I’m using the below text in sensors.yaml, but to no avail.
automatic_add: true```
Does anyone have an Oregon Scientific Temperature sensor, or any temperature sensor, configuration they can share?
Thanks very much to anyone who may be able to help.