spbrogan / sensor.mopeka_pro_check

Home Assistant custom component to support Mopeka Pro Check Tank Level Sensors
Other
21 stars 4 forks source link

Error "Exception: 8 is not a valid HardwareId" #31

Closed jpettitt closed 1 year ago

jpettitt commented 1 year ago

I just installed a Mopeka PRO+ LR sensor and I'm getting an error

ERROR (HCISocketPoller) [mopeka_pro_check.service] Failed to process advertisement from defined sensor. Exception: 8 is not a valid HardwareId

Config is:

sensor:
  - platform: mopeka_pro_check
    hci_device: "hci0"
    mopeka_devices:
      - mac: "xx:xx:xx:xx:xx:xx"
        name: "House Tank"
        tank_type: "custom"
        max_height: 760
        min_height: 38.1

I can't find where that message is coming from or where the hardware is checked. any suggestions for debugging this?

spbrogan commented 1 year ago

This integration is pretty much unsupported due to all the changes the HA team this last summer.
For the PRO+LR sensor I believe it was added to the ESPHOME integration and I would suggest using that.
See details here: https://github.com/spbrogan/sensor.mopeka_pro_check/issues/27