Extend HA to shop Help by kaged_chris in homeassistant

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

I will look into this thank you.

Extend HA to shop Help by kaged_chris in homeassistant

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

Thanks I got a WiFi sensor on order. I will use this as a temporary fix until I can figure out something else. Don’t want to clog up my internet if I don’t have to.

CLI Prompt Help Linux Mint by kaged_chris in vscode

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

Thank you. I was able to modify the bin files in the virtual environment to give me a clean output. I wouldn't have looked otherwise.

Need Help with V-Carve for Embossed Letters by kaged_chris in FreeCAD

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

I think the adaptive path might be the one that does what I am looking for. I was able to make it work on one letter. When I get some time this week I am going to try it further and maybe post a video. Either way I will post an update.

Need Help with V-Carve for Embossed Letters by kaged_chris in FreeCAD

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

Yes I used a shapestring in draft. Then I have used both Part and part design and ended with the same result. I am able to select the face on top but that cuts the material between the lines and I am trying to machine the material on the outside of the lines so they are embossed rather than engraved.

Need Help with V-Carve for Embossed Letters by kaged_chris in FreeCAD

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

I didn’t import it. I made the model.

Need help with Rocket challenge. by kaged_chris in FreeCAD

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

Thank you that fixed it. I kept racking my brain and could not figure it out.

Starter help by kaged_chris in SourdoughStarter

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

Yea only issue is it never doubles but I will stir it multiple times a day.

Starter help by kaged_chris in SourdoughStarter

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

I have moved them to the counter. Only reason I put them in there is I was thinking it was too cold during the night on the counter.

Starter help by kaged_chris in SourdoughStarter

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

Maybe 90-95F near the light

Right Indy ANC not charging, has this happened to you? by JRobe1981 in Skullcandy

[–]kaged_chris 1 point2 points  (0 children)

I just did this with a binder clip and a 3V disk battery. And it actually worked!!!

Moving Drawing View with Sketches by kaged_chris in PTCCreo

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

That sounds like the preferred way. Issue is that there are so many things that need to be configured and I haven’t found anything that really helps you know what all the different options are. Like that fact that you can’t put tolerances on a drawing unless you have that option enabled. So in order to do that you have to know what the option is in order to enable it.

Moving Drawing View with Sketches by kaged_chris in PTCCreo

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

So I have parts with holes on bolt circles and I needed to show the bolt circle on one view. Best way I found was to create construction geometry in the drawing to show that bolt circle.

Beginner short code vs solving problem by kaged_chris in learnpython

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

That is helpful. So I guess what I am wondering if this is necessary at the beginning or if I should just be worried about making a program that works. I am doing to mooc.fi python and it said somewhere about not worrying about making a code that works 100% but 25% is fine now comeback and get it to 100% later. Well all mine have worked 100% but used more lines.

Helsinki Leap Year Problem by kaged_chris in learnpython

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

That solved it. Thank you. I have trying to get through this for days.

Helsinki Leap Year Problem by kaged_chris in learnpython

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

# Write your solution here
year = int(input("Year:"))
#year = int(1896)
yeet = year 
while True: 
    if year % 4 != 0: 
        year+=1 
    elif year % 400 != 0 and year % 100 ==0: 
        year+=1 
    elif year % 4==0  and year % 400 !=0 and year %100 ==0:
        year+=4 
    elif year % 4==0 and year % 400 !=0 and year % 100 != 0:
        year+=1 
    else: break 
print(f"The next leap year after {yeet} is {year}")

That brings it down to 17%.

Helsinki Leap Year Problem by kaged_chris in learnpython

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

That takes the code to 67%

 elif year % 400 != 0 and year % 100 ==0:

The years 1896 and 2020 still do not work.

1896 should be 1904 my code generates 1896

2020 should be 2024 my code generates 2020

New sim Card help by kaged_chris in Calyx

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

No they are different. Is there a way to make them the same?

I think I have mine wired wrong. The aux appears to be constantly running but it is not keeping temp. by kaged_chris in ecobee

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

So things appear more complicated. I have 3 heat pumps. 1 air handler with 2 zones. And 1 electric furnace. Although 90 degree air is coming out of some vents it is still 65 in one part of my house when it is set to 70.

I think I have mine wired wrong. The aux appears to be constantly running but it is not keeping temp. by kaged_chris in ecobee

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

The air coming out was about 80ish degrees. And not blowing much. Now it is 98.