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

help-circle




  • 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
    ·
    2 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.