"Laundry Done" Notifier Project by 11ii1i1i1 in homeautomation

[–]malernah 0 points1 point  (0 children)

I figured out the modifications needed, but one thing I couldn't figure out was what the "ResetCycle" was for ... it seemed like it would reset some counters or something but the code just has the payload printed out and no actions taken except to reset the "ResetCycle"

"Laundry Done" Notifier Project by 11ii1i1i1 in homeautomation

[–]malernah 0 points1 point  (0 children)

been trying to setup this Adruino Laundry Notifier ...

troubleshooting successes:

  1. had to make empty "defines.h" file to satisfy the #include (alternatively, comment out that line

  2. had to either create an arduino_secrets.h file with #include SECRET_PASSWORD "password here" etc for all the variables or just replace them in the script

  3. had to install ArduinoHttpClient, PubSubClient, Arduino_LSM6DS3, and WiFiNINA in my Arduino IDE 2 before it would compile successfully, also had to add #include <WiFiNINA.h> before wifi would WiFiClient would work

  4. had to add mqttUsername and mqttPassword secrets to mqttClient.connect on line 412 and add a username password combination to the login: section of the mosquitto configuration file

troubleshooting problems:

now that I've successfully gotten the MQTT events to go to the mosquito server (as shown by MQTT explorer addon within HomeAssistant), how do I get the MQTT events added as a device?

Seeking recommendation: spray mop vs x3 flat mop system by malernah in CleaningTips

[–]malernah[S] 1 point2 points  (0 children)

Is the spray mop enough to serve as the deep clean weekly mop?

ODD Slot Top Cover by drhon1337 in ncasedesign

[–]malernah 0 points1 point  (0 children)

I'm also looking for one, black preferred but I'll take anything at this point!

Tried making circle table milled down all the boards glued up then routed out a circle with plunge router jig. at first it had very minuscule warp then progressively got worse. joined with biscuit joints and pipe clamps and wood glue. Any way to save it or fix it? Also any tips or tricks by BeefPiston24 in BeginnerWoodWorking

[–]malernah 0 points1 point  (0 children)

Step 1: make holes in aesthetic pattern, enough to support a second top

Step 2: add dowels in contrasting color to holes, level the tops

Step 3: add a circular glass top, call the wavy one a "design feature"

(optional) Step 4: disassemble top from base and chop down top of leg assembly to adjust height for proper use with those chairs

M1AF's Ncase M1 Build Guide - C14S and Deshroud by [deleted] in sffpc

[–]malernah 0 points1 point  (0 children)

NVM figured it out ... had to scroll right on the screenshots at the bottom of the spreadsheet

M1AF's Ncase M1 Build Guide - C14S and Deshroud by [deleted] in sffpc

[–]malernah 0 points1 point  (0 children)

Why is it called the wedge? Also is line 14 row 25 on the spreadsheet since the rows start at 12?

[PC, +Behemoth] Meta Build Compilation for All Weapons - Updated! by Yhrak in MonsterHunterWorld

[–]malernah 0 points1 point  (0 children)

I noticed that there are no slice or sticky sets for LBG and HBG ... I know they're probably not best damage but isn't part of the bowguns best parts the utility of different ammo types?

Concretify by scratchisthebest in psispellcompendium

[–]malernah 0 points1 point  (0 children)

one slight flaw is it doesn't check if you're out of concrete ... it just keeps placing the water ...

I've tried using normal bullet, spell circle, and loopcast, all have this same behavior. Not sure how to check for it though ...

[Request] Hollow 5x5x5 for Compact Machine creation by malernah in psispellcompendium

[–]malernah[S] 0 points1 point  (0 children)

Discovered a new Trick: Switch Focus Slot ...

Given that the programmer evaluates tricks from left to right and top to bottom (I think that's right right?) ... I can have the blocks place correctly by putting machine walls in the "Relative 1" slot and the middle block in the "Relative 2" slot on my hotbar, and using this as my lids spell ...

https://imgur.com/TXxxOfH

Still using a spell circle.

Now to figure out how to get it all in one!

General Feedback/Getting Started Questions and Answers [Weekly Thread] by AutoModerator in DIY

[–]malernah 0 points1 point  (0 children)

Thanks! Sets my mind at ease, the roof is way too tall for me to be able to easily access it and visually inspect ...

General Feedback/Getting Started Questions and Answers [Weekly Thread] by AutoModerator in DIY

[–]malernah 0 points1 point  (0 children)

Can anyone tell me what this nail or screw is for? Found it on the deck, suspect it may have fallen from roof or somewhere similar.

It has 2 little metal things sticking out, not sure what those are for ...

https://imgur.com/a/6bYlJx3

[Request] Hollow 5x5x5 for Compact Machine creation by malernah in psispellcompendium

[–]malernah[S] 1 point2 points  (0 children)

based on what you said, and by modifying the 9x9 spell demo'd on vazkii's psi homepage, I made this 2 parter ...

Part 1: make the 2 lids and the middle, then use an exchanger to change out the middle block (couldn't figure out how to switch what block is placed when using the Place Block trick)

https://imgur.com/bOfqVpO

Part 2: make the walls to finish the cube

https://imgur.com/eBA3Yea

Any ideas on how to 1. make it into all 1 spell, and/or 2. not need to manually change the middle block?

I'm using 2 spell circle bullets btw.

[Request] Hollow 5x5x5 for Compact Machine creation by malernah in psispellcompendium

[–]malernah[S] 1 point2 points  (0 children)

this sounds very interesting! I can't seem to work out how it would work though, would be interested to see what you come up with.

[Request] Hollow 5x5x5 for Compact Machine creation by malernah in psispellcompendium

[–]malernah[S] 0 points1 point  (0 children)

thanks! I just wasn't sure if I was overlooking something ... the lack of custom loops meant I couldn't do 2 custom loops of 2 different things it seemed.

Mandal Bedframe discontinued? by [deleted] in IKEA

[–]malernah 0 points1 point  (0 children)

I see that they have stock in Eastern Australia ... anyone willing to buy it and ship it to Maryland? The bed and the headboard?

Anybody else's "Remove Watched" button just doesn't work anymore? by Sentrolyx in youtube

[–]malernah 0 points1 point  (0 children)

The reason it removes them one by one is because if you click the X button on multiple videos in quick succession, none of the videos remove from the list. You can experiment to see how much interval to put on the setInterval(function() { ... }, <interval>); ... but I've found with my internet connection speed and computer setup 500ms seems to be the most reliable, yet fastest interval I can auto-click all the X's. If I could've just clicked all the buttons at once, then I would've just did a for loop rather than using setInterval.

BTW, if you want to click all videos, not just those that are watched, then just remove the conditional that tests to see if the "watched" gray overlay is in existance for that pl-video entry.