- Platform information:
- Hardware: RasPi 4
- OS: openhabian/Raspbian GNU/Linux 11 (bullseye)
- Java Runtime Environment: openjdk version “17.0.13” 2024-10-15
- openHAB version: 4.3.2
- Issue of the topic: I am trying to set up an OpenHAB rule in the Basic UI for the Fronius Thing (Fronius Symo Inverter) with Action
configuration: {}
triggers:
- id: "1"
configuration:
time: 12:00
type: timer.TimeOfDayTrigger
conditions: []
actions:
- inputs: {}
id: "2"
configuration:
config: fronius:powerinverter:a44e790ce4:56a19ec0ea
power: 10000
type: fronius.forceBatteryCharging#dd9512411eb0cd9c13c19b252f61bad6
‘Force Battery Charging’. The following error is being displayed:
*
INVALID_RULE
Validation of rule 6c2a0faa2f has failed! Required input “power” of the condition “2” not connected.
How can I solve this Invalid_Rule. The ‘Reset’ Action works fine.
Thanks