Christian Wegerhoff

Results 30 comments of Christian Wegerhoff

@BMDan Great addition. I would love to see the same for **Shelly UNI** I feel like it would be easy with a few lines of code to enable detached mode...

Thanks for your comments, wich are interesting thoughts on a complex general approach. Yet the reality of connecting to digital switching bus systems is disillusioning here: The way how a...

Yes, I do agree to that: Bus specific information in meta data and technical advantage of true/false over on/off. I used on/off to have it better human readable. The type...

How would your implementation communicate with Signal K: A) Using the provided 3rd party application API: In what way would you map your setup to the available bits and words...

@fabdrol This schema sounds very reasonable. I like. Especially I like the idea of separating (physical) inputs and loads, so a physical input connected to the digital switching system could...

@fabdrol Yes, I see and like the point in your approach. To better understand the mapping to an API in practice: When we look at this EmpirBus example application in...

I am wondering now whether to choose 0/1 or on/off to represent the status of a switch in the digital switching context. The other day it was said the Signal...

Since this is a Boolean value (on or off), we should choose boolean true/false. Are you okay with this?

A dimmer can be switched off, but it can have a stored brightness level that is to be set when the dimmer is switched on again. This is why the...

Yes, that was also possible. Will be also two values for it. will always be `lastLevel == state` except when `state == 0`. Somehow I like better the clear `state...