Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Home Assistant Integration #117

Open
medelay opened this issue Aug 14, 2019 · 1 comment
Open

Home Assistant Integration #117

medelay opened this issue Aug 14, 2019 · 1 comment

Comments

@medelay
Copy link

medelay commented Aug 14, 2019

After struggling for a couple of days putting in more than 7 hours a day.

I have got the script side on the Nodemcu working nicely. I have tried a few different Forks and have used something here and there.

But on the Home assistant side it is still not working. I got my entity showing up and with HACS and a extra plugin i got myself a rgb color picker. But this is sending only commands with the raw data in and not formating it in json data.

And looking at this code now i dont see how this code could posibly do that.

So i need some help how to get home assistant to send commands properly from the lovelace.

@medelay
Copy link
Author

medelay commented Aug 14, 2019

For anyone having the same issue the problem is the code is old:
`light:

  • platform: mqtt_json
    name: "Porch Strip"`

should be replaced with:
`light:

  • platform: mqtt
    schema: json
    name: "Porch Strip"`

This should fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant