Coder Social home page Coder Social logo

Comments (7)

maragelis avatar maragelis commented on May 27, 2024

Had this problem but was my wifi disconnecting check you rssi signal strength mine was border line because of the metal box the alarm system was in. Got myself a wemos pro and used an external antenna and all was good.

image

from paradoxrs232tomqtt.

rjduraocosta avatar rjduraocosta commented on May 27, 2024

Hello again @maragelis ,

It makes perfect sence. My d1 mini pro is already on it's way.

Thanks again for all your help and support.

Best regards.

from paradoxrs232tomqtt.

cybertza avatar cybertza commented on May 27, 2024

Hey I know this topic is closed allready, but I wonder if there would be any point in creating an /tele/rssi and /tele/status topics

Status taking advantage of the last Will msg part of the MQTT Broker aka connected|disconnected for use in home assistant for showing if the resource is available

from paradoxrs232tomqtt.

rjduraocosta avatar rjduraocosta commented on May 27, 2024

Hello @cybertza,

That is actually a great idea.

What do you think @maragelis? Could this be something easy to do?

from paradoxrs232tomqtt.

maragelis avatar maragelis commented on May 27, 2024

Last will message is implemented already.” paradox disconnected “ is the last will message, and paradox connected, is the connection message. Due to the rate at which the data is coming in through the serial port there is no time to send other messages. There is no interrupt on serial, so you have to listen continuously for messages. I have tried sending other status messages but at the expense of missing important messages coming in through the serial. I have started a project trying to port this code to python so to use a raspberry or esp32. I myself like the idea of a raspberry zero with Wi-Fi , with a cheap gsm modem for sms fall back in the event you loose Wi-Fi

from paradoxrs232tomqtt.

maragelis avatar maragelis commented on May 27, 2024

You can also try the test and dev branches that have status messages implemented. But will have to use different pins for rx/tx as there I have used software serial so to free up the serial port for debug.

from paradoxrs232tomqtt.

rjduraocosta avatar rjduraocosta commented on May 27, 2024

Last will message is implemented already.” paradox disconnected “ is the last will message, and paradox connected, is the connection message. Due to the rate at which the data is coming in through the serial port there is no time to send other messages. There is no interrupt on serial, so you have to listen continuously for messages. I have tried sending other status messages but at the expense of missing important messages coming in through the serial. I have started a project trying to port this code to python so to use a raspberry or esp32. I myself like the idea of a raspberry zero with Wi-Fi , with a cheap gsm modem for sms fall back in the event you loose Wi-Fi

This is a great idea and it will turn out to be a very nice project I am sure. I will be glad to "take it for a spin" if you need to test it in another panel.

You can also try the test and dev branches that have status messages implemented. But will have to use different pins for rx/tx as there I have used software serial so to free up the serial port for debug.

Thanks for the suggestion, I will give it a go also.

from paradoxrs232tomqtt.

Related Issues (20)

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.