Buttons on dashboard

Hello, I'm very new to Hubitat and trying to convert over from ST. I have a virtual device I created under ST, ported to Hubitat and now trying to create a dashboard to view the details. I linked two tiles on the dashboard to buttons on the virtual device. When I 'push' the selected buttons from the device page it works fine. If I click on the tile in the dashboard, nothing happens. What am I doing wrong? Thanks!

tile settings:

Dashboard. Clicking on either up or down arrow tiles do not do anything. Wanting to link them to buttons 1 and 2 of the virtual device:
Screen Shot 2020-12-31 at 12.57.49 PM

Found the solution. When I converted from ST Button to Hubitat PushButton and added the 'push' function, I was treating the passed parameter as a number rather than string. Using 'toInteger()' solved the issue. thanks!

1 Like