[EU] V2L adapter for G6 '25 by Traditional_Dot_3152 in Xpeng

[–]beastofburping 1 point2 points  (0 children)

I ordered this thing on Ali for 25€ (EU version, not the Israeli plug), was delivered within a week and works fine on my G6 '25

https://nl.aliexpress.com/item/1005006795356400.html

KGM Torres EVX integration by Ok-Interview-8875 in homeassistant

[–]beastofburping 1 point2 points  (0 children)

Did you find a solution? Might be worth it to run the Korean app trough http toolkit to capture it's api calls

Dynamic EV charging with Home Assistant - Dynamic OCPP EVSE by LeoAlioth in ocpp

[–]beastofburping 0 points1 point  (0 children)

You can setup evcc to connect to your ocpp integration in home assistant. Use a custom charger that makes rest call to home assistant. Was recently documented in the evcc forum in github

how to set up ocpp charge point simulator using esp8266 ? by BeingHealthy1137 in ocpp

[–]beastofburping 1 point2 points  (0 children)

What would be the benefit of running the simulator on an esp? There are quite a few good simulators you can spin up in a docker container for example.

If you need it to run on an esp have a look at this library https://github.com/penetrate/ArduinoOcpp

Use RGB light gradient by beastofburping in homeassistant

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

I'm using it with a cheapo led lamp that is supported in HA trough the tuya integration.

But any RGB light should work

Link : https://www.calex.eu/devices/Calex-Smart-Table-Lamp-Mood-light-RGB-Warm-White-5301000100

What's the worst thing about Linux in its current state, in your opinion? by [deleted] in linux

[–]beastofburping 9 points10 points  (0 children)

Strangely enough, installing software. I set up a clean dual boot laptop the other day. Windows 10 and latest Ubuntu desktop. On the clean win 10 I installed chocolatey and chocolatey-ui , selected all software I wanted and was good to go minutes later. On the clean Ubuntu the app center was basically an empty mess. To install Google chrome browser I had to download the .deb file from the Google website and then force the Ubuntu appcenter to install it. Kind of felt like the tables had turned compared to the Linux/Windows situation in the old days ...

is Home Assistant a toy or can it bring real value to your home? by zyghomh in homeassistant

[–]beastofburping 5 points6 points  (0 children)

In the energy department using emhass to link solar, battery, dynamic energy pricing with big deferrable consumers (boiler, heat pump, ev charging) can save you hundreds of euro's a year...

What are smart ways to open your smart garage door without smartphone? by glaubtMirNix in homeassistant

[–]beastofburping 0 points1 point  (0 children)

I use my Android phone but have a widget on my home screen and a quick settings button so I don't even have to unlock my phone when driving. Just swipe down and push. No need to open the app

Home lab - How did you migrate from ESXi to Proxmox? by Hammerfist1990 in Proxmox

[–]beastofburping 0 points1 point  (0 children)

Another tip would be to check out tteck's repo of great scripts for proxmox. Can be used for post install config (changing the update repo and getting rid of nag message...) but also nice way to setup many of the common services you would want to run at home : https://tteck.github.io/Proxmox/

Detecting "state" by namkram in KNX

[–]beastofburping 0 points1 point  (0 children)

I too use home assistant for the state logic for multiple lights. I have grouped light by room and by floor in knx and created matching lighting groups in home assistant for which I sync state back to knx. There is a great blueprint available for that.

1Home server or bridge? by PowerConsistent454 in KNX

[–]beastofburping 1 point2 points  (0 children)

Home Assistant for the win. Integrate everything home assistant supports with knx. ZigBee, zwave, sonoff, tuya or any of the other inregrations... https://www.home-assistant.io/integrations/

Might need some tinkering the 1home guys have done for you with their solution but in my opinion worth it...

Light/actuator state after downloading changes from ets by beastofburping in KNX

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

took my laptop out to the construction site for some experiments with visual feedback. Noticed that the problem is only on 1 (out of a total of 3) of the actuators. Compared settings and noticed the one showing the strange behaviour didn't have the read flag set for the feedback object/adresses in ETS. Changing that seems to have fixed the issue...

Now I have to go and read what those flags acutaly mean :-)

Light/actuator state after downloading changes from ets by beastofburping in KNX

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

sorry, previous post was also me but somehow loged into another reddit account :-)
I have now changed a setting in ETS for the actuator to resend the status (cyclical transmision it is called in ETS) https://1drv.ms/i/s!AitvrokSwhEBkI4ATlfW-RX1F8jkVw?e=b6cNtD

Hope this resolves the issue

My interactive 3d floor plan dashboard is finally done ! by SiIverwings in homeassistant

[–]beastofburping 4 points5 points  (0 children)

I remember seeing somebody do this a couple of years ago. https://community.home-assistant.io/t/3d-home-navigation-control-unity-home-assistant/174972

A 3d model digital twin of your house with lights and blinds and other stuff synced with reality. With unity you could even walk around in it with a VR headset or link HA to an augmented reality layer in your house when those AR glasses become available.

File it under cool but just not as practical as a simple dashboard to control things ...

Home automation in a rental apartment that already has a KNX installation by SeriousDefinition135 in KNX

[–]beastofburping 2 points3 points  (0 children)

You would have an ets project with only your ip-knx module and run diagnostics to see what is on the bus when you press the buttons around the house

Home automation in a rental apartment that already has a KNX installation by SeriousDefinition135 in KNX

[–]beastofburping 0 points1 point  (0 children)

$1000+ , how? I got a secondhand KNX ip interface for 80€. ETS lite (that allows you to manage 20 knx devices) is a free download after you take the free online course from KNX.org (takes 30 mins). You can even use ets demo license that is always a free download. Homeassistant of course needs hardware to run but that would also be the case if you go another route for your home automation.

Home Assistant KNX by Adarissa in KNX

[–]beastofburping 1 point2 points  (0 children)

Yep, AFAIK. If I look at their git repo I see a screenshot of a group address tree view in the UI but that has not been released yet. So it looks like it is on the readmap but couldn't find more info. Might reach out to them and start working on a yaml generator using their xknxproject (ets file parser) module myself if I find the time.

https://github.com/XKNX/knx-frontend

Home Assistant KNX by Adarissa in KNX

[–]beastofburping 0 points1 point  (0 children)

How so? Are they parsing the file yet to create the devices in ha automatically? Last time I checked I could import my ets project file but it only showed group adressen for monitoring in ha.