I am trying to execute a custom service command in the Chowmain Home Assistant Driver. I am a rank newbie at HA, so I apologize for the dumb question. The Chowmain "execute service command" requires: 1) Service Command; 2) Entity ID; 3) Parameter; and 4) Parameter Value. I know 1, 2, and 4 for the command I want to issue, but for the life of me, I can't figure out where to find the parameter name.
I have a custom integration with AC Infinity Fan Controllers. There is an Entity for the power level on a fan. t is a number type, so I looked in the number.py file within the AC Infinity integration folder. Is this the right place to look for the parameter name? Should I be looking somewhere else?
What confuses me is that, within HA, I can control the power level simply with the entity name and the power level value; I don't need any additional variables, so I'm not sure where to look for the parameter that the Chowmain driver needs. What am I missing here?
Question
DLite
I am trying to execute a custom service command in the Chowmain Home Assistant Driver. I am a rank newbie at HA, so I apologize for the dumb question. The Chowmain "execute service command" requires: 1) Service Command; 2) Entity ID; 3) Parameter; and 4) Parameter Value. I know 1, 2, and 4 for the command I want to issue, but for the life of me, I can't figure out where to find the parameter name.
I have a custom integration with AC Infinity Fan Controllers. There is an Entity for the power level on a fan. t is a number type, so I looked in the number.py file within the AC Infinity integration folder. Is this the right place to look for the parameter name? Should I be looking somewhere else?
What confuses me is that, within HA, I can control the power level simply with the entity name and the power level value; I don't need any additional variables, so I'm not sure where to look for the parameter that the Chowmain driver needs. What am I missing here?
Thanks!
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.