Search found 31 matches

by amente
Fri Jan 31, 2020 1:15 am
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard to Home Assistant

@xion2000, I also looked more into Home Assistant and noticed that there is also a Restful API integration (https://www.home-assistant.io/integrations/rest/), you should be able to get data from solar dashboard to use in Home Assistant by sending a request to http://<SOLAR-DASHBOARD-IP>/cur_data , ...
by amente
Fri Jan 31, 2020 12:59 am
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Remote Access

@xion2000 You should be able to connect to the solar dashboard remotely if you have enabled port forwarding on your router for port 80 and the IP address of the solar dashboard assigned by your router. If you can let me know the type of your router, I can look into it for you. Unfortunately I alrea...
by amente
Wed Jan 29, 2020 10:58 pm
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard to Home Assistant

@xion2000, that is an interesting use case. We are looking into adding a feature to the snektek wifi dashboard which enables it to send data to home assistant via MQTT broker. That way you should be able to use the data from the dashboard in Home Assistant. Stay tuned. That's great news, I will be ...
by amente
Wed Jan 29, 2020 8:38 pm
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Remote Access

Should I be able to connect to my solar dashboard remotely? I've assumed that I should be and forwarded a port on my router as I've done many times with other devices I wish to connect to from outside of my local network (generally my IP Cameras) but I'm unable to access the page! Any ideas / sugge...
by amente
Wed Jan 29, 2020 8:35 pm
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard to Home Assistant

I’m in the early ish stages of using Home Assistant (Running on A Raspberry Pi) and one of the things I would very much like to do would be to extract some of the data from the solar data I collect using the snektek Wifi dashboard, to use within Home Assistant (specifically Battery Voltage) I run a...
by amente
Sat Jan 11, 2020 2:50 pm
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard Project

I am glad to hear that it is working now and that I could help.

No worries about the diagnostic information and I will look into reproducing the issue.
by amente
Fri Jan 10, 2020 11:39 am
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard Project

Here is something to try in the mean time. If you remove the cover from the device there is a USB micro connector inside. Connect that to your computer and it will appear as a serial COM device. If you connect to it with a serial monitor and a baud rate of 115200, then it will print out some diagnos...
by amente
Fri Jan 10, 2020 9:53 am
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard Project

Sorry to hear that logs and data still not working. Was the file “2020” that was written on the SD card a folder? The format of the files written is year/month/date folders. For eg. For today’s data: 2020/01/10/logs.txt for diagnostic logs and 2020/01/10/data.txt for data logging Other than the “202...
by amente
Thu Jan 09, 2020 6:20 pm
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard Project

@yoemy Glad to hear that you love the project.

The data should be logged to the SD card every minute after it is inserted. Is the SD card formatted with FAT32 file system? If not, you can format it on your computer. I can send instructions if needed.
by amente
Thu Dec 19, 2019 9:29 pm
Forum: Solar Discussion
Topic: Solar Dashboard Project
Replies: 330
Views: 2467038

Re: Solar Dashboard Project

I'm doing something similar for Morningstar controllers https://github.com/mike-s123/MStar-WLAN , although I'm not nearly as proficient in js (or coding). Checking your code on bitbucket, I don't see where you're writing to SDCard. For instance, src/coms_web.cpp delivers hist_data.xml , but a grep ...