Jump to content

Kevin

Members
  • Posts

    80
  • Joined

  • Last visited

About Kevin

  • Birthday 08/27/1961

Profile Information

  • Gender
    Male
  • Location
    Buffalo N.Y.
  • Interests
    cnc controls
  • Occupation
    Welding Equipment repairs

Recent Profile Visitors

447 profile views

Kevin's Achievements

Experienced

Experienced (4/6)

9

Reputation

  1. I don't really know a lot about this subject but pfSense is an open source firewall and is most likely to be filtering out the broadcast. most gateways don't allow 255.255.255.255 broadcast for security reasons. i would start looking there.
  2. SONOFF SNZB-03 ZigBee Motion Sensor https://www.amazon.com/dp/B08BFFJ69V?ref=ppx_yo2ov_dt_b_product_details&th=1
  3. Haozee MmWave Human Presence Sensor,Zigbee Millimeter Wave Radar Detection Sensor,Requires TUYA HUB,Support Zigbee2mqq Home Assistant https://www.amazon.com/dp/B0BZCVHYR8?ref=ppx_yo2ov_dt_b_product_details&th=1
  4. @gweempose I have tried everything I can think of and I still no longer get any status updates but the inside buttons. I have given up
  5. My FE599 would receive User number any time the door was unlocked from the out side. I moved over to eisy and Zmatter now I also no longer receive any kind of updates from the locks except from the inside lock and unlock buttons. I have not tried to go back to my Z-wave Z700 yet. Z-matter seams to have lost something.
  6. Ok that is the problem. You are using Tsmota and my node server will not work with it as it is. You should be using MQTT by xking in the production store it was written for that. I created my own Arduino lib for my NS, I didn't care for the Tsmota for the hardware I was building. I don't use SonOFF I use ESP surfs mount modules on my boards that I build.
  7. the mqtt_***** are all the ISY Mqtt broker settings. mqtt_topic is the name of you ESP and needs to match. I don't know about your ESP settings If you look at my https://github.com/n2uns/ISYandrino you will see the diffrent progroms I worte for some of my boards. It uses the ESPMQTT lib and some addtions I have int the .h file. The main one I am useing is the shed program but the https://github.com/n2uns/ISYandrino/tree/main/sonoff4chpror3 Uses an ESP8266
  8. I was told it dose not matter. To be hornist with you I only understand about half of the program I wrote. LOL I am a hardware person and most of it was done with copy and past. I used a program called MQTT_Explorer that is a free download if you have it connect to your ISY MQTT you can watch the transactions between you ESP and the NS. The node server should send a "1" to the topic of Discover and the ESP should responds with a list of your Analog in and out along with the names you gave the also the Digtal in and out, After that The esp should send a Status topic every time an in put or output changes.
  9. The first discovery is done on the NS start up. But you have to have the ESP Board up and running before you start the NS. it makes a node in the admin by default named Arduino_Mqtt in that node is the rediscover button.
  10. if it is responding to the discovery . but after the nodserver runs and dose the discover the admin has to be restarted. for the to repropagate . also it only makes one NS for each ESP board. any time you make changes to your ESP board ie add inputs or out puts you need to do a rediscover and restart the admin console.
  11. Hi, In your config file what is the ip address and port your are using? For me it is mqtt_server 192.168.18.185 and mqtt_port 1884 these are the ip and port for the eisy and polisy built in mqtt broker.
  12. I have created a NS and an include file for interfacing Arduino ide ESP chips. I even have a cupule of examples if that helps you out. The node server is Arduino_MQTT and is on the Bata store also the source is at my github https://github.com/n2uns/Audrino_Mqtt https://github.com/n2uns/ISYandrino
  13. Added a simple Arduino program for the SONOFF 4CH Pro see read me for flashing https://github.com/n2uns/ISYandrino
  14. Tested on Wemos D1 R3 gives warnings but compiles and works
  15. I found that when you install the node server you need an Arduino running with the LIB connected to the broker or the node server will time out waiting for the discovery.
×
×
  • Create New...