I doubt that’s the problem. It’s my understanding that there’s not much functional difference between the two chips. I’m pretty sure that even the “board:” setting is the same between the two. But I haven’t checked that to be sure…
But it’s more likely that the two devices use different GPIO’s to control different functions.
This doesn’t work for me for ifan03 with latest tasmota. I see the same error about the missing .js file but the file is there. Home assistant is showing me some warnings in the .js file when I open it with the configurator, could it have smth to do? Any pointers would be appreciated.
I installed the custom component by creating a www folder in the config directory and copying the .js file there. I also copied the resources part at the top of of the page when clicked on raw config editor. This is the error.
I have tried it the “raw” way too from your github page, doesn’t seem to make a difference
This is the code I inserted at the top section of the lovelace editor, have restarted multiple times.
It’s hard to know what the problem could be without knowing all of the details of everything involved. I know it has worked for others and it works for me. And I haven’t changed anything in the code to make it fail. It has to be either where/how you have the file installed and/or where you are telling lovelace to find the file.
I think the best advice is to just try to get HACS running and install it from there. If you do just make sure you follow the instructions on the HACS installation page about what to put in the resources section. it’s different if you use HACS to install things instead of manually.
Ok there was slight confusion with the folders, I thought I was meant to create the local folder. Anyhow the fan row works now in the UI but I still can’t control the fan. None of the speeds or the on/off do anything. Any insight would be very welcome.
Yeah, my bad I couldn’t understand the continuity in the github tutorial. So i figured if there is a path there must be a folder to correspond to that path. We live and learn. Could the fact that I’m running auto discovery be interfering with it. I changed “FanSpeed” to “FANSPEED” as per your instructions on github, or is this another fail on my part? Thanks for your help so far.
Directory Endpoint Referenced as Used by
www /local/ normal manuallovelace
www/community /community_plugin/ HACS
www /customcards/ custom updater
So yeah... confusing.