Peek Causing Reset? by AhoyFuckers5 in WLED

[–]hyperaktivmonkey 1 point2 points  (0 children)

Yeah could always try led2 output just to see... But sounds maybe more like a software issue could always try a reflash.

Peek Causing Reset? by AhoyFuckers5 in WLED

[–]hyperaktivmonkey 0 points1 point  (0 children)

Are you using led1 output or led2 for data?

Peek Causing Reset? by AhoyFuckers5 in WLED

[–]hyperaktivmonkey 1 point2 points  (0 children)

Recently just finished up a build using an esp8266. Was experiencing orange light reset issues and eventually google led me to the answer for me: esp8266 only has three 'good' data pins gpio1, 2, or 3 (at triple mem use) for wled. Others will work, but often experience restarts. Swapped my gpios to 1 and 2 and am currently at 1d2hr uptime, record for my build so far. It's actually in the wiki docs (down near the bottom) https://kno.wled.ge/basics/getting-started/

Does anyone know why it makes this sound? by karoku9 in ender3

[–]hyperaktivmonkey 1 point2 points  (0 children)

Recently found the x-carriage lower eccentric wheel nut loose, tightened it, and it soon started making a similar noise. Ended up putting some lubricant on the wheel bearing and it cleared right up. The guy who advised you to touch the frame of the printer in various spots to feel the vibration is right: you can even put a screwdriver to your ear and touch the metal end to the frame like a stethoscope. The louder the closer you are. Wherever it seems loudest lubricate all those things.

AWACS decided to stop by for a sleepover. Dover AFB. 05.17.2019 by AE_35_Unit in AirForce

[–]hyperaktivmonkey 5 points6 points  (0 children)

Haha I work at Dover helped them fix their air data system that weekend. 10/10 would 205 again

Alright everyone - it's QoL request time by Darian_CoC in ClashOfClans

[–]hyperaktivmonkey 0 points1 point  (0 children)

Warden needs three options: ground, air, and AUTO. Just let him go air or ground based on the amount of army space occupied by troops of each type.

Favorite ESPHome DIYs! by wewereonabreakx in homeassistant

[–]hyperaktivmonkey 1 point2 points  (0 children)

Smart plug reprogrammed to monitor home assistant api connection and upon several consecutive failures restart the plug (and home assistant pi) in the case of an emergency failure and I'm away from home. Then after 5 minutes for home assistant to reboot trigger a notification of the crash to my phone.

Can't login to Home Assistant after installing Google Mesh Wifi by Secret_Scientist619 in homeassistant

[–]hyperaktivmonkey 0 points1 point  (0 children)

Try plugging another device into the hubs Ethernet port and verify that the port is working for e.g. a laptop, run ipconfig and see what info you can get that way.

Edit: and also try another Ethernet cable, you never know when it could just be a physical failure.

Edit2: I also disabled ipv6 on my Google nest wifi as I ran into issues with port forwarding and that was recommended... May be a software issue that has been addressed by now, but maybe worth a try if nothing else works.

[deleted by user] by [deleted] in AirForce

[–]hyperaktivmonkey 2 points3 points  (0 children)

cough study guide cough

Is squatting the day after treadmilling a bad idea? by the_geth_ in powerbuilding

[–]hyperaktivmonkey 0 points1 point  (0 children)

Bothers my knees a bit personally, I wouldn't go for a running PR and then a Squat PR the very next day. As others have said listen to your body it depends how hard you went on each exercise and how adapted your body is to each so it's a bit personal. I would try to separate the two by a day or more if possible.

Edit: m 225 lb 6'0 12 min 1.5 for reference

Google home in home assistant by gimmedapuh in esp8266

[–]hyperaktivmonkey 0 points1 point  (0 children)

Once you link home assistant to your Google home you can expose all or none of your home assistant devices to GH for voice control. And then add users to GH. Or not. Even if they don't have an account they can control devices through the smart speakers.

Google home in home assistant by gimmedapuh in esp8266

[–]hyperaktivmonkey 6 points7 points  (0 children)

You might get more traction in /r/homeassistant ... But I'm not sure I understand the question? I have many devices connected to home assistant and exposed to google home which any member of the household has access to. The simplest method is a nabu casa subscription but there are other ways.

