-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonoff TH10 - Http Requests Temperature and Humidity #127
Comments
http://Sonoff-IP/cm?cmnd=status%2010 does the job for me:
I noticed that if syslog is enabled it might trigger a panic as it uses UDP and that might hang when a http request is made. As a workaround disable syslog with command I'll solve it in next release. |
Thanks for your very quick feedback, |
4.0.0 20170303 * Add define to remove config migration code for versions below 3.0 (See Wiki-Upgrade-Migration path) * Free memory by switching from String to char[] * Raised Sonoff Led PWM frequency from 200Hz to 432Hz in search of stability (hardware watchdog timeouts) (#122) * Increase message size and suggested minimum MQTT_MAX_PACKET_SIZE to 512 (#114, #124) * Remove runtime warning message regarding MQTT_MAX_PACKET_SIZE too small as it is now moved to compile time (#124) * Fix possible panics with web console and http commands while UDP syslog is active (#127) * Add optional static IP address (#129) * Add define ENERGY_RESOLUTION in user_config.h to allow user control over precision (#136)
After this command asking user and pasword. Need user=&password= |
How can I need write command? http://192.168.2.100/cm?cmnd&status%2010&user=&password= |
<> |
192.168.2.100/cm?cmnd&status%2010&user=&password= |
<> This symbol after user and passwors not writing in this page |
try
http://username:password@192.168.2.100/cm?cmnd&status%2010
|
The some in my gogle chrome browser |
May by you not using button at top right side |
Maybe, perhaps, the wiki - commands page might give some information how to construct your user and password information. BTW it only asks for a password if you configured a Web Admin Password so you should know how to proceed... |
4.0.0 20170303 * Add define to remove config migration code for versions below 3.0 (See Wiki-Upgrade-Migration path) * Free memory by switching from String to char[] * Raised Sonoff Led PWM frequency from 200Hz to 432Hz in search of stability (hardware watchdog timeouts) (arendst#122) * Increase message size and suggested minimum MQTT_MAX_PACKET_SIZE to 512 (arendst#114, arendst#124) * Remove runtime warning message regarding MQTT_MAX_PACKET_SIZE too small as it is now moved to compile time (arendst#124) * Fix possible panics with web console and http commands while UDP syslog is active (arendst#127) * Add optional static IP address (arendst#129) * Add define ENERGY_RESOLUTION in user_config.h to allow user control over precision (arendst#136)
I am looking for Http Requests by using the Sonoff TH10.
I wanted to read and monitore Temperature and Humidity Monitoring from this device.
How can I do this?
For example like this:
Thanks
Fabian
The text was updated successfully, but these errors were encountered: