[-] [email protected] 3 points 1 week ago

I plan on installing some water to feed my garden later this summer. I was considering PVC, but is this a better case for metal? How does the plastic handle the UV from the sun? I thought outdoor might be gray PVC, but I was thinking underground PVC with galvanized above.

[-] [email protected] 12 points 1 month ago

Are you sure you just don't have the water level in the tank set right?

20
submitted 11 months ago by [email protected] to c/[email protected]

I made a quick template sensor to pull in data from AirNow. After, I then found out about the post at https://lemmy.world/post/730349, but I thought it might still be useful to share for a quick glance.

template:
  - sensor:
     - name: "Air Quality"
       unique_id: "airnowaqitemplate"
       state: >
         {% set aqi = states('sensor.airnow_air_quality_index') | int %}
         {% if aqi <= 50 %}
           Good
         {% elif aqi <= 100 %}
           Moderate
         {% elif aqi <= 150 %}
           Unhealthy for Sensitive Groups
         {% elif aqi <= 200 %}
           Unhealthy
         {% elif aqi <= 300 %}
           Very Unhealthy
         {% elif aqi >= 301 %}
           Hazardous
         {% else %}
           Unknown
         {% endif %}
       icon: >
         {% set aqi = states('sensor.airnow_air_quality_index') | int %}
         {% if aqi <= 50 %}
           mdi:emoticon-happy
         {% elif aqi <= 100 %}
           mdi:emoticon-neutral
         {% elif aqi <= 150 %}
           mdi:emoticon-sad
         {% elif aqi <= 200 %}
           mdi:emoticon-sick
         {% elif aqi <= 300 %}
           mdi:emoticon-dead
         {% elif aqi >= 301 %}
           mdi:skull-crossbones
         {% else %}
           mdi:minus-circle
         {% endif %}
       availability: "{{ has_value('sensor.airnow_air_quality_index') }}"
[-] [email protected] 1 points 1 year ago

The github link or the pseudotv link on the github page? I had to download the zip from the zips folder on github and then install it from zip on Kodi (kodi.tv). Note that this would be an unsupported add-on, so use at your own risk!

[-] [email protected] 0 points 1 year ago

Seems like the perfect pairing with PseudoTV Live (https://github.com/PseudoTV/PseudoTV_Live).

[-] [email protected] 13 points 1 year ago

I really enjoyed Space Station Silicon Valley for the N64. It turns out there was a bug in the original game so you could never complete it 100%. A couple years ago, I purchased an Everdrive (https://krikzz.com/our-products/cartridges/ed64x7.html) so I could patch the ROM and play on original hardware. Pair this with some new wireless controllers and it's the perfect experience.

24
submitted 1 year ago by [email protected] to c/[email protected]
[-] [email protected] 15 points 1 year ago

I felt like I had to interrupt my wife's reading to show her this just because I knew she would understand. I recognize I am the problem here.

encrust9870

joined 1 year ago