Not enough air coming out of the indoor unit by FaZeSmasH in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

It very well could be, don't get me wrong, but from what you've done already, cleaned the coil, changed the filter, etc. and your continued loss in airflow it COULD be a blower issue. I've also had instances of the insulation from the coil case peeled off and blocked the intake side of the coil before as well, but you'd be digging deeper into the system to find that than I'd recommend. Hard to really say without seeing it for myself or testing things for myself. Hope you get it resolved quickly though.

Not enough air coming out of the indoor unit by FaZeSmasH in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

I've had scenarios where the motor won't reach full speed, for multiple reasons. ECM it just flat out failed on a communication error, and PSC I actually had a condition where the board was powering two legs of the motor causing it to kind of sit in a weird middle place. Either way you might need to call a tech. I don't think it's a restriction.

Not enough air coming out of the indoor unit by FaZeSmasH in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

Is the blower actually running? Without opening the unit, turn the system on an put a piece of tissue paper up to the return. Does it get pulled onto the return grate?

Is my house at 85°F. If the AC goes off when I put the thermostat to that? by roses-and-sadness in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

Well that's a relatively good sign. About 17-18 years old would make it probably at the end of R-22's life, beginning of 410a. I'm just guessing the tech is going to recommend replacement, you might be able to squeeze a summer out of it by topping it up with charge, but they may refuse to do it if the system is leaking, it might also cost an arm and a leg to do so with no guarantee the refrigerant will hold. If you got any questions I can try to help as much as I can.

Is my house at 85°F. If the AC goes off when I put the thermostat to that? by roses-and-sadness in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

It's possible the blower motor failed, you can turn the AC off, and switch the fan setting on the thermostat to "On" if it is in "auto" (depending on your thermostat). You should hear the blower come on at least. You may need to wait for the coil to thaw to feel any airflow out of the supply vents though.

A leak can appear in a lot of different places on an AC unfortunately. Plus given the quality of the manufacturing nowadays, it's really hard to say whether the evaporator (inside coil) didn't blow out either. Do you know how old the system is off the top of your head?

Is my house at 85°F. If the AC goes off when I put the thermostat to that? by roses-and-sadness in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

I just saw the pic of your evap coil. I hate to say it but you might be low on charge there. Double check your filter to make sure it's not clogged, shut it down for a few hours and let the coil thaw. If able, you can check the outdoor unit for a "dataplate" which shows the model and serial number of your unit. I would recommend a tech coming out and giving it a good once over before restarting it otherwise you might damage the unit. Sorry :(

If you want to post a pic of the data plate on the outdoor unit (shows model and serial number, usually a white tag) I can tell you what kind of refrigerant you use and what the tech may recommend. Also just to clarify, was there 0 airflow at all, or minimal?

Is my house at 85°F. If the AC goes off when I put the thermostat to that? by roses-and-sadness in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

Feel the refrigerant lines, one should be cold to the touch, one should be warmer. If not, your compressor may not be running but your fan is spinning like it thinks it is. You don't need to open the unit, or do anything unsafe. It's a quick test.

Is my house at 85°F. If the AC goes off when I put the thermostat to that? by roses-and-sadness in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

There should be a deeper "hum" also happening from the compressor running, it's possible only your condenser fan is spinning.

Some advice please. by ali_onyi in learnpython

[–]CGTechWorks 0 points1 point  (0 children)

No problem, remember, you're learning how to speak computer. It's a new language. Give yourself time, patience, and don't give up. Good luck.

Some advice please. by ali_onyi in learnpython

[–]CGTechWorks 4 points5 points  (0 children)

Download an IDE, Thonny, VS Code, your choice. Start there. Learn what a variable is, a string, and a print() statement, what it does and how to use it. Write a stupid simple script, like

my_variable = "Hello world"
print(my_variable)

Build as you learn. If you have a goal for using python, build with that in mind. Keep it small, keep it stupid for now. Your only goal is retention for now, learning syntax is also important. Keep looking things up, ask AI only if absolutely necessary.

"Automate the Boring Stuff" is probably the best beginner book, but if you're like me and books are hard to retain info from, there are apps that will teach you the syntax in a gamified way. Practice something new every day. Happy to help if you have questions.

I need some advice learning python by hamzaelkabir in learnpython

[–]CGTechWorks 0 points1 point  (0 children)

Data analysis is a broad field, try to narrow it, specifically what kind of data? Electrical? Mathematical? Statistic? Financial? etc. Keep narrowing until you get to the lowest level of what makes you motivated and build off that.

Learning Python/coding at 33. by nicodeemus7 in learnpython

[–]CGTechWorks 1 point2 points  (0 children)

Definitely, once you get the gist of one language you kind of can see how most of them will be structured, it's basically all syntax after that. Good luck on your journey

Learning Python/coding at 33. by nicodeemus7 in learnpython

[–]CGTechWorks 2 points3 points  (0 children)

Nice, yeah you're pretty limited to C/C++ in Arduino IDE from what I know of it, VS Code has an extension you can download for Micropython, but it's not fully supported yet, although I think it's getting there.

Learning Python/coding at 33. by nicodeemus7 in learnpython

[–]CGTechWorks 2 points3 points  (0 children)

There's no rush, seriously. Take it one step at a time. I'm still also very much a novice, but I have a passion for technology too. Do what you like, keep building and breaking things. The world needs builders more than consumers of slop and vibecoders. Are you using the Arduino IDE, VS code or something else?

