Skip to content

Commit

Permalink
IP Address fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinko committed Jan 3, 2024
1 parent 47af86a commit 7bf2b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/libdaikinhal.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extern "C" {
#endif

#ifndef DAIKIN_LOCAL_IP
# define DAIKIN_LOCAL_IP ("192.168.1.233")
# define DAIKIN_LOCAL_IP ("169.254.126.120")
#endif

#ifndef DAIKIN_LOCAL_SN
Expand All @@ -32,7 +32,7 @@ extern "C" {
// If DHCP cannot be reached it seem to default/fail back to 169.254.126.102 (after some time)
// If switch 4 on DIP switch is enabled - Default static IP is 169.254.10.10
#ifndef DAIKIN_REMOTE_IP
# define DAIKIN_REMOTE_IP ("192.168.1.135")
# define DAIKIN_REMOTE_IP ("169.254.126.102")
#endif

#ifndef DAIKIN_REMOTE_PORT
Expand Down

0 comments on commit 7bf2b1b

Please sign in to comment.