• 17 Posts
  • 366 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle
  • Anecdotally, it’s both. Most of the people I talked to would be very pro Republican but then talk about how they didn’t understand why we didn’t make weed legal or help people in poverty* or whatever the ballot initiative was.

    *aid or minimum wage and stuff was often times very dependent on phrasing. They liked the ideas but only if they thought of people they liked. If you let them run long enough they’d eventually start talking about “druggies” or something like that to justify why $7.25 was where they’d rather leave the minimum wage for example. Or start riffing on how McDonald’s workers shouldn’t make as much as they did typing at a computer doing “real work”












  • It looks like the Shelly device initiates contact with home assistant you may be able to just tell it to talk to the same api endpoint (following is for 2nd gen devices):

    In this case, navigate to the local IP address of your Shelly device, Settings >> Connectivity >> Outbound WebSocket and check the box Enable Outbound WebSocket, under server enter the following address:

    ws:// + Home_Assistant_local_ip_address:Port + /api/shelly/ws (for example: ws://192.168.1.100:8123/api/shelly/ws), click Apply to save the settings. In case your installation is set up to use SSL encryption (HTTPS with certificate), an additional s needs to be added to the WebSocket protocol, too, so that it reads wss:// (for example: wss://192.168.1.100:8123/api/shelly/ws).

    Assuming you are buying a new unit I’d try following that guide after backing up and seeing if it updates normally. The first gen devices used a different protocol, full instructions for both can be found here.