6.6 C
New York
Wednesday, March 12, 2025
Home Blog Page 5

BLUETTI EP500 Professional — 1½ Years Later



Join each day information updates from CleanTechnica on electronic mail. Or observe us on Google Information!


Final Up to date on: eleventh March 2025, 08:24 pm

One and a half years in the past, in August of 2023, I printed a overview of the BLUETTI EP500 Professional. It hit me not too long ago that whereas we publish critiques of such residence vitality storage methods infrequently, and likewise write about new ones arriving available on the market and particular offers, we seldom (or by no means?) write about our long-term experiences with them. How do the merchandise maintain up years later? How a lot capability do you lose over time? How a lot does the capability maintain or leak whereas sitting in storage for a yr or extra? Is every thing as easy and functioning as properly on Day 500 as on Day 10?

In spite of everything, if you wish to depend on a big vitality storage backup system in the long run, you need it to carry up properly over time and also you need it to be nearly as good as new when you take it out of the closet a yr or two after shopping for it.

Sure, it is likely to be extra helpful to do a 10-year overview of a product than a 1½-year overview. However we haven’t owned any battery storage methods for 10 years. The oldest one I’ve is the BLUETTI EP500 Professional. (Notice: whereas I can solely vouch for and advocate the EP500 Professional, I simply discovered the same however barely older and lower-capacity EP500 mannequin is being discontinued and there’s a flash sale happening proper now for the ultimate models. Till the top of March 11, you may get it for $1899, which is -37%, or $1,100 off, and that deal opens up once more for a remaining time March 16–17. The EP500 Professional, in the meantime, prices $3,499 after a $500 low cost, and you may then get 5% off with the code CLEANTECH5OFF as properly. The EP500 has 5,120Wh vitality storage capability and a pair of,000W energy capability, whereas the EP500 Professional has 5,120Wh vitality storage capability and three,000W energy capability.)

About 6 months in the past, I pulled the BLUETTI EP500 Professional out of storage and charged it up totally simply earlier than Hurricane Milton hit. (Apologies — I stated I assumed it was Hurricane Helene within the video under. It’s arduous to maintain observe of the hurricane names right here in Florida.) The system appeared to function like new, almost a yr after I had final examined and used it. We had misplaced energy for about 18 hours in a earlier hurricane, and we have been glad we’d be capable to energy the fridge, computer systems, the TV, telephones, and so forth. once we acquired hit by Milton. The attention of the hurricane really went by way of us, tearing most of the shingles off our roof and inflicting excessive whistling and wind gusts onto our entrance door for a number of hours. Someway, although, we by no means misplaced energy. I take into consideration 92% of our county in our utility district misplaced energy, however we didn’t. So, the BLUETTI EP500 Professional by no means needed to do the heavy lifting we anticipated.

Nonetheless, you don’t wish to depart a battery charged at 100% for lengthy, so we used the BLUETTI EP500 Professional to energy our computer systems and telephones lengthy sufficient to wind it again right down to ~50%. All labored as anticipated, simply because it had once we first acquired and examined the product a yr prior. However I didn’t doc all of that. (We have been too centered on different issues.)

So, I simply pulled the system out of the closet once more and did some testing for this text. It was nonetheless sitting at 49%, which I feel is what I left it at. I acquired it as much as 50%, which simply took a couple of moments, after which it took me 10 minutes so as to add 5% of capability from the conventional 120V wall plug. So, in concept, it could take 200 minutes to go from 0% to 100%, or 3 hours and 20 minutes. However I stored going and charged all of it the way in which to 100%. It then took a complete of 1 hour and 25 minutes (an additional 1 hour and quarter-hour) to get to 95%, after which took one other 10 minutes to get to 100%. So, that’s 1 hour and 35 minutes to go from 50% to 100%.

I really like the way in which the EP500 Professional simply rolls round because of the sensible wheel setup — two large wheels that don’t flip within the entrance and two small ones that activate the again. It’s very straightforward to maneuver regardless of how giant and heavy it’s.
The small again wheels additionally lock simply.

Then, it took one other hour and a half of a pc and cellphone charging to carry the system again right down to 95% from 100%. I’ve been utilizing it for the previous couple of days to cost computer systems and telephones to attempt to get it again right down to 50% to retailer it once more, and it’s nonetheless at 72%.

