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

Laird sensors not supported #22

Open
fmgst opened this issue Aug 10, 2021 · 0 comments
Open

Laird sensors not supported #22

fmgst opened this issue Aug 10, 2021 · 0 comments

Comments

@fmgst
Copy link

fmgst commented Aug 10, 2021

Version 1.0 of protocol doesn't support recent corded RTD and switch sensors. I am unable to upload new protocol PDF but you may find it HERE. New sensors add several new MsgType's AND change how temperature is decoded.

I needed MsgType 0x0b (11) which I hacked to be just - also modified "default" case to show specific MsgType:

case 0x0b:
      asRTDTemp(decoded, bytes);
      break;
default:
      decoded.error = 'Unsupported message type '+decoded.MsgType;

I'm using this under CODEC in ChirpStack.

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

1 participant