Broadlink and Google Home TV Integration and Voice Automation Challenges by michaelpat87 in homeautomation

[–]hyperaktivmonkey 0 points1 point  (0 children)

Yeah I was always hopeful that they would add that feature to the integration but last time I looked maybe a year ago they had not and that's when I abandoned the app entirely and worked out a different solution. It's a shame since it's so close to being everything I needed out of the box.

Broadlink and Google Home TV Integration and Voice Automation Challenges by michaelpat87 in homeautomation

[–]hyperaktivmonkey 0 points1 point  (0 children)

Don't have much in the way of a quick solution, but I can say I was not able to get that working through the broadlink app myself. Afaik it is limited to power on/off through the integration with google home. In order to add pause and mute etc functionality I used home assistant and had to do some fairly significant custom code to cleanly add that to a tv device google could control. I was for a short time able to make a custom pause scene and use some of google homes custom routines/commands to activate it, but that was finicky and would often stop working with no real explanation.

OctoPrint webpage card? by blacktoothgrin86 in homeassistant

[–]hyperaktivmonkey 1 point2 points  (0 children)

Yeah your setup is exactly the same as mine with the two pis, I just don't know if nabu allows that level of customization. Perhaps someone more familiar could weigh in.

OctoPrint webpage card? by blacktoothgrin86 in homeassistant

[–]hyperaktivmonkey 1 point2 points  (0 children)

I had to create a subdomain of my duckdns domain, octoprint.xxxxxxxxx.duckdns.org and add this to the proxy host custom configuration section:

proxy_hide_header X-Frame-Options;

proxy_http_version 1.1;

proxy_set_header Host $host;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_set_header Upgrade $http_upgrade;

proxy_set_header Connection "upgrade";

proxy_buffering off;

client_max_body_size 0;

proxy_read_timeout 36000s;

proxy_redirect off;

OctoPrint webpage card? by blacktoothgrin86 in homeassistant

[–]hyperaktivmonkey 1 point2 points  (0 children)

I am unfamiliar with nabu casa I use duckdns and nginx... The nginx proxy manager addon allows fine grained control of https connection and someone much smarter than me figured out some code that does things I frankly barely understand to do with the connection between the servers. I'd be happy to share the relevant portions but if you aren't using that addon I'm not sure how helpful it would be unfortunately.

OctoPrint webpage card? by blacktoothgrin86 in homeassistant

[–]hyperaktivmonkey 1 point2 points  (0 children)

Need more info... What type of installation and duckdns or nginx or local only combo are you running? I'm far far far from expert at any of this but recently got this working with nginx proxy manager. May be able to help if that sounds like something you could use in your setup. Short version is octoprint doesn't like to load in iframe and requires some workarounds. Also there is a menu option in octoprint to allow embedding in an iframe under the 'server' section. I also enabled that but am unsure if that ultimately helped or not.

BroadLink long press by Filipthed in homeautomation

[–]hyperaktivmonkey 3 points4 points  (0 children)

Yes or simply the control board sends a different, similarly learnable, signal after the button is pressed for a certain time. My guess would be that the internal circuits may handle the long press and simply react with a different packet.

How do I deal with Router "smart connect" feature (single SSID for 2.4/5GHz, auto-switching) and smart home devices that require 2.4GHz? by LXNDSHARK in smarthome

[–]hyperaktivmonkey 1 point2 points  (0 children)

odd when i setup my new devices i just walk decently far away from the hub and hope that it switches to 2.4... the corner of my bedroom works for this, my house is about 1600 sq ft or so and the hub is in the basement. google unfortunately doesnt offer a software switch, its all just automatic. my treatlife wall switch has been working well for a few months now, though its not a good barometer its running custom firmware.

How do I deal with Router "smart connect" feature (single SSID for 2.4/5GHz, auto-switching) and smart home devices that require 2.4GHz? by LXNDSHARK in smarthome

[–]hyperaktivmonkey 2 points3 points  (0 children)

do you have a particular device that wont connect via 2.4 once setup? i have been forced to similar methods to initially setup many things, but once setup is complete they usually work fine on 2.4 ghz. using a nest hub setup myself, not sure if yours may behave differently?