Replies: 5 comments 2 replies
-
there isnt a way at the moment. |
Beta Was this translation helpful? Give feedback.
-
On my inverter command is: |
Beta Was this translation helpful? Give feedback.
-
Bash script adapt for your needs #bash
getdate=DAT$(date '+%Y%m%d%H%M%S')
echo "$getdate"
echo executing
echo mpp-solar -p /dev/hidraw2 -o screen -c "$getdate"
mpp-solar -p /dev/hidraw2 -o screen -c "$getdate" |
Beta Was this translation helpful? Give feedback.
-
It was in at least one version. Currently broken again as I'm working on
which approach to take for outputs.
Ie hassd_mqtt is just sending via mqtt but has a different message format,
so I'm working on splitting the format of the message and the sending
mechanism. Sounds easy but there's still a lot of overlap and last attempt
I tied myself in knots
…On Tue, 28 Feb 2023, 3:25 pm Roy Salisbury, ***@***.***> wrote:
I saw this mentioned in another discussion so figured I would check it out
(yes, I am aware its not ready for prime time).
Anyway, I ran it using the sample yaml file and can understand the
direction your going. Is the hassd_mqtt output provider working yet? I can
get screen, but none of the others (module not found).
—
Reply to this email directly, view it on GitHub
<#264 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNQOCSPD6KJRI7WSE5LWZVOZTANCNFSM6AAAAAAQ7BDULU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
ok.. I'll keep an eye out for updates. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm using the MPI 5K and IOBroker to monitor it. So I'm looking for an option to put the date variable into the config in order to get kW per day displayed in the monitoring. So far I tried the following in the mppsolar.conf file:
#command=ED20221006
command=ED%(date +"%Y%m%d")
But It does not work. Any hints?
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions