Replies: 3 comments 6 replies
-
Sorry, somehow I completely missed this. What are you trying to do? Generally speaking Teslamate needs to be running as a background task all the time. Doing so as above may not be so great, as you need to make sure you start it after every reboot. And only useful if the computer is a server and left on all the time. We have a nixos module to setup Teslamate as a background process. You need to be running nixos on the computer not OSX though to use this module. If you really want to use OSX, you would need a module that uses nix-darwin or home-manager to automatically start the daemon on reboot. This is not something I have had personal experience in, so I cannot actually comment any further. Somebody once told me that home-manager supports OSX launchd process to start processes but I forget the details, so might have this wrong. |
Beta Was this translation helpful? Give feedback.
-
I tried setting |
Beta Was this translation helpful? Give feedback.
-
moved to #4761 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm completely new to teslamate and want to try it out, but without using Docker, if that's possible. I use nix on my Mac. I saw that there's a flake.nix file in the repository, and I searched for issues and discussions around nix but only found a few mentions here and there.
I think this is working for me, with the
main
branch checked out:In one terminal, I ran the following, and this appeared to start mqtt and postgres:
And then in another terminal, I ran some commands from https://docs.teslamate.org/docs/development:
This got me to the point where I can connect to localhost:4000 and sign in with Tesla tokens. But at this point I'm not sure where to go next: How do I get enough grafana running so I can connect to localhost:3000? Am I trying to do something that teslamate just isn't designed to do?
Beta Was this translation helpful? Give feedback.
All reactions