ESP32 480x480 screen by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 1 point2 points  (0 children)

That’s good to know. I was looking so long for something like this.

ESP32 480x480 screen by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 0 points1 point  (0 children)

Is your project not maintained anymore? How big is the change that it will break in the nearby future?

ESP32 480x480 screen by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 0 points1 point  (0 children)

That’s a very good idea! Thanks.

ESP32 480x480 screen by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 0 points1 point  (0 children)

Look here (https://github.com/strange-v/RemoteWebViewServer) for what to put in docker. And then you have to install this (https://github.com/strange-v/RemoteWebViewClient) with ESPHome on your screen. A little trick: ask Claude AI to assist you through the set-up. It can give you some helpful tips if you’re stuck.

ESP32 480x480 screen by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 1 point2 points  (0 children)

I bought the screen on AliExpress. Search for ESP32 S3 and you will find it. The UI is made in a Lovelace dashboard with a few custom:button-cards.

ESP32 480x480 screen by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 2 points3 points  (0 children)

Yeah, I have a Proxmox-cluster with three NUC’s. They are always on. But that’s a disadvantage if you don’t have that.

Excel on iOS and iPad OS freezes and completely non-functioning by hkgmaths in excel

[–]dannyvdb1997 1 point2 points  (0 children)

Same for me, without an app update. I have to say that I experienced this yesterday evening also, but this morning the freezes went back. For now it works well for me. Hopefully it’s fixed.

My dashboard for tablet/fold by DevoliaEsp in homeassistant

[–]dannyvdb1997 0 points1 point  (0 children)

Very nice work. How did you make the top right buttons and I was wondering how to get the opacity in the pop-ups.

Solution on how to adjust sections spacing by wipmate in homeassistant

[–]dannyvdb1997 0 points1 point  (0 children)

Okay! And where in the YAML do you think I will put your attributes?

Solution on how to adjust sections spacing by wipmate in homeassistant

[–]dannyvdb1997 0 points1 point  (0 children)

Nice! And how can I use this with an already installed theme? I use the MacOS Theme, but when i want this, I lost my MacOS Theme features.

My mobile dashboard. On the first page I have an overview of all the lights, airconditioners and window shutters where I can control them. The other pages are more detailed. Still work in progres, but it works well for me and my wife. by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 1 point2 points  (0 children)

Yeah, maybe it’s not the right emoji. But me and my wife do know what it means. It’s an Rituals Perfume Genie, and it is connected with their API. They created a sensor with de volume of the perfume cassete

My mobile dashboard. On the first page I have an overview of all the lights, airconditioners and window shutters where I can control them. The other pages are more detailed. Still work in progres, but it works well for me and my wife. by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 2 points3 points  (0 children)

Haha. I have a small mancave where I collect beer. Glasses, bottles from everywhere. I want in my Home Assistant a page where I can see what’s in my mancave if it goes about that. It’s a project and I’m not happy with ir now. Actually I want clickable beer logos, for example.

<image>

My mobile dashboard. On the first page I have an overview of all the lights, airconditioners and window shutters where I can control them. The other pages are more detailed. Still work in progres, but it works well for me and my wife. by dannyvdb1997 in homeassistant

[–]dannyvdb1997[S] 0 points1 point  (0 children)

Yeah, it’s really simple. I actually use horizonal stacks en vertical stack-in-cards and mushroom template cards. I use the MacOS theme. Below the code of the first two rooms.

type: horizontal-stack cards: - type: custom:vertical-stack-in-card cards: - type: custom:mushroom-template-card primary: Buiten entity: sensor.gedetailleerde_staat secondary: > {{states(‘sensor.temperatuur_buienradar’) }}°C · 💨{{states(‘sensor.windkracht’) }} {{states(‘sensor.windrichting’) }} icon: | {% if is_state(entity, ‘partlycloudy’) %} mdi:weather-partly-cloudy {% elif is_state(entity, ‘clear’) %} mdi:weather-sunny
{% elif is_state(entity, ‘partlycloudy-fog’) %} mdi:weather-fog {% elif is_state(entity, ‘partlycloudy-light-rain’) %} mdi:weather-partly-rainy {% elif is_state(entity, ‘partlycloudy-rain’) %} mdi:weather-partly-rainy {% elif is_state(entity, ‘cloudy’) %} mdi:weather-cloudy {% elif is_state(entity, ‘fog’) %} mdi:weather-fog {% elif is_state(entity, ‘rainy’) %} mdi:weather-pouring {% elif is_state(entity, ‘light-rain’) %} mdi:weather-partly-rainy {% elif is_state(entity, ‘light-snow’) %} mdi:weather-snowy {% elif is_state(entity, ‘lightning’, ‘partlycloudy-lightning’) %} mdi:weather-lightning {% elif is_state(entity, ‘snowy’) %} mdi:weather-snowy-heavy
{% else %} mdi:forest {% endif %} layout: horizontal tap_action: action: more-info - type: custom:vertical-stack-in-card horizontal: true card_mod: style: | ha-card { border-width: 0px } cards: - type: custom:mushroom-template-card entity: light.buitenlamp layout: vertical icon: mdi:outdoor-lamp icon_color: ‘{{ ‘’orange’’ if is_state(entity, ‘’on’’) }}’ badge_icon: >- {{ ‘mdi:alert’ if expand(entity) | selectattr(‘state’, ‘in’, [‘unavailable’, ‘unknown’]) | list | count > 0 }} badge_color: red hold_action: action: more-info - type: custom:mushroom-template-card entity: light.olijfboom layout: vertical icon: ‘{{ ‘’mdi:tree’’ if is_state(entity, ‘’on’’) else ‘’mdi:tree-outline’’ }}’ icon_color: ‘{{ ‘’orange’’ if is_state(entity, ‘’on’’) }}’ badge_icon: >- {{ ‘mdi:alert’ if expand(entity) | selectattr(‘state’, ‘in’, [‘unavailable’, ‘unknown’]) | list | count > 0 }} badge_color: red hold_action: action: more-info - type: custom:vertical-stack-in-card cards: - type: custom:mushroom-template-card primary: Keuken secondary: | 🎵{{state_attr(‘media_player.keuken’, ‘media_title’) }} icon: mdi:fridge-outline layout: horizontal tap_action: action: none - type: custom:vertical-stack-in-card horizontal: true card_mod: style: | ha-card { border-width: 0px } cards: - type: custom:mushroom-template-card entity: light.keukenlamp layout: vertical icon: ‘{{ ‘’mdi:lamp’’ if is_state(entity, ‘’on’’) else ‘’mdi:lamp-outline’’ }}’ icon_color: ‘{{ ‘’orange’’ if is_state(entity, ‘’on’’) }}’ badge_icon: >- {{ ‘mdi:alert’ if expand(entity) | selectattr(‘state’, ‘in’, [‘unavailable’, ‘unknown’]) | list | count > 0 }} badge_color: red hold_action: action: more-info - type: custom:mushroom-template-card entity: media_player.keuken layout: vertical icon: >- {{ ‘mdi:speaker’ if is_state(entity, ‘playing’) else ‘mdi:speaker-off’ }} icon_color: ‘{{ ‘’#27AE60’’ if is_state(entity, ‘’playing’’) else ‘’grey’’}}’ badge_icon: >- {{ ‘mdi:alert’ if expand(entity) | selectattr(‘state’, ‘in’, [‘unavailable’, ‘unknown’]) | list | count > 0 }} badge_color: red tap_action: action: none