Hoping one of you home assistant gurus here can help me walk the right path. Sorry for the noobish questions.
So I bought a ODROID N2+
It is running Hass OS. And before I say more I’m guessing that is the issue? Or perhaps my assumptions below are wrong but if someone can help point me down the right path GREATLY appreciated. Been at learning this for 2 days and thinking I have to start over.
I have a carrier infinity with touch. (SYSTXCCITC01-B)
I didn’t realize when I got Home Assistant anything about Carrier not having a true open API, existing addon out of the box, etc. but found these threads and started reading.
It seems what MizterB did would be a good fit. I installed HACS successfully and then what he created here:
I obviously didn’t read enough as then I realized that actually needs infinitude installed to do anything.
This is where I think I have an issue? I’m completely new to docker, containers, portainer, etc. etc.
I realize now being on Hass OS I can’t use those things like someone who just has Hass OS in its own container and is running off of Linux.
I saw the suggestion to use a prebuilt docker in the infinitude instructions.
So I went here:
https://hub.docker.com/r/nebulous/infinitude
and ran the command:
docker pull nebulous/infinitude
I now can see an infinitude folder in my custom_components folder. It did pull down.
But I don’t think I can use the “run” command as I’m learning now that as I’m on HASS OS I can’t use “compose”? Does that mean even though I have the folder/files I’m still out of luck?
This command:
docker run --rm -v $PWD/state:/infinitude/state -p 3000:3000 nebulous/infinitude
Just returns and error about how I’m on a read-only file system.
Then I saw what 5310 built and he mentioned installing INSIDE the HASS OS:
And that gave me hope but at this point I’m afraid I’m just gonna screw up the entire install if I keep just running commands.
If anyone is nice enough to read all that I guess my question is:
- Do I have a hope of getting infinitude, mizterb’s solution, etc, running on HassOS or do I need to nuke my install and start over where I have linux and my HassOS in a container so I can do things with docker/containers correctly?
If I do need to start of I guess I need to make sure the N2+ will run all that. Or just use my carrier app and forget including this one in Home Assistant
or
- No there is a way to do this and keep plugging away at getting what 5310 built to work?
I guess figure out Proxmax? I’m still not sure what his solution does but will try to figure out.
I guess worst case I just wipe the thing and start from scratch. Perhaps the first thing I tackled shouldn’t be my HVAC in this case!
Again any help greatly appreciated. Would love this paper weight to do some stuff =)