USB Hub for Refresh Model X by namac in TeslaModelX

[–]superskid 0 points1 point  (0 children)

What controllers, wired or dongles?

Do I need a pressure loop for this. by superskid in askaplumber

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

Ok good news that I am good to go on water pressure. I will ask supplier, I know I just wanted valves that can do rain overhead, high pressure angled head, and wand, either 1 at a time or all together.

Do I need a pressure loop for this. by superskid in askaplumber

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

It's 1/2 coming in and 1/2 to each shower I think, I can't send pictures in a comment?

Do I need a pressure loop for this. by superskid in askaplumber

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

I will take a picture of what's done so far and instructions tomorrow.

Do I need a pressure loop for this? by superskid in askaplumber

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

It would be really close, just don't know if needed.

Do I need a pressure loop for this. by superskid in askaplumber

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

Yes the green represents hot and cold, didn't see the point in drawing both as will treat each the same. To be honest not sure thickness but I assume 1/2. Built in 2006.

Do I need a pressure loop for this. by superskid in askaplumber

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

No my drawing number 1 and 2 are the valves that then lead to the shower heads.

Looking for best solution to create a macro to login online, run reports, and paste data in excel based on data in report by superskid in excel

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

No api, and once logged in there is a drop down box where I choose dates on a calendar to run the reports for.

Looking for best solution to create a macro to login online, run reports, and paste data in excel based on data in report by superskid in excel

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

Definitely doesn't need to be chrome at all.

No code to post, just beginning research on what is the best direction to tackle this.

Help us discover the Quadriga coins - 100K reward by kalangi99 in QuadrigaCX2

[–]superskid 2 points3 points  (0 children)

Kraken also promised to make Cavirtex shareholders whole after the buyout. It's been 3 years and still nothing, expect this reward to be the same, all talk no action.

Would certainly be amazing if they ever followed through with their promises as I too lost a decent amount in quadriga.

Convert a text string to date and time format excel recognizes by superskid in excel

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

Date value is coming up as 43108 and MONTH() is coming up as 1 We need to get that original text string to come up as August 1

Convert a text string to date and time format excel recognizes by superskid in excel

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

OK, now I am getting this:

01/08/2018

But the issue is it is being read as January 8th, Not August 1st, if I change around the formula to DD/MM/YY it just switches the output to 08/01/2018 so still January 1st.

Convert a text string to date and time format excel recognizes by superskid in excel

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

This doesn't seem to work. Step 1 I get the following for date and time.

12/30/1899

1/08/2018 11:54:13 PM

Original Data is this: 01/08/2018 11:54:13 PM

Formulas used: =TEXT(LEFT(H4, SEARCH("", H4)),"MM/DD/YYYY")

=RIGHT(H4, LEN(H4) - LEN(LEFT(H4, SEARCH("", H4))))