chrispi68

Results 23 comments of chrispi68
trafficstars

> This too requires a developer to do it :-) In this case, this project is dead.

> Feel free to go ahead and join the project and fix and enhance the project to your liking. Complaining is always easy, taking initiatives is the hard part! This...

> This project **is** maintained as you can see in the commit logs. Probably not enough for your personal feeling, but this is not the most relevant point here. And...

> As yours' is for all developers investing lot of their free time into free software for others. No, I am just reporting a bug and answering questions like "Still...

Same problem here. I think this project is totally broken.

"z1ActualRoomTempDesiredWrite" is working for me on zone 2. I also added "z2ActualRoomTempDesiredWrite" for zone 2, but this seems not to work. Any ideas?

``` using (var httpClient = new HttpClient(TeslaClientBase.CreateDefaultHttpClientHandler(), false)) { httpClient.DefaultRequestHeaders.UserAgent.ParseAdd("tesla-net/0.6.2"); using (var auth = new TeslaAuthClient(httpClient)) { var authResult = auth.RequestAccessTokenAsync(TESLA_CLIENT_ID, TESLA_CLIENT_SECRET, EMAIL, PASSWORD).GetAwaiter().GetResult(); accessToken = authResult.Data.AccessToken; } } ```...

It looks like this project is dead.

I still don't know how to log in, how to access all the vehicles in my account or how to turn on the heating.

Same problem here. I had to remove this plugin and now everything works again.