Sensors

Details of supported sensor types.

go-home defines six different types of sensors:

  • generic: unknown sensor type, usually if you didn’t specify it when it’s required
  • motion: motion detection
  • temperature: various environmental data, e.g. temperature, humidity, atmospheric pressure, etc.
  • button: electronic switches with multiple positions
  • lock: lock-like sensors
  • presence: presence detection

Depends on a sensor type, dashboard will use different sets of properties for the device. Sometimes you can specify sensor type (e.g. in mqtt hub), in other cases device’s provider is responsible for propagating this info.