adam-golab / sonoff-server

Private Sonoff cloud server, running in your own home network
MIT License
45 stars 19 forks source link

questions, not issues :) #3

Open neomvll opened 5 years ago

neomvll commented 5 years ago

Hi, after config the sonoffs and server, I'll keep getting on/off and check status from eWeLink if I need? I dont have fixed Ip or even my ISP dont let me have a free dynamic IP, so I'll need ewelink when I'm way from my house or if my local server is down for any reason. The server works with lastest firmware(2.6)? All sonoffs supported? Is it working with node-red-contrib-sonoff-server? And last question I think, sonoff will keep need china servers? because this servers is very bad :( Thanks

adam-golab commented 5 years ago

Hi @neomvll Sorry for late response, this project is still in the development stage. I think that in the current stadium it is better to use Sonoff-Tasmota

neomvll commented 5 years ago

Hi @neomvll Sorry for late response, this project is still in the development stage. I think that in the current stadium it is better to use Sonoff-Tasmota

Ok, thanks for the answer :)

carloslopezdev commented 4 years ago

Hi @adam-golab, first at all, thank you for putting all this together, this is exiting! I just got my Sonoff TH10 yesterday and want to see what I can try to do with that device, I tried to follow the instructions in your setup instructions, but I'm stuck at the step 5 (try to set the SSID and other configuration): use httpie to send local WiFi settings to device http POST http://10.10.7.1/ap version:=4 ssid=[YOUR NETWORK SSID] password=[YOUR NETWORK PASSWORD] serverName=[IP OF YOUR SERVER] port=8080

I'm trying with httpie and Postman and both fail to set the settings, this is the error in Postman: Error: read ECONNRESET

I'm wondering if the issue is because I'm using Windows 10... when I open the device info (http://10.10.7.1/device) from Google Chrome I'm able to see the device info like this: {"deviceid":"XXXXXX","apikey":"34fa7e8b-cea7-42ee-9769-94a29497d4d","accept":"post","chipid":"0000498B"}

Any help will be appreciated! Thank you