configure 'fake' entities? #242
Replies: 6 comments 1 reply
-
I think you can create a Template Switch for this device and make it always on. After that you can use it for powercalc. Something like this should work (not tested):
|
Beta Was this translation helpful? Give feedback.
-
@stefangries that would also be my proposal, or create a input boolean. The powercalc component heavily relies on a entity as a source, to change that would be a huge refactor, so I will probably not do that. Especially since it is quite an edge case |
Beta Was this translation helpful? Give feedback.
-
right, great ideas. thank you. I did manage to find an entity, |
Beta Was this translation helpful? Give feedback.
-
Did you have a look into |
Beta Was this translation helpful? Give feedback.
-
oddly enough, using:
only the sensor.siren_hall entities for utility_meter are created: and no _power meters, nor there sensor.siren_hall_power or sensor.siren_hall_energy are created. |
Beta Was this translation helpful? Give feedback.
-
I had renamed the entities, but the entity_id's were still on the original |
Beta Was this translation helpful? Give feedback.
-
HI,
using a z-wave Aeotec Siren 6, I've found that it uses 2 w constantly being attached to the power wall socket (to load a backup battery inside the device (havent done any testing yet, iw=f and when the alarm sounds etc etc). And id like to add it to the system for that reason.
however, I dont think the integration caters for devices that dont have an entity (like a light or a sensor, or even a switch) we can add in the config? The Aeotec device only creates a device, with many Siren entities, but these are mere endpoints for the sounds to play.
so, how can we configure that using the integration?
maybe we should be able to use a fake name, like:
and add some config option so the integration doesnt search for it in the HA states?
Or, did I miss the docs completely, and do you already have an option for this situation....
thanks for considering
Beta Was this translation helpful? Give feedback.
All reactions