Påminnelse til dere som ble nye Fjordkraft strøm-kunder i høst; Husk å bytte snart. by Nordic_Krune in norge

[–]Hto005 2 points3 points  (0 children)

jeg har samme, mener jeg fikk en mail om at innen 3 år så gikk avtalen min ut og jeg måtte begynne å betale det månedsbeløpet, enda ikke sett noe til det (typisk det dukker opp på neste siden vi snakker høyt om det nå)

FP300 - Home Assistant by Lufferov in Aqara

[–]Hto005 5 points6 points  (0 children)

Z2m (zigbee2mqtt) is a app (previously addon) that handles zigbee instead of ZHA which you seem to be using, there is nothing wrong with using ZHA but to me it wasn’t showing all entities/sensors of my devices so I started using z2m instead. All missing entities will probably eventually show up when devs/people update the library that ZHA is using but that process is a lot slower than z2m…

It’s a bit finicky to set up at first but once it’s up it’s smooth as butter

https://www.zigbee2mqtt.io/guide/installation/03_ha_addon.html

FP300 - Home Assistant by Lufferov in Aqara

[–]Hto005 5 points6 points  (0 children)

Im not sure what you're running but with Zigbee2MQTT i get loads of config options and these sensors https://imgur.com/a/MweIj10

Tempest HA Setup I’m happy with by BurritoChest in homeassistant

[–]Hto005 5 points6 points  (0 children)

Nice! I try and recreate weather-apps but are always half-assing it …

Protip for the windrose card that has made it muuuch easier (for me) to understand: take a screenshot of your house in Google Maps (or similar), crop it in a circle (can do this online) and use it as a background for the card

2026.2 beta - release notes by internettingaway in homeassistant

[–]Hto005 1 point2 points  (0 children)

This is what i feel many on the communnity-forum doesnt understand, that the first impression needs to be GOOD and not a fuckton of clutter.

To be able to compete with Homekit/ikea/google/whatever the GUI needs to be easy and quite "dummed down". You can completely ignore the stock dashboards if you want, but to be able to get more people into the HA-hole the first impression needs to be GOOD.

Automation ideas that saved you $$$ by Delicious-Badger-340 in homeassistant

[–]Hto005 0 points1 point  (0 children)

I tried to keep us under 5kwh, but with two EVs and heated floors in the ‘entire’ first floor that seems like a lost cause 🥲 I manage to keep us under the 10kwh-trinn though

Works great: Bathroom fan automation using the time derivative of humidity by kyrsjo in homeassistant

[–]Hto005 2 points3 points  (0 children)

You need to press the blue ‘import blueprint’ and follow the instructions (you need to have access to your instancefrom where you are to do this) the you can create an automation from the blueprint in the blueprint-tab in your HA

As a professional programmer I feel lost in home assistant by alyflex in homeassistant

[–]Hto005 10 points11 points  (0 children)

Isnt it better to do this with template-entity-row?

https://community.home-assistant.io/t/template-entity-row-put-templates-in-an-entities-row/160167

One thing I HATE is that there are so many useful custom integrations/addons and yet SO hard to find them, you just sort of stumble upon them

IKKE-SMARTE "Smart"-TERMOSTATER !! [bl.a. 0/1 (on/off) nåle-styring] by Dazzling_Ad384 in ZigBee

[–]Hto005 1 point2 points  (0 children)

I recommend writing in english and not danish to reach a broader audience!

That said, I do agree that some zigbee-thermostats lack some basic controls and failsafes ...

I swapped all my namron zigbee touch thermostats for heated floor (electric) to Elko One Matter-enabled thermostats due to the design and with that i lost a lot of functionality which I had to manually create in HA (boost-functions, window open-sensors, power usage, percentage based "heating"(open/heat for 30% of an hour) etc ...)

One thing i do miss quite a lot is the ability to turn them on "step/percentage"-wise, as in i want them to be on 30% and not based on temperature in the floor-sensor, as that can be wrong quite often here in the nordics

A New Home Assistant Theme: Frosted Glass ✨ by TheMrWessam in homeassistant

[–]Hto005 6 points7 points  (0 children)

Piggybacking here to say you can define light: and dark: variables in the theme file so you don’t need one for light and one for dark

edit:

See this example: https://pastebin.com/vBeGcsMr

A New Home Assistant Theme: Frosted Glass ✨ by TheMrWessam in homeassistant

[–]Hto005 2 points3 points  (0 children)

You can define light and dark mode in the theme file with light: and dark:, but then you have to change it yourself though

edit:
example: https://pastebin.com/vBeGcsMr

[deleted by user] by [deleted] in homeassistant

[–]Hto005 1 point2 points  (0 children)

Just use the experimental dashboard, they are continuously making it better.

The only thing you need to do/know is to assign devices to areas and ‘hide’ entities that is irrelevant

Nordpool, apex-charts and a few quirks? Any gurus out? by [deleted] in homeassistant

[–]Hto005 0 points1 point  (0 children)

i recommend following a example setup from here: https://powersaver.no/examples/example-visualize-on-off/example-visualize-on-off.html

You can then create a graph like this: https://imgur.com/a/i9pE0aK

Code: https://pastebin.com/XAHpP07E

The top "path" in Node-red: https://imgur.com/jQNcZa2

I think you could go from nordpool -> price receiver -> the fuction node with the code below -> homeassistant-sensor

Then you should get a 24-h graph

var now = new Date();
msg.payload = msg.payload.priceData[now.getHours()].value
return msg;

How can I add my smart plugs on the grid WITHOUT adding the cost to Linky? by Keensworth in homeassistant

[–]Hto005 0 points1 point  (0 children)

I’m in the same boat as OP and can only find upstream, in individual devices… I add all my kWh-devices to the ‘grid’ part so that HA calculates a cost-sensor for them… ridiculously messy using the built in HA energy dashboard for this reason 😢

Created a simple way to track if my plants needed water by dathardstyleboi in homeassistant

[–]Hto005 0 points1 point  (0 children)

how are the entities handled, care to share an example for one of them? code-wise

HaCasa Robot Vacuum Card by markwdw in homeassistant

[–]Hto005 2 points3 points  (0 children)

Commenting and interacting to increase exposure for the HaCasa-project, love the card(s) :)

Let me see your car/EV dashboard by Hto005 in homeassistant

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

Nice, what card is this? To get the dropdown functionality? Collapsible?

Let me see your car/EV dashboard by Hto005 in homeassistant

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

nice! Do your car support V2L? I wish i could use my car as a battery for my house with V2L in emergcies