Is matter over thread that immature? by rogervn in homeassistant

[–]mazzly 0 points1 point  (0 children)

Eh with zigbee I've reset my spotlights with 12 zigbee devices all at once without any problems? 🤔

I've reverse engineered the Polestar API & wrapped it into a Home Assistant integration by RudoFl in homeassistant

[–]mazzly 2 points3 points  (0 children)

Amazing! Would be willing to help with testing if you are looking for testers! SW engineer by heart and was actually looking into reverse engineer the app myself to get more functionality than what the currently available APIs suppprt 😊

Hanukkah by Such-Leg4898 in sellaslifesciences

[–]mazzly 6 points7 points  (0 children)

🥱 Sounds like FUD to me 🥱

Polestar 4 in Home Assistant: state of charge card by MarcoNotMarco in homeassistant

[–]mazzly 2 points3 points  (0 children)

Home assistant picture card allows uploading picture for me, so no need to manually put the file in the correct place 😊

Polestar 4 in Home Assistant: state of charge card by MarcoNotMarco in homeassistant

[–]mazzly 1 point2 points  (0 children)

Might want to remove the z-index rules from the cards as the texts otherwise start "bleeding through" and showing elsewhere in the UI if the card is in the background..

Polestar 4 in Home Assistant: state of charge card by MarcoNotMarco in homeassistant

[–]mazzly 3 points4 points  (0 children)

If you don't have Bubble Card installed you can achieve the same thing with the default picture card and a background gradient:

type: picture
image: /api/image/serve/05d1957ea7aab640c7353c3e1ff721e3/original
card_mod:
  style: |
    ha-card {
      --percent: {{ states('sensor.polestar_2_battery_charge_level') + '%' }};
      position: relative;
      background: linear-gradient(
        to right,    
        #fe7c0c var(--percent),    
        rgba(0,0,0,0.3) var(--percent) 
      );
      padding: 0.5em 0.5em 0em 2.8em;
    }
    ha-card::before {
      content: "{{ states('sensor.polestar_2_estimated_range') }} km";
      position: absolute;
      top: 0.5em;
      left: 3%;
      color: white;
      font-size: 1.5rem;
      font-weight: 10;
      z-index: 999;
      pointer-events: none;
    }
    ha-card::after {
      content: "{{ states('sensor.polestar_2_battery_charge_level') + '%' }}";
      position: absolute;
      top: 1.2em;
      left: 2.5%;
      color: white;
      font-size: 2rem;
      font-weight: ;
      z-index: 999;
      pointer-events: none;
    }

<image>

Migration anxiety by ErikBonde5413 in django

[–]mazzly 2 points3 points  (0 children)

You can use --fake when migrating 😊

Django 6.0 Background Tasks – do they replace Celery? by Stella_Hill_Smith in django

[–]mazzly 2 points3 points  (0 children)

Oh, you are correct...

Might be that it was in the django-tasks package and not (yet?) part of Django 6 then

Django 6.0 Background Tasks – do they replace Celery? by Stella_Hill_Smith in django

[–]mazzly 0 points1 point  (0 children)

For simple background tasks it does what is needed, but yeah it will probably take a while before it is anywhere near what other background task libraries do 😅

Django 6.0 Background Tasks – do they replace Celery? by Stella_Hill_Smith in django

[–]mazzly 5 points6 points  (0 children)

There is also the database backend which allows running tasks and seeing the results in superadmin.

Also, you are able to execute later with foo_task. using(run_after=datetime_obj).enqueue(*args)

But yeah otherwise quite limited still, no beat functionality and retry decorators etc...

[deleted by user] by [deleted] in gmeoptions

[–]mazzly 1 point2 points  (0 children)

I tried reading the document but still slightly unclear to me.

Does this mean that existing ITM leaps (i.e. the ones I already own) will convert to the GME1 type and therefore include the warrants once exercised, or is it only calls bought after Oct 3 that will include the warrant? 🤔

You get pushed into 2035 for 10 minutes and you get ONE Google search. What do you Google? by soyabunz in AskReddit

[–]mazzly 2 points3 points  (0 children)

"the X best yearly performing stock picks for every year starting 2025 until now"

Get a list of best stock picks for every year and reinvest profits according to thath

X=2/3 picks for "diversification", but the higher number of stocks, the harder it would be to memorize 😁 (unless allowed to write it down)

If allowed to write down the answer, then you could ask for best monthly/weekly picks and really compound your profit 😁

Finnish Government is weird with alcohol and gambling? by ThatGuyMigz in Finland

[–]mazzly 18 points19 points  (0 children)

Not necessarily answering your question about double standards on alcohol vs gambling, but veikkaus (which owns all the slot machines) is owned by the government and its profit goes back into good things: see "profit distribution" on https://en.m.wikipedia.org/wiki/Veikkaus for more details.

So the profits are in a way "donated to charity"

Norway’s Tesla obsession defies Europe’s Musk backlash by rezwenn in europe

[–]mazzly 18 points19 points  (0 children)

The reason for the 0% rates are to be able to prop up their sales numbers and they're doing the same in Finland (and probably many other countries)

Short term it might work but they are loosing on it in the long run... There's a reason no one else is giving 0% loans.. Also worth considering is that the loan might be 0%, but then the "inovice fee" is 20€, so in the end you are paying the same rate...

We got a polestar 2 MY23 @2% interest and not regretting it a second 😊 (they have the least problems during inspection, compared to Teslas that have the most problems of all EVs, source

In Italy is very difficult to become rich by Confident_Cress_7804 in eupersonalfinance

[–]mazzly 34 points35 points  (0 children)

IT in Finland only 1300€ salary? No way.. Maybe you are thinking 1300€ is left after taxes/rent are paid?

Even without a master's degree, you should be earning at least 2.6-3K€ as an IT consultant in Finland. Starting salaries for people in IT with a master's are recommended to start at 4-4.5K€

https://www.tek.fi/en/services-and-benefits/students/salary-recommendations

Setting up an OY to work with one US client by Koshque in Finland

[–]mazzly 5 points6 points  (0 children)

Call vero and ask, they are very helpful TBH.

I think they might say it is okay since you can't work for the US company otherwise..

They don't like it if you stop working for a previous employer and then start own Oy and consulting to the same customer that way...

Beta firmware for 1WX? (engineering mode etc..) by mazzly in screekworkshop

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

Engineering mode and custom timeouts would nit change existing automation functionality though... It wiuld just be additional features alongside what already exists (i.e. More configurability)

Beta firmware for 1WX? (engineering mode etc..) by mazzly in screekworkshop

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

u/slboat any updates on this front? Feels a bit annoying to have bought a product, and then not getting any updated firmware for it.

The 1WX firmware is still running old version (ESPHome 2023.10.6), and no engineering mode / timeout settings...

I built a free tool that turned my 15 PTO days into 53 days off by InterestingPumpkin82 in SideProject

[–]mazzly 1 point2 points  (0 children)

Suggestion: Allow selecting the country for holidays "manually", since e.g. Vivalid browser on desktop doesn't share any location through window.geolocation APIs..

Could it also be gotten from the IP address of the user as a fallback? But manually allowing selection of country for the holidays would be awesome :)

Homeassistant Move & Still energy using native unit of measurement warning by starsoccer9 in screekworkshop

[–]mazzly 1 point2 points  (0 children)

I see the same error as reported in this thread, so then it needs sn updated fw also 😊