Ok, then there is a connection/config issue. It should appear as a new entity. Try toggling the state of any existing entity in HA from your appdaemon app in the initialize function:
self.toggle("switch.any_switch_you_have_in_ha")
If the state of the entity does not change in HA, you have a connection/configuration problem and you should post the appdaemon.yaml config file.