@BKeyport Sorry, to one I’m the documentation is the correct one.
Great to hear it is working.
These users contributed to the project by giving a donation: http://magicmirror.builders/donate
@BKeyport Sorry, to one I’m the documentation is the correct one.
Great to hear it is working.
@sdetweil
Hi Sam,
you are right. But i do not want the content to be fixed as some users want the content to be recreated after the configured interval.
I just released a new version 0.0.8 of the module which introduces a updateDomOnShow
option. If the option is set to false
the module uses the old html elements after a resume. Maybe this fixes the issue.
@sdetweil Hi, the module calls the updateDom function every time it gets resumed in the current implementation.
I am not sure if I can implemt a block option to skip the update dom but reset the timer for the regular updates.
@langejos I am assuming you ran wlr-randr
prior to creating the scripts to obtain your mirrors current display settings and then using that as input in the mon.sh?
@captsi HDMI-A-2 is probably because you plugged into 2. Glad it helped you though.
@lxne said in new compositor on wayland:
I switched to labwc on my pi4 (an existing MM installation) and now always when the screen turns on, after it turned off (MMM-Pir), the task bar is visible and MM is only maximized but not in full screen mode anymore.
With another monitor I do not have this issue. When I switch back to my normal monitor the problem persists. It is somehow hardware dependent.
Just FYI, I declare(d) more parameters than really necessary and actually used, in order to allow for more counters to display.
For example a gauge for each panel; more details on the energy production of each panel; etc.
I will make a remark about this in the code.
First of all, those are details I need to have a look at now that the basis is there.
Perhaps there are other values and queries that make sense and that I can use. Like dtu_power and dtu_daily_energy.
Also saving some data to not have counters showing 0 when the invertor is inactive needs to be implemented.
During testing I found out that the pv_data for port 1 and 2 were different sometimes and that is why I needed to add those checks.
And they can never hurt. Better to be safe than sorry.
Furthermore, when you have only 1 panel connected, it is needed anyway.
Christian,
This is on the TODO list:
change pv_data to dtu date for combined output of inverter
But I do not really understand what you mean by it.
Do you mean combined output of 2 panels iso just 1 ?
Please elaborate.
E.J.
Hi there,
I made some major changes to the code and hopefully did all the GitHub stuff correct in order to allow persons interested to give it a (new) try.
https://github.com/schris88/MMM-Hoymiles-Wifi
There is still a lot to do (see ‘TODO’ in the README file), but I think the basis provided by Christian (@schris88) has been strengthened.
Best regards,
E.J.