У нас вы можете посмотреть бесплатно Day 8 – Python Loops + BAC0 ReadPropertyMultiple | Theory Lecture Day 8 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Welcome to Day 8 of the BACnet with Python for Building Automation Engineers course. Today is half theory… half vibe coding. Because before we build faster BACnet tools, we need one more core computer science fundamental: loops. No BACnet magic. No AI shortcuts. Just the basics first. Because every real BAS utility eventually comes down to this: loop through devices loop through points loop through trends loop through read requests If you can’t confidently iterate through data… you can’t really automate BACnet. So we start slow and cover Python fundamentals: • for loops • looping over lists • looping over strings • range() • start / stop / step • enumerate() for index + value • summing and counting patterns Then we connect this directly to building automation tasks like: • iterating discovered controllers • scanning object lists • reading many points • building CSV logs • processing trend samples Because this is exactly what real BAS software does under the hood. After the theory… we immediately put it to work. Today we begin Vibe Coding Checkpoint 2. Instead of reading one BACnet property at a time… we step up to ReadPropertyMultiple (RPM) using BAC0’s readMultiple(). Now we: • send WHO-IS • discover devices • batch multiple properties into one request • read present-value, description, and units together • parse the results • print clean sensor output One request. Everything back. Faster. Cleaner. More professional. This is how you stop writing “toy scripts” and start writing tools that feel like real commissioning software. Study the fundamentals first. Then use AI to accelerate the boring parts. Learn first, automate second. Lesson + theory notes: https://github.com/bbartling/py-bacne... Full course + repo: https://github.com/bbartling/py-bacne... If you’re an HVAC tech or controls engineer who wants to build your own discovery and data collection tools instead of relying only on vendor GUIs, this is where it starts clicking. Week 2 begins. Checkpoint 2 underway. More vibe coding tomorrow. #vibecoding #bacnet #python #hvac #buildingautomation #controlsengineering #smartbuildings #automation #iot #bac0 #engineering #programming #opensource #hvaccontrols #hvacoptimization