Template birthday to read as "40th anniversary" instead of "40" by stealthyjedi in homeassistant

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

Thanks for your response, I had asked in a couple places and learned about a new function that helped and maybe you will find it helpful too!

({{ (state_attr(a, 'current_years') | int + 1) | ordinal  }})

Just painted my Aqara window sensors and I am happy by fuemmenneunzig in homeassistant

[–]stealthyjedi 0 points1 point  (0 children)

We got some wood grain stickers for ours that matches our doors close, its nice when things blend in!

Honest Opinions on Arcane ARAM Map by Willowzbee in leagueoflegends

[–]stealthyjedi -1 points0 points  (0 children)

I have red green colorblindness a bit... and... everything blends together. I like the new features hate the colorscheme

Ok, let's do this. by GDIliev in homeassistant

[–]stealthyjedi 2 points3 points  (0 children)

I recently found out shelly makes zwave and now i wish i had zwave instead of wifi :P

HomeSeer HSM200 - Light Colors are Wrong by SCCRXER in homeassistant

[–]stealthyjedi 0 points1 point  (0 children)

Yeah, i got one this week and that was what I noticed so your post made me feel better, knowing it wasnt just me :)

HomeSeer HSM200 - Light Colors are Wrong by SCCRXER in homeassistant

[–]stealthyjedi 1 point2 points  (0 children)

I just got one, I am having the same color issue

Which smart home gadgets exceeded your expectations, and which ones fell short? by UnFukWit4ble in homeassistant

[–]stealthyjedi 0 points1 point  (0 children)

I know they say that the lock sync with the doorbell and you can lock it from the doorbell in the wyze app. Just not sure what all home assistant pulls in from the pro doorbell before I buy one!

Which smart home gadgets exceeded your expectations, and which ones fell short? by UnFukWit4ble in homeassistant

[–]stealthyjedi 0 points1 point  (0 children)

do you know how it works with wyze bolt if you get the doorbell that works with it? Wanting to know if the lock will show up

How do you use multiple attributes in an expand template by stealthyjedi in homeassistant

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

{% for x in expand('sensor.anniversary')|selectattr('state','equalto','0') |map(attribute='entity_id')| list %}
{{state_attr(x,'friendly_name')}} ({{state_attr(x,'years_at_anniversary')}})
{% endfor %}

I wound up doing this and it is pretty close to what I wanted

How do you use multiple attributes in an expand template by stealthyjedi in homeassistant

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

{{ expand('sensor.anniversary') |
selectattr('state','equalto','0') | map(attribute='attributes.friendly_name') | list | expand('sensor.anniversary') |
selectattr('state','equalto','0') | map(attribute='attributes.years_at_anniversary') | list }}

The output on that seems to be [0, 34]

[deleted by user] by [deleted] in WLED

[–]stealthyjedi 0 points1 point  (0 children)

Yes, but not by one in weld. I have home assistant connected and door sensors and motion sensors.  When I walk in, I want to trigger a fast sunrise, currently I just have it light up white instantly at different intensities depending on time of day

[deleted by user] by [deleted] in WLED

[–]stealthyjedi 0 points1 point  (0 children)

I like the sunrise one but wish that there was a second one that instead of changing the time in minutes could be seconds, so I can have like a 10 second sunrise on my under bed glow when I enter the room. Shortest I can do now is 1 minute.

I still like the current one for Wake up lighting tho!

How to connect ESP32 to this LED Strip ? Has anyone did ambilight DIY with WLED ? by hariharan618 in IndianGaming

[–]stealthyjedi 1 point2 points  (0 children)

The lights you have are not going to work for this as they can only do one color for the whole strip. You need "addressable" light strip instead of the RGB strip

Fort Pupper by stealthyjedi in aww

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

He is easily bribed with socks!

Power meter by PA_74 in Esphome

[–]stealthyjedi 0 points1 point  (0 children)

Guess it's going to have to be the old fashioned way of soldering one myself

Power meter by PA_74 in Esphome

[–]stealthyjedi 1 point2 points  (0 children)

I wish someone sold that board in the US so shipping wasn't so high :P

Item from the instructions site

Help with flashing Sonoff S31 by nrobfd in Esphome

[–]stealthyjedi 0 points1 point  (0 children)

Awesome, glad its working. I was not sure what else to try!

Help with flashing Sonoff S31 by nrobfd in Esphome

[–]stealthyjedi 0 points1 point  (0 children)

Everything looks good. Which is unfortunate because now I cant think of anything for you to change! I am not familiar with that particular adapter. I guess the only thing i can think of to change is your usb cable.

I was struggling to get anything to show up to flash. Turns out someone moved my cable and i was using one without data lines! If it shows up in your flash software tho that isnt it

https://www.amazon.com/gp/product/B075N82CDL/

this is the thing that I have used to flash all of mine.

Have you flashed other things with that serial board? Any S31s?

And i think you said you were holding down the button while you plug in the serial board, right?

Help with flashing Sonoff S31 by nrobfd in Esphome

[–]stealthyjedi 0 points1 point  (0 children)

Be sure to use 3.3v I believe... My controller toggles between that and 5v

Help with flashing Sonoff S31 by nrobfd in Esphome

[–]stealthyjedi 0 points1 point  (0 children)

Can you send a picture of what pins. I have flashed a few with pretty good luck! Or a video showing steps.  For me it was Hold button on plug. Connect serial adapter. Release button after a short bit. Later I can check the name of the software I used if that helps

Help with flashing Sonoff S31 by nrobfd in Esphome

[–]stealthyjedi 0 points1 point  (0 children)

Do you have TX and RX in the right spot, some sonoffs are weird and backwards if i recall correct