Search found 6 matches

by dime
Saturday 13 December 2025 17:35
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 315
Views: 53512

Re: Energy Dashboard (Build in)


The energy dashboard calculates the power consumption of the house based on the values from grid (P1), solar and battery devices.


Thank you for your response waltervl!

Nevertheless, I still cannot balance the calculation in Eboard. Eboard seems to take the delivery to the grid from P1 as its ...
by dime
Saturday 13 December 2025 14:21
Forum: Show your projects
Topic: Energy Dashboard (Build in)
Replies: 315
Views: 53512

Re: Energy Dashboard (Build in)


I like the introduction of an energy board!
I have the solaredge modbustcp installed.

Only my total solar production I have calculated from the inverter + battery:

solar = inverter + to_battery

home = solar - (export - import) - to_battery

When I fill the values in the settings sheet the ...
by dime
Sunday 25 September 2022 19:31
Forum: Z-Wave
Topic: ZwaveJS2MQTT already deprecated?
Replies: 5
Views: 988

Re: ZwaveJS2MQTT already deprecated?

Great, I already saw zwave-js-ui on github but didn't know it was the same.
Very well thanks for your response!
by dime
Sunday 25 September 2022 18:08
Forum: Z-Wave
Topic: ZwaveJS2MQTT already deprecated?
Replies: 5
Views: 988

ZwaveJS2MQTT already deprecated?

While I've never had major problems with OZW, I imagine that if you do, you'll want to figure out possible other alternatives. But I was surprised to see that since 2022.1 OZW is deprecated, things apparently escalate quickly.
So I waited a long time to update to ZwaveJS2MQTT, hoping that most of ...
by dime
Friday 06 November 2020 23:55
Forum: Python
Topic: Controlling EvoHome with Python
Replies: 1
Views: 430

Re: Controlling EvoHome with Python

Bump :?:
by dime
Sunday 01 November 2020 17:56
Forum: Python
Topic: Controlling EvoHome with Python
Replies: 1
Views: 430

Controlling EvoHome with Python

To check whether the operating mode of EvoHome (EvoTouch) is still "Heating Off" during summer, I read the current setting with
DE.Devices["EvoTouch"].n_value
If not 5 (=Heating Off) I want to set the mode to 5.
That's not possible by setting n_value, I noticed, but I guess has to be done with ...