bdariusb

Results 8 comments of bdariusb

I use [this](https://www.editcsvonline.com/). Just need a browser

I thought I will post an update: I managed to find the correct command to **read** the status, but that's pretty much it. Some example definitions would be: `r,bm2,ventilation_mode,Ventilation mode,,35,5022,CC8F27,ventilation_mode,,UCH,0x00=Off;0x01=Auto;0x02=Reduced;0x03=Nominal;0x04=MoistureProtection,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,`...

Another update: seems i have just used the wrong type for the write commands, should have been unsigned int, as in: `w,bm2,ventilation_mode,Ventilation mode,,30,5023,CC8F27,ventilation_mode,,UIN,0=Off;1=Auto;2=Reduced;3=Normal;4=MoistureProtection,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,` This command sets the BM2 ventilation mode,...

[zivillian](https://github.com/zivillian) you were right buddy, for example the command I was searching for (CC8F27) to control the ventilation mode is telegram number `10127` which in turn is `8F27` in little...

is one able to change the field names in the config files?

you don't have the fields defined that you are querying, e.g. `ebusctl r solar kollektortemp` Basically all you can query is listed in `ebusctl f -F name,comment` > > >...

you can define a field with read command but instead of field type `r` use `r[1-9]`, e.g. `r3`. This will poll the field values with priority 3 (more on that...

duplicate https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3921