You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An accessory simulation can be used to create a custom accessory in Homebridge/HomeKit from a generic single/multi-channel device.
For example, a Sonoff Dual would, by default, appear in Homebridge as two switches. If this device were wired to a garage door then you could use an accessory simulation to make the device appear as a garage door accessory in Homebridge rather than two switches.
Since v7.0.0 of the plugin, Accessory Simulations no longer have their own configuration section. Instead, use the 'Show As' (showAs) option in the relevant configuration section for the device. For example, to setup a simulation for a TH10/16, use the 'Thermostat Devices' (thDevices[]) section of the plugin settings.
When setting up a new simulation, the plugin should remove any old switch services that originally appeared in the Home app for the device. If you remove the simulation or change from one simulation to another, the plugin will not remove the old simulation service, so you will need to remove the accessory from the Homebridge cache so the new simulation is setup properly.