• 0 Posts
  • 129 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle






  • Same artist who did the music for TUNIC. While its soundtrack isn’t great to listen to alone in my opinion, it is phenomenal in game. To the point where watching the trailer gives me goosebumps.

    Also, I emailed the artist once to ask permission to use the Dustforce soundtrack in a YouTube video I was making. They gave me permission and I sent the video to them when it was posted and they said very nice things about it.







  • Auto detection for MQTT devices is a bit tricky. I struggled with that myself when I was trying to incorporate data from a web scraper I wrote. This config file here shows what I ended up with to create auto detecting sensors in HA https://github.com/chunkystyles/reservationsScraper/blob/main/mqttConfig.json

    Each one of the devices gets registered at start up of the app.

    If I were doing this all over again, I probably wouldn’t use auto detect sensors. I’d manually configure them. Here’s some examples of that kind of configuration I used for some HVAC remote devices I built:

    mqtt:
      sensor:
        - name: "makerfabs_remote_1"
          state_topic: "makerfabs/hvacremote/1/status_out"
          force_update: true
          expire_after: 125
        - name: "makerfabs_remote_2"
          state_topic: "makerfabs/hvacremote/2/status_out"
          force_update: true
          expire_after: 125
        - name: "makerfabs_remote_3"
          state_topic: "makerfabs/hvacremote/3/status_out"
          force_update: true
          expire_after: 125
        - name: "makerfabs_remote_4"
          state_topic: "makerfabs/hvacremote/4/status_out"
          force_update: true
          expire_after: 125
    

    For these to work, you just put them in your “configuration.yaml” file in HA.








  • chunkystyles@sopuli.xyztoGaming@beehaw.orgthoughts on arpgs?
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    Just a preface that I don’t like PoE.

    Season 4 is a lot more fun, but I still think D3 is a better game. But if you compare D4 to what D3 was like at after release, D4 is in much better shape. It’s definitely heading in the right direction, and I suspect that the expansion in August will make it much better, similar to how D2 and D3 did.

    Back to season 4, I leveled to max level, maxed out the battle pass, and experienced all of the content and that was good enough for me. I want really interested in sticking around to switch to better build and get the best gear.