taligentx / dscKeybusInterface

An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
GNU General Public License v3.0
504 stars 126 forks source link

esp8266 KeybusReader error / BLYNK Zones 17-64 problem #33

Closed l33d closed 6 years ago

l33d commented 6 years ago

Hi,

Serial output

DSC Keybus Interface is online. 3.00: [0x00] Unrecognized data[CRC OK]

all connect properly (i think) using bc547b (cross collector and emiter in ori schematic diagram) this same problem when use sketch VirtualBlynk. In serial see only DSC Keybus Interface is online or nothing. Connected with server, blynk aplication connected to server properly but nothing works when zone is open or using keyboard. Whats going on? I mistake something? I using esp 12E not nodemcu (waiting for delivery).

QR code with 64 zones didn`t working i send you PM about problem. Hope you understand.

P.S. I use PC5020 + extended zone module pc5108 ( 4 pcs conected at this moment, but have 7 or 8 pcs ) 2 x LCD keyboard and PGM 5208?

P.S 2 Today i did next module for esp8266 with bc547b all pinouts is ok, on diffrent keybus reader sketch from dj slow library in arduino works ok. I think the problem is on sketch or esp. Any ideas?

P.S. 3 No WAI! i read the sketch again and see the problem. Problem is pin configuration, i have naked esp8266 12e and change the pin configuration

define dscClockPin 5 ( change from D1) // esp8266: D1, D2, D8 (GPIO 5, 4, 15)

define dscReadPin 4 (change from D2) // esp8266: D1, D2, D8 (GPIO 5, 4, 15)

define dscWritePin 15 (change from D8) // esp8266: D1, D2, D8 (GPIO 5, 4, 15)

Now it works with some problems, in 32 zones there is a little buggy for me (can`t report zone 17-32 and up like this issue https://github.com/taligentx/dscKeybusInterface/issues/31) - only info on lcd "zones open" but no light buttons , 1-16 work ok, I need 64 zones for my alarm. Qr code in sketch for 64 zones is faulty. Please update link or clone and share good blynk with 64 zones. In blynk can i use 2 buttons next or prev?

l33d commented 6 years ago

Problem is resolve in #35