OT 3.0 Smart Power
Posted: Sun Nov 10, 2019 12:52 am
First of all, fantastic work with OTGW, Schelte, the level of detail and the quality of work is mind-blowing
Secondly, a small suggestion for the website: the matrix page is a bit wide. You can wrap the text part in a DIV like
And add a style:
And finally, to my question - would it be possible to share the details about the OT Smart Power protocol? I noticed that the OTGW attempts to enable high power, but how does it do that, exactly? I guess the current sensing values would all be different, so not sure how to handle it in hardware, plug what message needs to be sent? I'm asking because I'm investigating the possibility of building a self-powered OT master.
Or, if someone can share the OT 3.0 spec with me, will be much appreciated!

Secondly, a small suggestion for the website: the matrix page is a bit wide. You can wrap the text part in a DIV like
Code: Select all
<div class="content">
Code: Select all
div.content { width: calc(100vw - 178pt); }
Or, if someone can share the OT 3.0 spec with me, will be much appreciated!