magcode / daikin-mqtt

MQTT interface for Daikin AC Wifi Adapter
GNU General Public License v3.0
10 stars 3 forks source link

Some questions #14

Open shgubar opened 4 months ago

shgubar commented 4 months ago

Hello

I have several questions: 1) regarding MQTT - what to do if the broker requires a username and password? 2) regarding inclusion only when there is a clear power/set 'on' and then not when changing only mode/set 'cool to dry'? 3) are you planning to create a docker container?

Thanks for your code.

magcode commented 3 months ago

Hello,

1) either implement it yourself and create a PR or you look out for some forks which implement this already 2) I don't understand this questions, sorry 3) no

shgubar commented 3 months ago
  1. I don't understand this questions, sorry

I meant to change the mode without turning on the air conditioner.

Another question: can you provide correct instructions for compiling your code?

Thanks.