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

help-circle
  • I have a Yale PIN lock that has swappable wireless cards. I use it on a Zigbee network, but that’s completely optional. It’s fantastic. Even without the wireless, it’s great.

    I’ve had to reprogram it once or twice just due to issues with my smart home stuff, and even the physical interface is nice and easy, assuming you’re just entering your PIN or if you have the manual available if you’re doing anything more involved.




  • A lot of the modern tech is really good, though.

    Cars are way more reliable than they were. They get way better gas mileage. They have a shitload more power (this is actually a con due to how everyone else drives these days). They’re way safer in both accidents and just general driving with traction control and lane departure warnings.

    So it’s a real mixed bag. But I’d rather have the cars of today.



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









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