develop by OpenOn.org
CmdOS is a command based operation system for the ESP32 and ESP8266.
See cmd description for details
All functions are controled via cmd. Mqtt exmaple
log "show shelly power every 10 seconds"
mqttAttr shellies/shellyem3/emeter/0/power 1
#loop
if $shellies/shellyem3/emeter/0/power < 0 {
log "PV Power" $shellies/shellyem3/emeter/0/power
}else {
log "Actual consume" $shellies/shellyem3/emeter/0/power
}
wait 10000
goto #loop
See examples
see release
see simpleProject
- EEPROM config and Failsafe boot
- Setup with AutoWifi set_up
- Web
- MQTT
- Rest and Remote
- Hardware LED and Button
- Command
- Programm examples
- Autostart and Timer
- Logging
- AcessControl
- SPIFF / Filesystem
- Wifi
- mDNS
- NTP
- OTA and WebFirmewareUpdate
- Serial cmd
- WebSerial cmd
- Rest cmd
- MQTT cmd
The Network time is received from ntp-server, or gateway (if no npt-server is defined)
a OpenOn.org project - develop by [email protected]
If you use/like this project please https://buymeacoffee.com/openon (a good choise is 1Euro per Device ;-)