-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[evcc] Fix capacity and vehicleName channels, Add current Vehicle/HeatingDevice per Loadpoint #16428
Conversation
implemented currentVehicle / currentHeating per loadpoint (enhancement) fixed update of channeld vehicleTitle (bugfix) Signed-off-by: Michael Weger <weger.michael@gmx.net>
In addition I found a channelGroupTypeRegistry as well as channelGroupTypeRegistry. It should be possible to generate dynamic |
Examples are available in #14954 As this PR includes 2 bug-fixes, I would propose to get this PR merged as soon as possible and #14954 can be implemented as enhancement in another PR. |
As a channel is moved, i would expect that a thing upgrade instruction or update notice is needed. |
This should already be covered by openhab/openhab-distro#1634 |
Signed-off-by: Michael Weger <weger.michael@gmx.net>
…ical name clash) Signed-off-by: Michael Weger <weger.michael@gmx.net>
bundles/org.openhab.binding.evcc/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Michael Weger <weger.michael@gmx.net>
Signed-off-by: Michael Weger <weger.michael@gmx.net>
It would be great if we could complete the review and bring this one into openHAB 4.2. would combine two breaking changes into a single release ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… channels for current Vehicle/HeatingDevice per Loadpoint (openhab#16428) * removed loadpoint/vehicleCapacity, added vehicle/capacity (bugfix) implemented currentVehicle / currentHeating per loadpoint (enhancement) fixed update of channeld vehicleTitle (bugfix) Signed-off-by: Michael Weger <weger.michael@gmx.net> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
… channels for current Vehicle/HeatingDevice per Loadpoint (openhab#16428) * removed loadpoint/vehicleCapacity, added vehicle/capacity (bugfix) implemented currentVehicle / currentHeating per loadpoint (enhancement) fixed update of channeld vehicleTitle (bugfix) Signed-off-by: Michael Weger <weger.michael@gmx.net> (cherry picked from commit b423933)
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
… channels for current Vehicle/HeatingDevice per Loadpoint (openhab#16428) * removed loadpoint/vehicleCapacity, added vehicle/capacity (bugfix) implemented currentVehicle / currentHeating per loadpoint (enhancement) fixed update of channeld vehicleTitle (bugfix) Signed-off-by: Michael Weger <weger.michael@gmx.net>
vehicleName
const vehicleTitle = items.getItem("evcc" + items.evccLoadpoint0_VehicleName.state + "_VehicleTitle").state;
const vehicleTitle = items.evccLoadpoint0CurrentVehicle_VehicleTitle.state;