james-fry / hassio-addons

Repository for hass.io add ons
99 stars 96 forks source link

New protocols #37

Open MomosX opened 4 years ago

MomosX commented 4 years ago

Is it possible to add all the protocols from https://github.com/merbanan/rtl_433 please ? i have a weather station that works on protocol 155 and i can not enter 155 in the Hssio-addon as it not supported.

Thank you

mmiller7 commented 3 years ago

Having a similar issue, I got an Acurite Atlas 7-in-1 weather station which seems to be supported by one of the very recent updates to the rtl433 builds...but not the one in HomeAssistant. Unsure how or if I can somehow upgrade it.

mmiller7 commented 3 years ago

Is it possible to add all the protocols from https://github.com/merbanan/rtl_433 please ? i have a weather station that works on protocol 155 and i can not enter 155 in the Hssio-addon as it not supported.

Thank you

Seems that if you hit "rebuild" it pulls the latest full version from the github but then it fails with the other recent bug "library librtlsdr.so.0 not found".

If its an already-existing protocol in the version of the binary you already have built in the addon you have, it seems the easiest way to get more protocols is modifying the rtl_433 startup script /config/rtl4332mqtt/rtl2mqtt.sh -- but this seems like it ought to be configurable thru the web settings.