Features for non ESP-Home Firmware #15
Replies: 6 comments 6 replies
-
Hi, Esphome WayWifi setup can be done without hard config be enabling AP mode and MQTT Client the same way. For webserver, it's disabled by default but you could enable it in config.yaml
It enable the REST API too, so the automation can be controlled by openhab or others. dynamic equalizingI've tested PID climate from esphome, but without good results. If you use hassio, you could try multizone_thermostat or better_thermostat or HASmartThermostat I mean controlling the board from a more powerful system (hassio, openhab, etc) would be better. If you want a fine grain, you must store and compare many data like weather forecast, history and the onboard memory is not enough. Look at viboo.io cloud solution Complete rewriteI suggest you the following projects as starting point : |
Beta Was this translation helpful? Give feedback.
-
For the dallas DS20b18 temperature sensor, look at esphome integrated dallas sensors or NTC sensors |
Beta Was this translation helpful? Give feedback.
-
You can controll the board without home assistant by disabling [api] section in board.yaml and enabling web interface with rest api |
Beta Was this translation helpful? Give feedback.
-
please check the new wiki |
Beta Was this translation helpful? Give feedback.
-
Another route might be to implement a custom component for esphome. Then you only have to worry about the loop logic required to drive this motor controller. People can pick and choose between web, mqtt and home assistant components and combine them with your custom component via yaml. |
Beta Was this translation helpful? Give feedback.
-
Great initiative btw! I also looked into this a while ago but I never got time to work on it. My main objective was to see if it was possible to have more precise positioning by counting motor revelations. This is what https://github.com/Lenti84/VdMot_Controller is doing. But he's using two socs on his board. One STM32 for motor control and one esp32 for communication. I wanted to see if that's possible using only what's provided by this board and the esp32. |
Beta Was this translation helpful? Give feedback.
-
Hi All,
@nliaudat - really nice work :-)
i currently started working on a non-ESPHome Firmware (no complaint on the existing, just personal preferences), Arduino for ESP32 based.
Features planned:
So, what else do we need in this?
Kind regards
Christian
Beta Was this translation helpful? Give feedback.
All reactions