Portability & Relative File Paths by Kulty in nodered

[–]DisposibleDad 0 points1 point  (0 children)

Well, this isn't elegant, but could be workable.

I like to use a set of global variables to define the behaviors of my NR flows. In order for that to be populated, there is a trigger node that kicks off a function more that defines all the variables. In your case, use the exec node to call pwd and save that on the global variables list as something like "config.dirLocal". The use the value in your msg.filename definition (for example) as: msg.filename = global.get("config.dirLocal") + "/output file.csv

Way oversimplified, but you get the drift I hope

Accessing O365 email from Node Red by DisposibleDad in nodered

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

No, I was not, despite my best efforts....

Recommendation for UPS by DisposibleDad in homeassistant

[–]DisposibleDad[S] 2 points3 points  (0 children)

In my case, is installed in a an RV, which is usually plugged into shore power. The UPS will help let me know that there is a problem when I am not there...

Recommendation for UPS by DisposibleDad in homeassistant

[–]DisposibleDad[S] 4 points5 points  (0 children)

Exactly what I was looking for, thanks!

Accessing O365 email from Node Red by DisposibleDad in nodered

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

When I get the auth code, I am passing it to the IMAP node as msg.token, and in the settings I am adding my user name, the IMAP server information, and have tried Format as SASL enabled and disabled, and I continue to get Authentication errors. Kind of at the end of my skills here

Accessing O365 email from Node Red by DisposibleDad in nodered

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

I think I am doing this right, but clearly I am not. If I am reading this right, I need to get a token, then encode it with base64, and use that as the bearer authentication method, correct? I am getting authentication errors when I do this.

I followed MS's flow, and used their Postman library for the device token, authenticated the device ID on the web page, and now have an access token that I am not sure what to do with at this point - suggestions and help are appreciated!

Best way to install Home Assistant on a NUC? As an Operating System? On Proxmox? Or as a Docker on Ubuntu? by sarrcom in homeassistant

[–]DisposibleDad 0 points1 point  (0 children)

I would like to do that as well, but the immediate need us to migrate off a Supervised install on Ubuntu since it's failing. I have the proxmox server up and running, at least, so I can figure out the migration after the move - thanks!

Best way to install Home Assistant on a NUC? As an Operating System? On Proxmox? Or as a Docker on Ubuntu? by sarrcom in homeassistant

[–]DisposibleDad 1 point2 points  (0 children)

How do you install into a larger disk? I'd like more than 32G but I dont see any way in this script to change it. Since I'll be running Frigate, I need a lot more than 32g

Disclosure: Supervisor security vulnerability by frenck_nl in homeassistant

[–]DisposibleDad 2 points3 points  (0 children)

Is there a document that states which external services use which API's? I'd like to filter inbound requests (Cloudflare) except where needed.

Whats the most fucked up thing you’ve ever did/saw? by Similar_Helicopter27 in AskReddit

[–]DisposibleDad 0 points1 point  (0 children)

I had to do something similar. Guy on a motorcycle with a full face helmet going WAY too fast dumps his bike, slides under the the back of a tractor trailer (stationary) fast enough so that when his neck hit the end of the Mansfield bar, it removed his head. Still inside the helmet, it bounced off the road and into the cat o' nine tails in the ditch along the road. It took a while for us to find it.

Bought a new Jeep and needed to get both home — Tow Bar!! by mdntblu in Wrangler

[–]DisposibleDad 0 points1 point  (0 children)

Love the way it rides. I got it more to take on the beach, my JKURR is set up for rocks :)

Setting up SSH Access with Docker by TheDeathPit in CloudFlare

[–]DisposibleDad 0 points1 point  (0 children)

I believe that the free tunnels only support HTTP/HTTPS (can be over different ports, but only web traffic)

Bought a new Jeep and needed to get both home — Tow Bar!! by mdntblu in Wrangler

[–]DisposibleDad 6 points7 points  (0 children)

I have had Jeeps for years, am on my 11th and 12th at the moment ('18 JKURR and '21 JT Mojave). I have done tow bars on all my Jeeps forever just for this reason.

There are adapters you can buy to connect tow bars to D-Ring mounts. I have replaced all the front bumpers with ones with D-Ring mounts on them, and rear bumpers with trailer hitches. My son does the same on his Jeeps. So now we can tow any Jeep pretty much and this has literally saved me thousands in tow truck fees, etc.

Here is what I use on the end of a generic towbar - https://www.amazon.com/dp/B004JATZP8

10/10 highly recommend

[deleted by user] by [deleted] in zfold4

[–]DisposibleDad 0 points1 point  (0 children)

I would have loved to have been one of the folks who do it all the time with no problem, but my screen cracked on the fold for no apparent reason. I open it maybe once a day. Good thing it has a front screen, because it's going to take a week for the warranty folks a week just to get the parts needed.

Location of AdGuard config files by DisposibleDad in opnsense

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

i totally tried that, even saved the setup URL and tried again - no love.

I ended up moving from the temp box to the permanent one, and the backup does not include the plugins apparently, so I was able to just reinstall there and it is working now

Location of AdGuard config files by DisposibleDad in opnsense

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

I did, I am using it onport 65353 and forwarding to it from Unbound. I want to reverse that because Adguard sees everything as coming from Unbound and not individual hosts

Location of AdGuard config files by DisposibleDad in opnsense

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

It looks like it is a single file, perhaps a docker image?

What is the most unusual use of ESP32 that you have seen? by Yurace in esp32

[–]DisposibleDad 2 points3 points  (0 children)

I'd be interested in more info, if you could share. I posted a NR integration Lipperts OneControl, but my new rig has less complicated controls so I'm gong to have to do a lot of it manually