Coder Social home page Coder Social logo

IP150 & D1 mini about paradoxrs232tomqtt HOT 8 CLOSED

maragelis avatar maragelis commented on May 28, 2024
IP150 & D1 mini

from paradoxrs232tomqtt.

Comments (8)

istvanszab avatar istvanszab commented on May 28, 2024 1

Thank you. I'll give it a try after components purchasing.
I want the IP150 because my wife :) (she loves Insite Gold) and because the patrol service.
And I need only to observe the motion sensors status.

from paradoxrs232tomqtt.

cybertza avatar cybertza commented on May 28, 2024

Hi,

The 2 should work ok together in my opinion, I know people have done it before.

Albeit you may have better luck using the code for the IP150 module to Mqtt ?
https://github.com/Tertiush/ParadoxIP150v2

from paradoxrs232tomqtt.

istvanszab avatar istvanszab commented on May 28, 2024

Hi,
no I can't use it. My IP150 has 4.1 firmaware.

from paradoxrs232tomqtt.

istvanszab avatar istvanszab commented on May 28, 2024

When I power the D1 mini, mqtt sends:
/paradox/status: Paradox Connected
/paradox/status: ParadoxController V2.11
/paradox/out: { "armstatus":225, "event":44, "sub_event":19, "dummy":""}
/paradox/out: { "armstatus":225, "event":44, "sub_event":18, "dummy":""}
/paradox/out: { "armstatus":225, "event":2, "sub_event":10, "dummy":"House"}
/paradox/out: { "armstatus":224, "event":48, "sub_event":3, "dummy":""}
/paradox/status: panel logout
/paradox/out: { "armstatus":224, "event":2, "sub_event":16, "dummy":"House"}

After this messages I lost the IP150 module.

from paradoxrs232tomqtt.

cybertza avatar cybertza commented on May 28, 2024

from paradoxrs232tomqtt.

istvanszab avatar istvanszab commented on May 28, 2024

I'm sorry but I don't understand it.
The panel means the SP6000 or the TM50 keypad?
From the keypad I can log in, arm, disarm, etc.
I don't have BabyWare, NeWare or else software. Can I do what you wrote without those softwaress?

from paradoxrs232tomqtt.

maragelis avatar maragelis commented on May 28, 2024

There is no way for two devices to read and write at the same time on one serial port.
You will have to create a function in the code to write the serial data to another port and have the IP150 read it from that serial output. In the event of input the code will have to send the binary data back to the panel serial port.
You could disable the write event in my code and just get the event to mqtt.
If the wemos is working for you (arm and events) why do you want the IP150????

from paradoxrs232tomqtt.

maragelis avatar maragelis commented on May 28, 2024

/paradox/out: { "armstatus":225, "event":44, "sub_event":19, "dummy":""} IP module supervision loss
/paradox/out: { "armstatus":225, "event":44, "sub_event":18, "dummy":""} IP module no service
/paradox/out: { "armstatus":225, "event":2, "sub_event":10, "dummy":"House"} Ground start (partition 1 only)
/paradox/out: { "armstatus":224, "event":48, "sub_event":3, "dummy":""} Software log off
/paradox/status: panel logout
/paradox/out: { "armstatus":224, "event":2, "sub_event":16, "dummy":"House"} Report confirmation

acording to your log the ip150 has lost connection as soon as wthe wemos takes over the serial.

add the wemos in series with the IP150
image
image

Use the I/O 2 connection on your ip150 for the wemos
image

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.