Did anybody has such issue (mentioned above) to help me where to look for a solution?
The locations you mentioned are correct, but the results are unexpected.
Regarding the Home Assistant log snippet you shared, it appears to be related to the default HASS “Lovelace” dashboard and a custom “Mushroom” extension. It’s not clear to me where you grabbed that from though? Either way, that’s not relevant for our particular analysis – we can circle back to it, but if things are failing before the command is ever sent, we might need to focus elsewhere
When you send a command with the Custom Tile, I would expect that a relevant network request entry would show up in the Network tab of your browser Developer Tools. Here’s a brief example showing where I see the setLevel
command successfully sent for a normal dimmable light:
If you don’t see anything in the network tab, then I would at least expect to see some sort of warning or error in the console tab. Note that you may want to enable all the logging levels:
It would be more helpful to know exact details of what capabilities and commands your device supports and one (or more) of the specific configurations you tried in the tile.
You can find the details about the device in SharpTools too:
- Open your SharpTools User Page
- Tap the
...
next to the location in question - Scroll down and tap the device in question
- Share screenshots or highlight and copy-paste the relevant details about the device.
Note: I would also switch the ‘Show Advanced’ toggle in the top-right corner and share the Doc ID as I can take a closer look at the details reported for the device.
The Effective Ways to Seek Help and Troubleshoot post is also a good read.
This is a great tile Josh but its really missin the ability to see if a thing is turned off or not and perhaps adjust reflect same with a different colour or ad a text/button that reflects the state of the thing (if wall dimmer is turned off the custom tile still shows dim level). The other tiles you have reflects on / off state with colour but this custom tile for some reason does not. So its not an issue of the thing itself but seems related to the script of the code? Thanks your input and help on this as its quite important for the dashboard to function properly. Cheers.
Thankyou for all your work on developing this. I have been trying the Custom type and it works well for my use case of a window opener/closer utilizing a roller chain blind motor.
I updated the script (I am only a novice so was trial and error) to show open and closed instead of + and - but as a further step to suit the orientation of the window I was wondering if its possible to have a Horizontal slider option?
Thanks for sharing your use case!
It’s currently only designed for Vertical Range Inputs. In theory, the code could be modified to support a horizontal arrangement if someone from the community has the requisite skills and wants to submit a patch / update.
I like the Vertical Range Input code. It is working great and the notes to make some changes have been very helpful. I have a question about use of themes on this coded button. I would like to have the tile change on any value greater than ‘1’ to be an Active Tile like when you turn on of off a switch. How can I do that?
Thanks for your time.
Tim