Klumpke
(Jeroen Klompen)
April 26, 2020, 1:07pm
677
You probably have an error with your addon in your rooms.yaml
.
This should look something like this.
Pay special attention to the data:
part.
addons:
- name: Sonos
icon: fal:speaker
path: 'dwains-theme/addons/rooms/livingroom/sonos/page.yaml'
button_path: 'dwains-theme/addons/rooms/livingroom/sonos/button.yaml'
data:
entity: media_player.sonos_livingroom
2 Likes
Klumpke
(Jeroen Klompen)
April 26, 2020, 1:09pm
678
@jimpower You should put the following code at the top of the addon file.
# dwains_theme
Otherwise your data will not be parsed by the Dwains Theme.
2 Likes
I thought that - but I’ve got the same as you’ve got:
addons:
- name: Sonos
icon: fal:speaker
path: 'dwains-theme/addons/rooms/office/sonos/page.yaml'
button_path: 'dwains-theme/addons/rooms/office/sonos/button.yaml'
data:
entity: media_player.bedroom_sonos
I’ve got it going by disabling the button for the moment - its the only real problem I’ve had so far,
1 Like
Found the error - had some errant characters in the button file - feel like a bit of an idiot
1 Like
More work done overnight Router Internet monitoring page
2 Likes
How does that scale down to a mobile device?
@dwains has a card that allows you to use a flexbox grid which I’ve started to use over using horizontal-stack (where appropriate)
1 Like
Darbos
(Darbos)
April 29, 2020, 5:53am
685
Looks nice, do you have a GitHub page where I could see how your doing that?
1 Like
I designed this for my monitoring screen 32 inch,
I did not know that be interested in using that so it will scale for mobile. I only really use the standard theme for mobile use as it’s just for lighting or climate interactions. Most of my house is automated for non human control
2 Likes
indy5
April 29, 2020, 10:02pm
687
How are you pulling the firmware data into the card here? I am also using the miflora-mqtt-daemon.py script to poll data from the plant sensors. From the device view (under the plant MQTT entry) I can see the firmware value. I just can’t seem to tie that into my rooms.yaml file.
1 Like
can you show me how it looks from the states entry? I use Node-RED to extract this and then push back that value to the MQTT Broker.
This is not required I just prefer Node-RED to do all the heavy lifting rather then HA getting smashed with lots of useless payloads.
1 Like
I do, however it is not up to date with latest changes or guides I can do a code push in a few hours but guides may take me a few days
2 Likes
indy5
April 30, 2020, 1:47am
690
Here is the state entry
And here is what it looks like from the MQTT Device Page
1 Like
yeah the firmware is published to this topic miflora/$announce
1 Like
A few screenshots of a few of my more pages - very much a WIP
Hoping to get my config up on my GitHub over the weekend
3 Likes
dwains
(Dwain Scheeren)
May 1, 2020, 8:42am
693
Nice work @bacco007 ! If you want you can do a PR on the official Dwains Theme Addons so others can use the addons you have created also Many other people did that already, see here: Pull requests · dwainscheeren/dwains-dashboard-addons · GitHub Also join my Discord if you want for some nice hangout with other users of Dwains Theme
2 Likes
Like the upcoming sport page, fellow
1 Like
Took me ages to set up in anticipation for 2020, fat lot of good it’s been so far
4 Likes
Love to see your config for that when you get it up on github, its a long weekend here (well in Qld anyway) so no excuses
1 Like
No Long Weekend here is NSW
The documentation is non-existant and I’ll probably upload a few more times over the weekend but here it is:
your turn @jimpower , especially considering there are now excuses with a long weekend
3 Likes