I’ve read it but was still thinking about the question and a solution
Both dashboards should behave the same. But if you have edited the dashboard on one computer, you have to reload it on the other computer to see the changes. I understand that’s annoying if a dashboard is on a machine without controls. I haven’t tested it yet, but it should be possible for a webpage to reload itself. Maybe I should add a button in the configuration that reloads all dashboards at once in a future version.
I get that, but it’s just the behavior. When I slide one volume control up on one dashboard it stays down on the other one until I manually refresh it. So for some reason it doesn’t see the changes while in Homey the device has changed. When I adjust it in Homey the slider does change on both dashboards.
Dynamic chart with energy prices, updated hourly, created with QuickChart and generated with a Homey script with the very helpful support of Google Gemini. The resulting url is sent via Advanced Dashboard Studio flow to the dashboard.
What an amazing program! I’m still busy exploring and getting more and more done. The radio stations appear in a pop-up and only show up when I click the radio button. The pause button changes to a play button when you click it. Very fun to make. I just have one question/request regarding the buttons for the lights. These are switch/button buttons with the text on the right. The text currently determines the alignment of the icons. It would be nice if the icons could be aligned to the left independent of the text. I’ve already tried putting a label over it, but then it’s not clickable. It would also be great if we could have a font-weight option for texts. I’m already very happy with the result.
@Amersfoort I’ve given the group widget and all the radio buttons the same tag. You enter this in the “Visible” section. Using the “If” card in Homey, you specify the tag name of a button, and in the “Then” card, you specify the tag name of all the buttons and the group widget, with the option “true” or “false.” It works without delay. I want to do this for energy, climate, and notifications in the same way. This way, you can also give multiple notifications the same size and place them above each other. If the washing machine is running, it displays the remaining time, or if the garbage bin needs to be taken out, the correct bin appears. This way, you can place many things on the homepage that don’t always need to be visible.
If you open the Sonos app at https://my.homey.app/ in the browser, you will see the image of the station there. With inspection, you can retrieve the URL and use it in the same way as the explanation from Buienradar. The radio station will then be displayed in DS with an image card.
Caution: after every Homey reboot the URL can change.
I use Homey developer tools and enlarge the image needed to copy the URL. Because I reboot my Homey every night, I created a Homey script to dynamically retrieve the Sonos (but also Ring doorbell) image id.
Sorry @Amersfoort , can you give me a better explanation of the problem? You are using a button and with that button you activate a flow in Homey. That flow alters the button color (and this works fine) but also alters the image url from an image widget on the dashboard? And you see only the image changing when entering edit mode in Dashboard Studio? And what do you mean with “Text values” Text values from what?
No it doesn’t do the trick. The same counts for an empty title in a graph. Maybe it’s because i’m testing settings, for example text size, and do a reset on that setting to default. I’ll hope it’s not reloading empty fields. What I checked it does it not directly.
In Dashboard Studio I have a Switch that controls a lamp: on or off. I also have an Image and a Text object. I only want to display the latter two when the Switch is on. I think I can achieve this by linking the Image and Text to the Switch in the Vis setting. However, the Image and Text don’t seem to respond when I control the Switch in Dashboard Studio. When I control the Switch (=lamp) directly in Homey, the Image and Text are shown and hidden in Dashboard Studio.
The Text object, showing the Switch on/off status text, is not changing to false or true when I use the Dashboard Switch. When I switch with the Homey app the Text object text content switches to true, but turning off doesn’t result in false but in a blank.