Dominic
Dominic
Really annoying. At still MacOS 12.3.1 with latest nextcloud server/client
You may want to checkout my approach https://github.com/redhell/steve/tree/REST_Branch
@Safari94 Maybe it is related to the connector outlet. I assume you want to start a charging session on charger with multiple outlets. I wrote the code with a charging...
@Safari94 As far as I can remember the remoteStoptransaction stops the last active transaction. You'll get the conflict if no active transaction is stored ( if (transactionIDs.size() > 0)). In...
It was only implemented for OCPP 1.6 Endpoints
@TechOverflow I'm implementing a simple API for my thesis in university. It contains: - Starting/stopping remote sessions - charging data - adding/removing ocpp tags I will publish this after the...
This should be a thermostat item. So you need the current temperature and the target temperature. (See https://github.com/redhell/homebridge-openHAB/blob/master/items/ThermostatItem.js ,does not work at the moment). @tommasomarchionni It would be cool to...
Actually this does not work at the moment. There are more things to get a working thermostat. I think you need multiple inputs like current temperature and the whished temperature....