Michael Stegen

Results 117 comments of Michael Stegen

I'm afraid this is too specific. Although i do like the idea of customizable LED colours. Some people might want to mimic a public charging stations status led colors.

The onewire reader only supports 6 bytes of the UUID unfortunately. The last byte is the CRC byte. 4 byte cards should be read as [1st][2nd][3rd][4th] 00 00

IIRC there are only 4 , 7 and 10 byte UID's. The new reader supports 4 and 7, and will add the extra (3) zeros to the UID if it...

The old sensorbox 1 used a different protocol. It's however possible to reprogram it, but you will need to use a pickit programmer for that. The software is available here:...

The reason for the 433,920 Mhz frequency is because that exact frequency is used on all transmitters in the EU, it's free to use. In the USA it's 315 Mhz,...

If you follow the original thread on teslamotorclubforum you can see what you should expect to see on your scope screen. The bandwidth of your scope is fine. As this...

No, that depends on how the data is transmitted, as you can see in the pic code here: https://github.com/mstegen/Open-Chargeport/blob/master/sourcecode/OpenChargeport.asm#L203

Thanks for bringing this up @VincentSC ! The domains were transfered (thanks @wido ). Just put up a quick website with the v3 controller. Pointing to github for the documentation.

> [@dingo35](https://github.com/dingo35) will SmartEVSE produce an error if the sensor is enabled but not correctly plugged in? This is one of the most basic things that needs to work. Yes,...

Unfortunately there were not enough GPIO pins to add the RCM check to the hardware. If you want to check for yourself, the schematic is in the /schematic folder.