Coder Social home page Coder Social logo

Comments (9)

MattTW avatar MattTW commented on August 10, 2024

Hmmm....can you post the "RX <" log message that immediately precedes that message. Or the last few "RX < ". That is the raw data received from the Envisalink.

from honeyalarmserver.

BigWebstas avatar BigWebstas commented on August 10, 2024
> Sat, 12 Mar 2016 21:09:09 DEBUG <root alarmserver lineReceived> RX < %00,01,1C28
> ,08,00,..WEBSTER-CRIB..CHIME,Rdy to Arm$
> Sat, 12 Mar 2016 21:09:09 ERROR <root alarmserver handle_keypad_update> Data for
> mat invalid from Envisalink, ignoring...
> Sat, 12 Mar 2016 21:09:09 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:09 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:09 DEBUG <root alarmserver lineReceived> RX < %00,01,1C28
> ,08,00,..WEBSTER-CRIB..CHIME,Rdy to Arm$
> Sat, 12 Mar 2016 21:09:09 ERROR <root alarmserver handle_keypad_update> Data for
> mat invalid from Envisalink, ignoring...
> Sat, 12 Mar 2016 21:09:09 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:18 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:18 DEBUG <root alarmserver lineReceived> RX < %00,01,1C28
> ,08,00,..WEBSTER-CRIB..CHIME,Rdy to Arm$
> Sat, 12 Mar 2016 21:09:18 ERROR <root alarmserver handle_keypad_update> Data for
> mat invalid from Envisalink, ignoring...
> Sat, 12 Mar 2016 21:09:18 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:28 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:28 DEBUG <root alarmserver lineReceived> RX < %00,01,1C28
> ,08,00,..WEBSTER-CRIB..CHIME,Rdy to Arm$
> Sat, 12 Mar 2016 21:09:28 ERROR <root alarmserver handle_keypad_update> Data for
> mat invalid from Envisalink, ignoring...
> Sat, 12 Mar 2016 21:09:28 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:38 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------
> Sat, 12 Mar 2016 21:09:38 DEBUG <root alarmserver lineReceived> RX < %00,01,1C28
> ,08,00,..WEBSTER-CRIB..CHIME,Rdy to Arm$
> Sat, 12 Mar 2016 21:09:38 ERROR <root alarmserver handle_keypad_update> Data for
> mat invalid from Envisalink, ignoring...
> Sat, 12 Mar 2016 21:09:38 DEBUG <root alarmserver lineReceived> ----------------
> ------------------------�
>                                                       ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

from honeyalarmserver.

BigWebstas avatar BigWebstas commented on August 10, 2024

wow that formatted weird

from honeyalarmserver.

BigWebstas avatar BigWebstas commented on August 10, 2024

now that i think about it, it might be caused by my naming of the partition and enabling chime might push it over a char limit?

from honeyalarmserver.

MattTW avatar MattTW commented on August 10, 2024

Commas are used as a data separator in the Envisalink communication protocol. Looks like there is a comma in the last piece of data being sent, which is the text that is displayed.

Nothing "wrong" with this but it highlights the need to make the code that parses this data a little bit smarter. I have an idea that I think will work. Give me a day or two to test it out.

Thanks!
Matt

from honeyalarmserver.

BigWebstas avatar BigWebstas commented on August 10, 2024

You're a gentleman and a scholar, thanks for taking a look

from honeyalarmserver.

MattTW avatar MattTW commented on August 10, 2024

sorry about the long delay - I pushed a fix up that should correct that error - give it a try when you have a chance.

from honeyalarmserver.

BigWebstas avatar BigWebstas commented on August 10, 2024

Awesome i will give it a try

from honeyalarmserver.

BigWebstas avatar BigWebstas commented on August 10, 2024

i updated to the latest code set but im still getting that issue with chime, also now im getting empty partition responses

> 
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> RX < %00,01,000
> ,21,00,FAULT 21 KITCHENSIDE WINDOW     $
> Tue, 17 May 2016 10:38:38 DEBUG <root smartthings partitionStatus> Partition or
> status was empty, skipping this event. NOTE: This may be an error, if so we nee
>  to get a proper status for whatever even this is to fix it
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> RX < %00,01,000
> ,22,00,FAULT 22        MAW(N)PAW WINDOW$
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> RX < %00,01,000
> ,21,00,FAULT 21 KITCHENSIDE WINDOW     $
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> RX < %00,01,000
> ,22,00,FAULT 22        MAW(N)PAW WINDOW$
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> RX < %00,01,000
> ,21,00,FAULT 21 KITCHENSIDE WINDOW     $
> Tue, 17 May 2016 10:38:38 DEBUG <root alarmserver lineReceived> ---------------
> ------------------------
> 

from honeyalarmserver.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.