D-link DCH-Z110 - Help with sensor

Hi,
I bought I couple of those and installed them on Vera and they work fine, I get notifications when the door is opened. The problem is HA, although I can see a few entities: binary_sensor.door_window_sensor_91; switch.door_window_sensor_92; switch.sensor_porta_entrada_93; sensor.light_sensor_94; sensor.temperature_sensor_95, there is no way the door/window sensor sends notifications.
I worked out an automation but I believe the problem is the sensor always show off.
Any help would be really appreciated.

- alias: 'Portao'
  trigger:
    - platform: state
      entity_id: binary_sensor.door_window_sensor_91
      from: 'off'
      to: 'on'
  action:
      service: notify.ios_iphone_de_rui_beta
      data:
        message: "Porta Aberta"
        data:
          push:
            badge: 0
            category: 'Portao'