Hi sky320 - thank you for your feedback - I haven't tried and don't know how to deal with the dashboard but I will figure it out.
Status is online/offline so I am wondering what Hubitat Dashboards expect there.
I didn't think the ratgdo supported a stop command but I'll look into that as well. If you have a MQTT client working, can you see what MQTT messages come through when you stop the door in HA and what status updates on door are displayed in those messages?
@bill.d that's helpful. So presumably I'd need to add it as a custom action and but it wouldn't trigger if you were to hit the garage icon in the dashboard.
Yes but is it really practical to have a stop command, how would you access it? I think reversing the action causes a stop, no?
Yes, I think I'd like to see the light as a child device as well. I don't know how to do that yet (this is the firs driver I wrote for Hubitat) but I'll figure it out. I feel that Homekit integration is getting confused a bit between its light and garage door functionality
I really appreciate the work as I know nothing of coding. The stop feature is useful to me I have to hit the door control button multiple times to try and stop it where I want it. I like the door open less than 12 inches when i am working in the garage and this makes it easy to accomplish.
the ratgdo has the ability to report door level (like a window shade) so I imagine that it could be possible to include that in the driver and expose the setLevel command for a one click solution.
How are folks getting this working? After flashing the MQTT firmware for the 2.56 device, my ratgdo device just doesn't let me connect to the wifi UI anymore. When configuring my mqtt virtual device, it never connects to the mqtt broker. However, I can connect just fine to the broker with mqtt explorer. I'm so confused.
Yes, the new V2.56 firmware was released last week by Paul (it's replaced the V2.55 firmware on web flashing tool) - From what I've seen of the release notes, the changes are:
Bug fixes for Sec+ 1.0 protocol
Add lock support for Sec+ 1.0
Add mqtt toggle command for door, light and lock
Your HE driver picked up the new firmware version in the device state variables
Per the above, a "lock" status was added into the MQTT fields that RatGDO publishes - Your driver didn't seem to pick that up in current attributes. But I just did the upgrade from V2.55->V2.56, without issue, and MQTT explorer, and your driver are working as expected.
@thatcallfire - I would verify that you can ping the RaGDO IP, and connect to it's local browser, and while on the USB connection, you can look at the logs to verify the connection to the MQTT broker (or not) - But I've recently done the upgrade, and things seem to be OK (and even fixed a bug with light control, and added features around locking, that need to now be added to the device driver.
Hi, I finally figured it out lol, I have my broker in a different VLAN (my homevlan) which lives on my synology, and the ratgdo connecting to my iotvlan. I needed to make a rule to allow traffic between the subnets to make it work -- I'll get more restrictive now until it breaks and then make a rule to allow that
One more item - It seems there is an additional condition for the door status, that's unhandled - specifically a "syncing" status - I just spotted the following in my logs, after the flash upgrade:
I've haven't made any additional changes to the driver to support this additional status - I think a change is needed in the "getDoorStatus" function, but I didn't dig that deep into what exactly "syncing" is all about.
--- SNIP ---
2023-12-28 10:08:47.469 AM [info] Garage Door: Incoming MQTT Status via prefix/status/door/ : closed
2023-12-28 10:08:36.449 AM [info] Garage Door: Incoming MQTT Status via prefix/status/door/ : closing
2023-12-28 10:08:34.756 AM [info] Garage Door: unknown status event for door
2023-12-28 10:08:34.755 AM [info] Garage Door: Incoming MQTT Status via prefix/status/door/ : syncing