Replies: 3 comments
-
@krkeegan , can you please take a look at this? I could sure use your help! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using the discovery platform would be one way to avoid these issues.
Otherwise you should review:
https://github.com/TD22057/insteon-mqtt/blob/master/docs/Templating.md I
put a lot of work into the instructions there.
You can also review the 'discovery_entities" for keypadlincs here
https://github.com/TD22057/insteon-mqtt/blob/master/insteon_mqtt/data/config-base.yaml
to see how it is defined when using the discovery platform.
Given what you have provided I would suspect that the following
configuration in Home Assistant would work:
```yaml
light:
- platform: mqtt
schema: json
name: 'Family Room Fan Light'
state_topic: 'insteon/4c.f9.cb/state/1'
command_topic: 'insteon/4c.f9.cb/set/1'
unique_id: 'familyroomkpl'
brightness: false
```
…On Wed, Jan 19, 2022 at 4:39 AM Skip Morrow ***@***.***> wrote:
@krkeegan <https://github.com/krkeegan> , can you please take a look at
this? I could sure use your help!
—
Reply to this email directly, view it on GitHub
<#473 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHXKZPZKN4LMIOWYXWUATUW2WH5ANCNFSM5MBEDRZQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrGibbage
-
Thanks! I set these lights up a year ago, and I remember doing some work with that switch, but I don't remember the specifics. Anyway, your solution was perfect. I looked the those docs and they are very nice, and will help me with some other stuff I have planned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to turn my family room KPL load on and off with Home Assistant, the light doesn't do anything and I get the following error in my log
And here's my KPL definition:
Similarly, when I manually operate the switch, I don't get any feedback in Home Assistant. But there are no errors, so I have that going for me:
Finally, here is how I have the light defined:
Anyone see a way to fix this? Thanks in advance!
Skip
Beta Was this translation helpful? Give feedback.
All reactions