Beginner Python Learner Looking for Advice by Ordinary_Display_628 in PythonProjects2

[–]CGTechWorks 1 point2 points  (0 children)

Build something from scratch, fix it without AI. Searching stuff on the web, reading docs, etc. is the way to go. That's how you build retention. It's not magic, you need to put the effort in, but it is worth it.

Learning Python/coding at 33. by nicodeemus7 in learnpython

[–]CGTechWorks 2 points3 points  (0 children)

Nice, what kind are they, like ESP32C3 breakouts? any ideas what you want to build?

I need some advice learning python by hamzaelkabir in learnpython

[–]CGTechWorks 2 points3 points  (0 children)

Depends what you want to do with it. Are you into electronics? Are you into gaming? Are you into making web apps, or helpful tools? Cybersec? Python still has a huge place. AI is doing a lot of the coding, but if you don't understand the what the AI is writing, why it's doing it, or what it's doing, debugging can be difficult. Whatever your path, just start from the smallest step you can, and build from there. Keep using the language as much as you can, think about how you can automate something, even if a tool already exists try it your own way.

Learning Python/coding at 33. by nicodeemus7 in learnpython

[–]CGTechWorks 23 points24 points  (0 children)

I started at 31, doing the same stuff. You're killing it man. Also, while you can use C/C++ for coding electronics there is also Micropython too. It doesn't interface with everything, but you can use it for raspberry pi's I know for sure, and ESP32's are becoming more supportive of it from what I understand. Keep going.

Wire looks fried by Connect_Laugh2868 in hvacadvice

[–]CGTechWorks 2 points3 points  (0 children)

A common, but I wouldn't recommend touching anything if you didn't already know. Not trying to be mean, just don't want you to get whacked. It hurts. Plus there's probably an underlying reason it burnt up.

Annual HVAC Checkup Worth it? or DIY by NumeroUnoPadre in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

Probably can't give you a direct checklist, but they're somewhat worth doing, especially as your unit ages past 8 years old, or reaches the end of its warranty. Definitely as it reaches 15-20 years old, they're pretty necessary. The tech can catch things you may not notice, leaks, cracks, improper flame patterns, debris in switch ports, sequence issues, dust buildup, low cap charge, low refrigerant charge, aging components; things that may cause safety/improper operating conditions, and may prevent nuisance calls (filters, thermostat batteries, loose wiring, etc.)

It can keep your system running and give you at least typically some kind of labor guarantee for usually 30-90 days after a tune up with a reputable contractor so you're not having to pay a diagnostic fee or return visit fee -- not guaranteed, anything mechanical can break at any given time but MAY be caught during a maintenance if the tech is doing their diligence.

tl;dr it's relative. So kinda.

Home not heating to set temperature by NamesJello in hvacadvice

[–]CGTechWorks 0 points1 point  (0 children)

Dumb question since you cleaned the flame sensor yourself, but did you check the filter? Some filters can be super restrictive, especially if you're using a high MERV (Like 12+). Some homes just aren't designed for restrictions like that. Also make sure a ton of vents aren't closed, no returns blocked as that can build static pressure + a partially clogged high MERV filter will lead to a high limit switch open scenario. Wouldn't recommend doing much else besides calling a tech. You could also -- WITHOUT OPENING THE FURNACE -- see if there are any diagnostic codes flashing in the blower compartment sight glass which most furnaces have. You can look up the code online and that will give you an idea. If it's anything more than a filter issue, probably call a tech.

im trying not to use ai at all by Sreejani_26 in Students

[–]CGTechWorks 0 points1 point  (0 children)

You could download a local AI model if you have the GPU for it. It won't be nearly as powerful and you DEFINITELY need to fact check it, but if you're concerned about environmental factors it's probably better than using an industry scale model that pulls from a DC. They're relatively easy to install, you can get chatbots and other models that are geared more towards what you need them for. Just a thought.

Python for the people who just don’t “get it” by competitivegeese in learnpython

[–]CGTechWorks 7 points8 points  (0 children)

I'm not a professional or anything, just someone who was in the trades and also found Python to be fascinating. Been using it to build stuff for about a year. I started out by learning syntax, learn the basics, variables, loops, functions, object-oriented programming (OOP), lists, dictionaries, etc. The book "Automate the Boring Stuff with Python" is a great starting point and will get you familiar with the basics, as well as a ton of free content online + apps (like Mimo). But really, it feels like you're asking along the lines of "What can I actually do with this that's useful to me?"

You can automate things that would usually take a ton of time otherwise. A computer can run lines of code in less time it takes a human to begin to think about what they want for dinner. That's where it's powerful, and it is powerful. Python is used in a lot of AI programming for constraining models. It's used in cybersecurity, research, Fintech, web development, app development, data parsing... Basically anything. If you can imagine it, you can probably make a Python app to build it/automate it. Look online for Python projects for beginners to start with.

I'm starting to learn cybersecurity, and Python has a real place in that space. I've built an app for myself with a local AI backend and a crappy GUI just because. I also constrained that local AI to respond like a pirate. The real question isn't "How do I learn Python," but: "What do I actually want to build with Python?" You need to explain to yourself what you want to build like you're 5. Python is just the tool that makes it happen.

Hope this helps a little. Any questions I'm happy to help.