So, sure, the system nonetheless works fantastically. There’s nonetheless loads of battery capability and all of it appears to be working the way it did from the start. The BLUETTI EP500 Professional could be a savior within the case of a hurricane or wildfire hitting and knocking out energy for a number of hours or days. I really like this factor.

Whether or not you could have solar energy or not, please full our newest solar energy survey.



Chip in a couple of {dollars} a month to assist help impartial cleantech protection that helps to speed up the cleantech revolution!


Have a tip for CleanTechnica? Need to promote? Need to recommend a visitor for our CleanTech Discuss podcast? Contact us right here.


Join our each day publication for 15 new cleantech tales a day. Or join our weekly one if each day is just too frequent.


Commercial



 


CleanTechnica makes use of affiliate hyperlinks. See our coverage right here.

CleanTechnica’s Remark Coverage




Github Actions .NET MAUI iOS publish error: No legitimate iOS code signing keys present in keychain


I’ve a .net8.0 maui utility that I’m making an attempt to add to testflight through github actions with xcode 16. I’ve created a brand new signing certificates and an Apple Retailer provisioning profile that makes use of that certificates. I am utilizing Steven Thewessen’s workflow from this information, however I am getting this error from my dotnet publish step:

- identify: Construct iOS
        run: dotnet publish ${{ inputs.project-file }} -c ${{ inputs.build-config }} -f ${{ inputs.dotnet-version-target}}-ios /p:ArchiveOnBuild=true --no-restore

/Customers/runner/.dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8319/instruments/msbuild/iOS/Xamarin.Shared.targets(1835,3): error : No legitimate iOS code signing keys present in keychain. You'll want to request a codesigning certificates from https://developer.apple.com. [/Users/runner/work/App/App/App/App.csproj::TargetFramework=net8.0-ios]
/Customers/runner/.dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8319/instruments/msbuild/iOS/Xamarin.Shared.targets(1835,3): error :          [/Users/runner/work/App/App/App/App.csproj::TargetFramework=net8.0-ios]

That is my cd-ios.yml workflow (with out all of the inputs from my cd-build.yml):

identify: iOS Publish

