Jump to content

EWhite

Members
  • Posts

    265
  • Joined

  • Last visited

Everything posted by EWhite

  1. does your motion work? or does it just show detected all the time? also what does it change to when no motion?
  2. and BTW.. i would gladly pay you for this NS...i bought myq too, thats not your fault.. but your time is worth something.. as i know i appreciate it
  3. it is retained... and as of right now, never changes... maybe that is a work in progress?? its not super important right now could be added later when it actually works.
  4. BTW.. the commands are working properly, locking, etc. just not showing correctly in AC
  5. ok...obstruction and lockout show as unknown, if i hit the lock button, it shows an obstruction, if i hit unlock it shows unknown again. lockout never changes. light works, door state works and online works as they should. i know this is a work in progress, so im trying to not sound like im busting your balls.. hehe im patient, just letting you know what is gong on in my house.
  6. nevermind....i got it.. i just added the ratgdons\ to the front of what i already had...it didnt like it.. i think it is coming around now
  7. i did miss the prefix topic thing...i changed it, but still no joy so far.. here is the log: ratgdo_12-19-2023_41257-PM.zip
  8. the plugin is finding my ratgdo's, it listed them in AC But all the states are unknown and false: Also.. when i tried to close or open door, it added the ratgdons client id to the front of the MQTT request. I also have motion as i am using craftsman/chamberlain openers...but that not a big deal by any means...
  9. hmm.. thats what i have.. is there a firmware update for the dongle? or is there something i need to do to update it?
  10. and i never got a choice to use any security.... oh.. and it is a August Lock Pro... it is installed and works.. just not using S2 security
  11. 60 views and nothing...must not be important....
  12. @TriLife any ideas? I really need this temp and humidity working for my chickens in this cold weather....
  13. here is my code..: {"id": "Temp1", "type": "TempHumid", "sensor_id": "AM2301", "status_topic": "tele/Temp1/SENSOR", "cmd_topic": "cmnd/Temp1/power"}, and here is my MQTT that im trying to pull from..: 13:26:02.357 MQT: tele/Temp1/STATE = {"Time":"2023-12-16T13:26:02","Uptime":"7T16:22:52","UptimeSec":663772,"Heap":25,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":5,"POWER":"OFF","Wifi":{"AP":1,"SSId":"nsa_surveillance_32","BSSId":"1E:21:B4:49:DF:B2","Channel":8,"Mode":"11n","RSSI":94,"Signal":-53,"LinkCount":5,"Downtime":"0T00:02:33"}} 13:26:02.404 MQT: tele/Temp1/SENSOR = {"Time":"2023-12-16T13:26:02","ANALOG":{"Range":1187},"AM2301":{"Temperature":42.1,"Humidity":85.5,"DewPoint":38.0},"TempUnit":"F"} it gives me an error in the log : 2023-12-16 13:24:37,620 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-12-16 13:24:37,622 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2023-12-16 13:25:02,789 Thread-6 udi_interface DEBUG mqtt-poly:_on_message: Received _on_message {"Time":"2023-12-16T13:25:02","ANALOG":{"Range":1187},"AM2301":{"Temperature":42.1,"Humidity":85.4,"DewPoint":38.0},"TempUnit":"F"} from tele/Temp1/SENSOR 2023-12-16 13:25:02,791 Thread-6 udi_interface INFO mqtt-poly:_on_message: ANALOG Payload = {"Time":"2023-12-16T13:25:02","ANALOG":{"Range":1187},"AM2301":{"Temperature":42.1,"Humidity":85.4,"DewPoint":38.0},"TempUnit":"F"}, Topic = tele/Temp1/SENSOR 2023-12-16 13:25:02,791 Thread-6 udi_interface INFO mqtt-poly:_on_message: _OA: Range 2023-12-16 13:25:02,792 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA1: tele/Temp1/SENSOR Range 2023-12-16 13:25:02,793 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: DLT: [{'id': 'shopstorage', 'type': 'switch', 'status_topic': 'stat/shopstorage/POWER', 'cmd_topic': 'cmnd/shopstorage/power'}, {'id': 'shopoutside', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER1', 'cmd_topic': 'cmnd/shopsouthwall/POWER1'}, {'id': 'shopmain', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER2', 'cmd_topic': 'cmnd/shopsouthwall/POWER2'}, {'id': 'sonoff1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/sonoff1/SENSOR', 'cmd_topic': 'cmnd/sonoff1/power'}, {'id': 'sonoff2', 'type': 'switch', 'status_topic': 'stat/sonoff1/POWER', 'cmd_topic': 'cmnd/sonoff1/power'}, {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'Temp2', 'type': 'switch', 'status_topic': 'stat/Temp1/POWER', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'Temp3', 'type': 'analog', 'sensor_id': 'Range', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'}, {'id': 'ST1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/StorageTrailer/SENSOR', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'ST2', 'type': 'switch', 'status_topic': 'stat/StorageTrailer/POWER', 'cmd_topic': 'cmnd/StorageTrailer/power'}, {'id': 'STlights', 'type': 'switch', 'status_topic': 'stat/TrailerLights/POWER', 'cmd_topic': 'cmnd/TrailerLights/command/power'}, {'id': 'DeckLites', 'type': 'switch', 'status_topic': 'stat/decklitesplug/POWER', 'cmd_topic': 'cmnd/decklitesplug/power'}, {'id': 'ShopHeatLamp', 'type': 'switch', 'status_topic': 'stat/ShopHeatLamp/POWER', 'cmd_topic': 'cmnd/ShopHeatLamp/power'}] 2023-12-16 13:25:02,794 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'shopstorage', 'type': 'switch', 'status_topic': 'stat/shopstorage/POWER', 'cmd_topic': 'cmnd/shopstorage/power'} 2023-12-16 13:25:02,795 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'shopoutside', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER1', 'cmd_topic': 'cmnd/shopsouthwall/POWER1'} 2023-12-16 13:25:02,796 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'shopmain', 'type': 'switch', 'status_topic': 'stat/shopsouthwall/POWER2', 'cmd_topic': 'cmnd/shopsouthwall/POWER2'} 2023-12-16 13:25:02,797 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'sonoff1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/sonoff1/SENSOR', 'cmd_topic': 'cmnd/sonoff1/power'} 2023-12-16 13:25:02,798 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'sonoff2', 'type': 'switch', 'status_topic': 'stat/sonoff1/POWER', 'cmd_topic': 'cmnd/sonoff1/power'} 2023-12-16 13:25:02,799 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp1', 'type': 'TempHumid', 'sensor_id': 'AM2301', 'status_topic': 'tele/Temp1/SENSOR', 'cmd_topic': 'cmnd/Temp1/power'} 2023-12-16 13:25:02,800 Thread-6 udi_interface DEBUG mqtt-poly:_get_device_address_from_sensor_id: GDA2: {'id': 'Temp2', 'type': 'switch', 'status_topic': 'stat/Temp1/POWER', 'cmd_topic': 'cmnd/Temp1/power'} 2023-12-16 13:25:02,800 Thread-6 udi_interface ERROR mqtt-poly:_on_message: Failed to process message 'sensor_id' hope this helps you figure out what i did wrong.. hehehe my Analog Range is working .. just temp and humid not.
  14. .30 seemed to fix it.. thanks!
  15. updated to latest beta version, and now nothing seems to work, none of my switches are working. even my temp sensors and analog are not working.
  16. after trying mutiple times...MQTT nodeserver does not support anything but TASMOTA flashed devices. Just tried on the ratgdo and i tried on shelly devices and a few other MQTT enabled devices. it is just not able to do anything or see anything other than tasmota flashed devices.
  17. Polisy 5.7.1 PG3x 3.2.16 Z-matter dongle via USB was trying to add a zwave device, warned me that it was s2 security enabled but my hub is not. SOOOOO.. i went and looked at the z-wave menu and hit Advanced and hit Z-Wave Information.. Lo and behold.. it say my ISY does not support s2 security is there something i need to do to turn it on? does polisy not support this? I have never seen anything after searching in forums about it. Thanks!
  18. got all 3 of my ratgdo in....programmed and in place and running....just waiting on a node server now freakin easy to hook up! and seem VERY responsive with no side effects so far.
  19. my ratgdo's shipped out today!! so ready to dump this myq crap in the garbage can!
  20. ratgdo is the preferred simply because it is local control.. not cloud.. Yolink is cloud only similar to the MyQ, which the company hosed for us just at a whim... thats my 2 cents on it
  21. no local control....
  22. How about the Seeed Studios Human Detection Sensor Kit? https://www.amazon.com/mmWave-Human-Detection-Sensor-Kit/dp/B0CLDHZWV8/ref=sr_1_2?crid=1J0CY049L4L97&keywords=seeed+human&qid=1700578955&sprefix=seeed+human%2Caps%2C176&sr=8-2 I have got all the info i will post later of how i got tasmota on it, and all the info needed to make it work to this point. including the template that works, and the modified Berry Driver. I am monitoring it in MQTT Explorer and its working great so far, just no way at the moment to get that info into my Polisy. EVERYONE is wanting to do Human Detection. and so far i am very impressed by this unit.
×
×
  • Create New...