Results 132 comments of Darren Jones

Ah ok. I guess the `_sensor` ending has been removed. So I have this which seems to make the HA UI happy: ``` action: - delay: "00:01:00" - service: tesla_custom.polling_interval...

Ah yes, that makes sense now. Is there any way to view the current polling interval to make sure it's worked? This template just gives `unknown` ``` {{ state_attr('tesla_custom.polling_interval', 'MYVIN')...

> Ah ok. I guess the `_sensor` ending has been removed. > > So I have this which seems to make the HA UI happy: > > ``` > action:...

I have updated the Wiki with the latest sensor names. (I was surprised it let me just edit it without a pull request!)

Thanks. The trackman instructions got my map working. Although `sudo cd` doesn't work, so I had to `sudo -i` to elevate the commands up to super user, then just run...

The ginlongmonitoring site doesn't have EPM either so i'm not hopeful the data is in there, however it would be awesome if you could find it, as having the EPM...

I was just about to ask if this is suitable for my needs, but i'm guessing not. I need to know which activity is chosen, and if mail I need...

My ECU-C also went off last night and never came back on. The HA logs show several comms issues, so I don't think the ECU-C was to blame. It even...

Just looking through the code to reboot the device. I see you set `channel` to `0` but the web interface only offers `1-13`. I wonder if setting channel to 0...

I'm not sure why I even looked into the reboot code as [my first post](https://github.com/ksheumaker/homeassistant-apsystems_ecur/issues/250#issuecomment-2200013322) clearly shows it couldn't reboot the ECU due to a comms issue. So the issues...