Ryan McLean
Ryan McLean
With wicher508i HDMI cable is a tight fit, I've ordered some right angle adaptors to see if that helps.
Any update on this as I'm trying to make a hybrid operator and it's non-obvious. e.g. ``` # Create the go modules file go mod init example.com/m/v2 # Create the...
So a bit more playing results in ``` go mod init example.com/m/v2 # Create the initial operator - API operator-sdk init --plugins=hybrid.helm.sdk.operatorframework.io --domain=example.com echo "multigroup: true" >> ./PROJECT # Create...
Issue seems to be in the imports in `main.go` it's looking in `/api` but it's creating everything in `/apis` it's caused by multigroup. setting all the components to single group...
Though now i see ``` make build make: *** No rule to make target `build'. Stop. ``` ``` operator-sdk version operator-sdk version: "v1.32.0", commit: "4dcbbe343b29d325fd8a14cc60366335298b40a3", kubernetes version: "v1.26.0", go version:...
I'd not got as far as that yet but it's on my todo list too, but i'd noticed the same thing.. I cant seem to find a working link to...
@silverrick88 I've just set this up. ```yaml alias: Charge Battery From Grid mode: single trigger: # Trigger when i change to Offpeak tariff - platform: state. entity_id: - select.household_energy_daily to:...
If you look in `integrations` then click on the solaredge `entities` then in the search box search for `input` and `select`
I changed the above ones to this as previously the remote command was timing out and because my default was max usage i was then draining offpeak and having to...
I started to use: https://github.com/WillCodeForCats/solaredge-modbus-multi instead as it did everything i wanted and didnt block the TCP connection to the modbus as it polls instead of holding the connection.