Can’t say I could easily find answer to this. Do all hubs need custom drivers for stuff shared across hub mesh (assuming the devices require custom drivers), or is the driver code sync’d somehow as part of the device publication?
Thanks!
Can’t say I could easily find answer to this. Do all hubs need custom drivers for stuff shared across hub mesh (assuming the devices require custom drivers), or is the driver code sync’d somehow as part of the device publication?
Thanks!
I had to add custom drivers to other hubs in order to made the device work across hub mesh
You shouldn't need to, hub mesh utilizes its own "proxy" drivers that pass around commands/state/events to/from the source hub.
Tell me more - which drivers, etc.
Maybe the NUT UPS driver? Either that of the Zooz ZEN34 driver. Would have been one of the custom drivers.
Cool. I will try removing some of the custom drivers from my hub and see what happens. =)
The whole point of Hub Mesh is that it is a driverless method of sharing the devices. The event stream for Hub Mesh devices is sent between the two hubs. Drivers create events, but with Hub Mesh, the events are created on the source hub and sent to the connected hub. Commands executed agains the shared devices on the connected hub are sent to the source hub devices.
This works the same way for custom drivers as it does for built-in drivers. Device events from source to connected hubs, device commands from connected hubs back to source hub.