Right, and possibility to changing lvl 0 name. Sometimes we need a selector for operating modes, changing types of behavior, not only for start/mode/stop.
And another BIG question: they are plannig add selector to the mysensors?
I'm confused, how can you did this?
I have a problem with selector cant add levels simply this button doesn't work, and after save dont have any option.
I have few devices with some inputs/outpus and setpoints. To easy find, configure, my proper device i'm sending device addres and child sensor id as name in the presence. for example: 53.AI1 53.AI2 53.BI1 53.BI2 53.BO1 53.BO2 I can see this in child list but from setup->devices i can't see my name ...
I'm glad to see this ACK stuff like an option with checkbox in settings -> hardware tab. It's possible? Commits on Nov 9, 2015 Implemented: MySensors, Option to Enable/Disable using ACK per Child sensor from the MySensors hardware setup page Gizmocuz you are great! EDIT: One question about, how it ...
It is also done for setpoints and ir codes, basically all SET commands to a node. What did you fix in the sketch ? this might help others too Thanx for answer Gizmocuz, and sorry for long delay... (job related issue). I'm using rs485 and serial protocoll without gateway. (I hate radio solutions ...
Yeah i'm fixed my sketch and now is working...
I'm glad to see this ACK stuff like an option with checkbox in settings -> hardware tab. It's possible?
Are you planning this for another type of messages? For example HVAC setpoints?
After latest upgrades i have new option in mysensors called "settings". But i cant send commands to my binary outputs anymore. I can see temperature, lux sensors even motion sensors but binary outputs not responding. Before upgrade, domoticz was send for example: 11;1;1;0;2;1 11;1;1;0;2;0 And now i ...
I think we need to discuss with mysensors protocol guys. First, V_HVAC_FLOW_STATE is a perfect for sending values for multiple scenarios. Is a many aspects when speaking of HVAC for example: heating,cooling,freecooling,ventilation,on,off,auto,manual,schedule,max,limit, and many more combination ...
I like this idea. :) In HVAC teory this variable is called as "Multistate Variable". From domoticz side i think we need only, a widget with possibility to setup array with value and name. Anyone can build own array. For example the shortest one: 1 - START 2 - STOP Or: 1 - STOP 2 - START 3 - AUTO I ...
New problem here. I am sending two parameters from solar controler using 1.5 protocol sensor type S_MULTIMETER data V_VOLTAGE i'm preparing data as 12.5 (V) and 15.6 (V) representing voltage on battery and solar panel. Mysensors Library sending this as 12 and 15 value (i have unsigned long type for ...
Ok i see now in latest beta setpoint is working, 22.5 is rounded up to the 23 and i can update my setpoint. For now is ok but like i said this is a protocol failure integer for Temp. Setpoint. OK Anyway, any plans for general purpose setpoint widget? Like i'm describe before? And where can i send ...
Is very nice to hear that... just sending value is ok for heating / cooling purposes. Just upgraded my domoticz... but I'm in work yet. I can check this after i come back. I have one question about widgets. In Door lock type i have icon door. In Contact type i have this two arrows. I'm using contact ...
Yeah in fact V_HVAC_SETPOINT_HEAT/V_HVAC_SETPOINT_COOL setting to integer is little strange idea. In HVAC integer between 0-100 past only for dampeners, driving motors or valve. Should not be use for temperature setpoint, lux leve or rh level... Integer you think? But sending 22.5C as 225 integer ...