Have issues due to a lack of YAML skills to get this working
can someone provide an idiot guide to getting working
with examples of what yaml to go where
Like to be able to spit the files up nicely if we can and have jumbo config file
Finally got my Arctic Spa in and everything here is cloud based. I did however, run an nmap against the DHCP’d address of the spa:
Host is up (0.028s latency).
Not shown: 994 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
111/tcp open rpcbind
515/tcp open printer
1119/tcp filtered bnetgame
8080/tcp open http-proxy
Pointing a browser at 80 gets the standard “It works!”. Port 8080 has a software upload and the brand of the controller “Variscite”. I’m going to try contacting Arctic Spas and see if they will allow any logins into the controller.
By the way, I requested early API access late in 2022. I checked a couple of weeks ago and I now have access to the API Key Management settings in myarcticspa.com. I have created an API key, and I am able to access the API.
I’m still fumbling through the sample code in this thread, but I am at least getting the temperature, pump, blower, etc. data. I’m still trying to figure out how to set the temperature from Home Assistant, using the API.
I noticed something with the temperature set point and the temperature reading. It looks like in he code the current temperature and the set point are using the same sensor. I turned my tub down this morning and noticed that the temp displayed was different than the Arctic Spa app.
Also I can’t get the the “Spa Set Temperature” to work. I adjust it on the slider bar but it seems like it doesn’t send the command. The spa boy app does not show the new set point.
Edit… Figured out the temp display issue, here is what needs to be entered to show the correct current temp of the spa. Still can’t get the temp slider bar to change the temp.
name : “Spa Temperature”
value_template: “{{ ((value_json.temperatureF -32)|float(0) * 0.5556)|round(0)|int(0) }}”
unit_of_measurement: “°C”
device_class: temperature
I just upgraded my controller to an Eco Pak. Registered on the Arctic site and there’s a link to generate an API key, so looks like you no longer have to know a guy who knows a guy.
# nmap 10.10.10.99
Starting Nmap 7.80 ( https://nmap.org ) at 2024-03-08 22:38 MST
Nmap scan report for arctic-spa (10.10.10.99)
Host is up (0.0031s latency).
Not shown: 995 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
111/tcp open rpcbind
515/tcp open printer
8080/tcp open http-proxy
Nmap done: 1 IP address (1 host up) scanned in 7.63 seconds
Still looking for assistance with getting the Temperature slider to set the temp to work in HomeAssistant. Willing to pay someone for the help if we can get it working. It’s the only thing I cant figure out. Thanks