-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: register device as a "ac load" #52
Comments
as far as i see you only have to register "com.victronenergy.acload" at line 617 right ? |
Thank you for owing us a video, I have great help with @dsteinkopf. There is no acload in dbus specification only genset or grid: https://github.com/victronenergy/venus/wiki/dbus#grid-and-genset-meter I was unable to create one last time, it would also help with request #50 Will give it another try |
we are working on it for |
Its working for me now. Just changed line 617 to acload and i get: Setting it in config.ini would be very nice. |
@stxShadow |
The idea is to change only in settings.ini, we just need some time to make it flexible and properly software engineered. @stundenblume can you share your working mqtt settings? if they are different then the ones you shared from the wiki, we will base it on these working examples. |
https://github.com/henne49/dbus-opendtu/tree/template-gridmeter%2C-acload is the testing branch working now for acload and pvinverter from config.ini. grid, needs some more work |
The driver will create a dbus-grid-service (is that the correct designation?) and will publish the device-id created from the victron system. Is that the information you need? |
|
yes that would be helpful for whole grid |
From dbus-mqtt drivers services.yml:
|
I added it to the file last year, since than the documentation of the grid service changed (less information). |
I will test gridmeter tomorrow. |
Gridmeter will be a bit more difficult as we currently assume, that every device uses only one phase (L1, L2 or L3). Gridmeter should supply all 3 phases. |
...but as I am also using a Grid meter (https://github.com/dsteinkopf/venus.dbus-MqttToGridMeter/), I think it could be a good idea to be integrated here... and I am already thinking about this idea. |
With |
The "grid" service is not running. http://192.168.123.105/cm?cmnd=STATUS+8
config.ini:
|
also with this config.ini (NumberOfTemplates=2) it isn't created:
|
I got:
after
It's always very low seconds.
|
We need the see the logs. Try If that does not show the logs, try this:
...and send us the output. I assume that for gridmeter, is necessary to send some different "initializing values" (lines 126 ff.). My working grid meter script (https://github.com/dsteinkopf/venus.dbus-MqttToGridMeter/blob/master/MQTTtoGridMeter.py) does send some different values (lines 127ff there) which I never understood and only got it working bases on trial and error. Are you able to do some experiments and find working values? Then we could implement some config.ini-entries which make the script send these entries... just and idea... |
@henne49 I suggest finishing THIS issue (acload - configurable servicename) now and try to get grid to work in a different issue. |
100% can you review and let me know, when to merge? |
@stxShadow please reopen or create a new issue if your request is not (completely) fulfilled. |
Hi !
you've integrated tasmota from my last feature request. Thanks a again and i owe you a video.
I've just integrated a split air-con unit to my house and would like to use the tasmota not as a pvinverter but as a "ac load" meter.
Do you think that is easy to implement (and worth to implement) ? I was not able to find anything like this on github.
Thanks a lot
Jens
The text was updated successfully, but these errors were encountered: