DanielWinks / HassOS-Addons

MIT License
20 stars 5 forks source link

Can't access data from Acurite-606TX #10

Closed lubarb closed 1 year ago

lubarb commented 2 years ago

Your add-on captures data from my sensor nicely: Screenshot 2022-02-13 164809

but I haven't found any way to write a configuration that will cause the device creator to access the data. If I use a channel of 66 & an id of '', the device created accesses: rtl_433/Acurite-606TX/66//temperature_C. This appears to have an extra (//) level, but it's as close as I've been able to get.

This works beautifully, if I could just get the configuration right.

DanielWinks commented 1 year ago

I've added support for devices that have no channel+id like these in version 1.7.4. Try a config like this:

- name: Acurite UID Sensor
  model: Acurite 606TX
  manufacturer: Acurite-606TX
  type: temp_hum_c
  uid: "66"
DanielWinks commented 1 year ago

Closing this as I am no longer maintaining this add-on (I've moved my home automation to Hubitat and no longer use Home Assistant).