jobs:
  publish-ios:
    runs-on: macos-latest

    steps:
      - makes use of: maxim-lobanov/setup-xcode@v1
        identify: Set XCode model
        with:
          xcode-version: ${{ inputs.xcode-version }}

      - identify: Import iOS Certs
        makes use of: apple-actions/import-codesign-certs@v3
        with:
          p12-file-base64: ${{ secrets and techniques.dist-cert-p12 }}
          p12-password: ${{ secrets and techniques.dist-cert-password }}
      
      - identify: Obtain Provisioning Profiles
        id: provisioning
        makes use of: apple-actions/download-provisioning-profiles@v1
        with: 
          bundle-id: ${{ inputs.package-name }}
          profile-type: 'IOS_APP_STORE'
          issuer-id: ${{ secrets and techniques.appstore-issuer }}
          api-key-id: ${{ secrets and techniques.appstore-keyid }}
          api-private-key: ${{ secrets and techniques.appstore-private-key }}

      - identify: Checklist Certificates
        run: safety find-identity -v -p codesigning

      - identify: Checklist Downloaded Provisioning Profiles
        run: ls -lah ~/Library/MobileDevice/Provisioning Profiles/
    
      - identify: Checkout Repository
        makes use of: actions/checkout@v4

      - identify: Setup .NET ${{ inputs.dotnet-version }}
        makes use of: actions/setup-dotnet@v3
        with:
          dotnet-version: ${{ inputs.dotnet-version }}

      - identify: Set up MAUI Workloads
        run: dotnet workload set up maui

      - identify: Restore NuGet Packages
        run: dotnet restore ${{ inputs.sln-file }} --configfile ${{ inputs.nuget-config }}
        env:
          TELERIK_NUGET_KEY: ${{ secrets and techniques.telerik-nuget-api-key }}

      - identify: Model the app
        makes use of: managedcode/MAUIAppVersion@v1
        with:
          csproj: ${{ inputs.project-file }}
          model: ${{ github.run_number }}
          displayVersion: ${{ inputs.build-version }}.${{ github.run_number }}
          printFile: true

      - identify: Construct iOS
        run: dotnet publish ${{ inputs.project-file }} -c ${{ inputs.build-config }} -f ${{ inputs.dotnet-version-target}}-ios /p:ArchiveOnBuild=true --no-restore

      - identify: Add app to TestFlight
        makes use of: apple-actions/upload-testflight-build@v1
        with:
          app-path: ${{ github.workspace }}/${{ inputs.project-folder }}/bin/${{ inputs.build-config }}/${{ inputs.dotnet-version-target}}-ios/ios-arm64/publish/*.ipa
          issuer-id: ${{ secrets and techniques.appstore-issuer }}
          api-key-id: ${{ secrets and techniques.appstore-keyid }}
          api-private-key: ${{ secrets and techniques.appstore-private-key }}

The step downloading my provisioning profiles returns this:

Run apple-actions/download-provisioning-profiles@v1
Wrote IOS_APP_STORE profile 'iOS Staff Retailer Provisioning Profile: com.myteam.myapp' to '/Customers/runner/Library/MobileDevice/Provisioning Profiles/.mobileprovision'.
Wrote IOS_APP_STORE profile 'GithubActionsMobileApp' to '/Customers/runner/Library/MobileDevice/Provisioning Profiles/.mobileprovision'.

The second profile listed is the proper profile I wish to use.

The Checklist Certificates part returns this:

Run safety find-identity -v -p codesigning
  1)  "Apple Distribution: My Staff Identify (TeamID)"
     1 legitimate identities discovered

Which is the proper signing certificates, however I nonetheless get the error.

I’ve tried specifying within the publish step with /p:CodeSignProvision= to specify which of the 2 and I get the identical error.

I’ve tried downloading my profile, base64 encoding it and manually including it to my keychain with the steered code from github actions docs.

I’ve tried extracting the Provisioning Profile UUID and passing it on to the publish command with -p:CodesignProvision=$PROFILE_UUID, however that additionally does nothing.

I’ve revoked the signing certificates and deleted the provisioning profile, and created new ones. My provisioning profile is a App Retailer Join Distribution profile, and my certificates is a Distribution kind with the identify of my Staff because the ‘Certificates Identify’. Nothing appears to have any impact.

Moxa Points Repair for Crucial Authentication Bypass Vulnerability in PT Switches

0


Mar 11, 2025Ravie LakshmananICS Safety / Vulnerability

Moxa Points Repair for Crucial Authentication Bypass Vulnerability in PT Switches

Taiwanese firm Moxa has launched a safety replace to deal with a essential safety flaw impacting its PT switches that might allow an attacker to bypass authentication ensures.

The vulnerability, tracked as CVE-2024-12297, has been assigned a CVSS v4 rating of 9.2 out of a most of 10.0.

“A number of Moxa PT switches are weak to an authentication bypass due to flaws of their authorization mechanism,” the corporate stated in an advisory launched final week.

“Regardless of client-side and back-end server verification, attackers can exploit weaknesses in its implementation. This vulnerability could allow brute-force assaults to guess legitimate credentials or MD5 collision assaults to forge authentication hashes, probably compromising the safety of the gadget.”

Cybersecurity

Profitable exploitation of the shortcoming, in different phrases, may result in an authentication bypass and permit an attacker to achieve unauthorized entry to delicate configurations or disrupt companies.

The flaw impacts the next variations –

  • PT-508 Collection (Firmware model 3.8 and earlier)
  • PT-510 Collection (Firmware model 3.8 and earlier)
  • PT-7528 Collection (Firmware model 5.0 and earlier)
  • PT-7728 Collection (Firmware model 3.9 and earlier)
  • PT-7828 Collection (Firmware model 4.0 and earlier)
  • PT-G503 Collection (Firmware model 5.3 and earlier)
  • PT-G510 Collection (Firmware model 6.5 and earlier)
  • PT-G7728 Collection (Firmware model 6.5 and earlier), and
  • PT-G7828 Collection (Firmware model 6.5 and earlier)

Patches for the vulnerability will be obtained by contacting the Moxa Technical Assist crew. The corporate credited Artem Turyshev from Moscow-based Rosatom Automated Management Methods (RASU) for reporting the vulnerability.

Exterior apply the newest fixes, corporations utilizing the affected merchandise are really useful to limit community entry utilizing firewalls or entry management lists (ACLs), implement community segmentation, decrease direct publicity to the web, implement multi-factor authentication (MFA) for accessing essential methods, allow occasion logging, and monitor community site visitors and gadget conduct for uncommon actions.

It is value noting that Moxa resolved the identical vulnerability within the Ethernet change EDS-508A Collection, operating firmware model 3.11 and earlier, again in mid-January 2025.

Cybersecurity

The event comes a little bit over two months after Moxa rolled out patches for 2 safety vulnerabilities impacting its mobile routers, safe routers, and community safety home equipment (CVE-2024-9138 and CVE-2024-9140) that might enable privilege escalation and command execution.

Final month, it additionally addressed a number of high-severity flaws affecting numerous switches (CVE-2024-7695, CVE-2024-9404, and CVE-2024-9137) that might end in a denial-of-service (DoS) assault, or command execution.

Discovered this text attention-grabbing? Comply with us on Twitter and LinkedIn to learn extra unique content material we submit.



Sustainable Waste Administration: How Companies Can Scale back Their Footprint


Waste is a part of operating a enterprise, however how that waste is managed makes all of the distinction to the surroundings. Many industries are nonetheless utilizing inefficient disposal strategies, resulting in landfills, air pollution and missed recycling alternatives. With laws tightening and shoppers selecting eco-friendly corporations, companies have a rising obligation to be smarter with waste administration.

Sustainability in waste administration is extra than simply an environmental obligation – it’s environment friendly, price saving and good for the office. By rethinking waste dealing with corporations can scale back their environmental footprint and create a extra accountable and ahead pondering enterprise.

The Environmental Affect of Poor Waste Administration

When waste isn’t managed correctly the results go manner past cluttered workspaces. Inefficient disposal contaminates soil and water, will increase greenhouse fuel emissions and depletes assets. Landfills that are already full are getting fuller as industrial waste piles up – a lot of it might have been recycled or repurposed.

Poor waste administration additionally impacts air high quality. Natural waste in landfills releases methane a potent greenhouse fuel that accelerates local weather change. Hazardous supplies if not disposed of accurately can leach dangerous chemical compounds into the surroundings and public well being.

Past environmental points companies that don’t implement accountable waste disposal strategies might face fines and reputational harm. As governments introduce stricter waste insurance policies and sustainability reporting turns into extra frequent corporations that ignore these points will fall behind.

How you can Handle Waste Sustainably

Lowering your environmental footprint begins with higher waste administration. Companies can do that by minimising waste, enhancing recycling and making disposal extra environment friendly.

Scale back Waste on the Supply

One of the best ways to handle waste is to create much less of it. Companies can do that by optimising manufacturing, decreasing extra packaging and utilizing sturdy, reusable merchandise. Easy modifications could make a huge impact, akin to sourcing provides with minimal packaging or switching to digital paperwork as an alternative of paper data.

Kind Waste Correctly

Recycling fails as a result of various kinds of waste are blended collectively, making it more durable to course of supplies. A transparent waste sorting system ensures recyclables, hazardous supplies and common waste are separated. Designating separate bins for paper, plastics, metals and natural waste can improve recycling success charges.

Spend money on Waste Administration Tools

Correct waste administration requires good insurance policies and the fitting instruments. Self-dumping hoppers make waste assortment simpler by decreasing guide dealing with, reducing the danger of spills and enhancing office security, particularly in industries that take care of heavy or cumbersome waste. By incorporating these hoppers into your day by day operations you’ll be able to enhance your waste administration and scale back pointless labor and disposal prices.

Associate with Recycling and Waste Administration Packages

Companies with out in-house recycling services can companion with third get together waste administration corporations to make sure your waste is being disposed of responsibly. Many industries profit from take-back packages the place producers reclaim used merchandise and packaging for recycling or reuse. Partnering with licensed recycling services may also help you retain waste out of landfills and adjust to environmental laws.

Actual-World Examples: Companies Lowering Waste

Many corporations have already applied waste discount methods and proved that sustainability and operational effectivity can go hand in hand. By rethinking waste administration they decreased environmental influence and value financial savings and useful resource effectivity.

One instance is Interface, a worldwide flooring producer that has made massive strides in waste discount. By way of its Mission Zero initiative they minimize landfill waste by utilizing recycled supplies of their merchandise and redesigning their manufacturing course of to reduce waste. This reduces waste and units a precedent for different corporations to undertake round financial system rules.

Unilever is one other chief in waste administration. They’ve dedicated to sending zero non-hazardous waste to landfills throughout all their international services. By re-purposing manufacturing byproducts, optimizing packaging supplies and dealing with native recycling packages Unilever has decreased their waste footprint whereas preserving manufacturing operating easily.

For companies seeking to enhance their waste administration the EPA’s information on managing and decreasing waste outlines sensible steps together with conducting waste audits, setting discount targets and enhancing recycling packages. The information highlights waste prevention methods like reusing supplies, donating surplus items and composting – all of which scale back landfill waste and decrease disposal prices and help sustainability.

Conclusion

Waste administration is greater than an environmental duty – it’s a enterprise alternative to cut back prices, enhance effectivity and meet rising sustainability expectations. By reducing waste at supply, enhancing segregation, investing in higher waste dealing with tools and dealing with recycling packages corporations can scale back their environmental influence. This helps defend pure assets and strengthen an organization’s fame as an environmental accountable enterprise.

Smarter waste administration performs an enormous half in decreasing environmental influence by waste administration in order that supplies are reused, recycled or disposed of in a manner that minimizes hurt to the planet.

Be part of us within the Cisco U. Highlight


I’m excited to announce that Cisco U. Highlight is again and brighter than ever.

All of it begins April 24, 2025, at 8:30 a.m. Pacific Time. And it’s free!

Be part of main minds in main applied sciences

Amp up your tech information with the very best and brightest business leaders as they illuminate your path to studying in key applied sciences like community modernization, safety, AI, observability, and extra.

Plus, be taught what’s attainable if you unlock the transformative energy of those disruptive applied sciences. And prepare to step up, stand out, and spark the following innovation on your group—irrespective of the place you’re within the tech panorama.

There’s one thing for everybody at Cisco U. Highlight

Whether or not you wish to simply soak within the studying or really feel the necessity to be taught by doing, you’re certain to search out what you’re searching for with the next tracks:

  • Demo jams. Bounce right into a hands-on method geared toward delivering sensible expertise as you be taught in regards to the newest traits in tech.
  • Dive into focused lecture periods centered on real-world case research that illustrate the applying of a expertise or idea to carry your expertise to the following degree.

And, when you’ll be able to’t determine, no worries, you’ll be able to at all times catch the recording for those you missed.

Up your expertise sport

Right here’s a sneak preview of your potentialities:

AI / AIOps

  • Discover ways to make the most of automated anomaly detection.
  • Uncover the ins and outs of immediate engineering.
  • Uncover what makes AI infrastructure tick.

Community Modernization

  • Department out with campus and department networking.
  • Look into the way forward for WIFI 7, 5G, and past.
  • Step into the community local weather: Cloudy with a Probability of Workloads.

Safety

  • Begin with floor zero to make sure zero belief safety.
  • Fight cyber threats with risk detection and incident response.
  • Deal with prevention with cybersecurity and moral hacking.

Observability and Analytics

  • Get exponential imaginative and prescient with Cisco ThousandEyes for web and cloud visibility.
  • Be prepared for actionable insights with the Cisco Meraki Dashboard.
  • Improve your group’s resilience with Splunk.

Get illuminated, get impressed, and thrive in tech

Mark your calendar and be a part of us on April 24, 2025. It’s all free! Register now for the Cisco U. Highlight—it’s the place you’re meant to be! Sun shades optionally available. 😎

Join Cisco U. | Be part of the  Cisco Studying Community as we speak free of charge.

Observe Cisco Studying & Certifications

X | Threads | Fb | LinkedIn | Instagram | YouTube

Use  #CiscoU and #CiscoCert to hitch the dialog.

 

Adaptability: The Should-Have Ability for Community Engineers within the AI Period

Share: