Replies: 8 comments 7 replies
-
is 'pvRemaining' also a TimeStamp (seconds remaining?) - I could not check this myself here locally (at least not now)... |
Beta Was this translation helpful? Give feedback.
-
yes, there are seconds remaining (timeout) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I can do it, but it's not completely finished yet |
Beta Was this translation helpful? Give feedback.
-
The first version of my cards you ca find on my git repository |
Beta Was this translation helpful? Give feedback.
-
Hi, Would it be possible to send 'pvRemaining' as a raw value in Seconds, instead of a timestamp '0001-01-01T00:00:00Z', similar to 'Ladedauer' and 'Laderestzeit'? Background: To achieve a countdown display like: Thank You |
Beta Was this translation helpful? Give feedback.
-
Hi,
in init.py:
Can the update interval be adjusted in any way? Currently, it is around 30 seconds. Best regards |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm generally open to anything, and thank you for your work.
Ultimately, anything can be done, with a little imagination. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
could you please include the following signals as sensors for visualizing PV activity:
"pvAction": "disable"
"pvRemaining": 107
"disableDelay": 180
The "pvAction" signal changes based on PV activity as follows:
"aktiv" → Sufficient PV power available
"disable" → Insufficient PV power, activating the timeout
"inactiv" → No PV power available even after the timeout
The "disableDelay" signal indicates the set timeout duration.
thank you
Beta Was this translation helpful? Give feedback.
All reactions