VitoWiFi
VitoWiFi copied to clipboard
interface with Open Energy Monitor
Installation specifics
- Heating type: Vitodens 200 i think
- Protocol: unknown
- Board: nothing yet
- Hardware:
Viessmann 222f boiler.
We have the above unit and I understand the hardware side of an esp. we have a home energy monitoring system https://openenergymonitor.org/ i am wondering if it would be possible for your code to be modified to output to emoncms, I have very little programing skills but a lot of enthusiasm.
https://github.com/emoncms/emoncms Main emoncms info https://github.com/emoncms/emoncms/blob/master/Modules/input/Views/input_api.php Input API
They already use esp8266 in some of there products. https://github.com/OpenEVSE/ESP8266_WiFi_v2.x
I don't know how emoncms works, but I could possibly make an example to interface with that system. i'm not sure however that TLS is going to work on a esp8266. As the interface is a HTTP-API, I'll have to use a third party lib (https://github.com/boblemaire/asyncHTTPrequest).
Hi, Thanks for your help I run a local emoncms so wont need TLS, They also have a very nice interface and way of attaching the ESP8266 to a wifi network. our emonpi will aslo allow you to publish to a MQTT feed.
what do you mean with "attaching an esp8266 to a network"?
sorry I mean the process they go through to connect the eps8266 to your wifi network
https://github.com/openevse/ESP8266_WiFi_v2.x/#user-guide
Closing, integration is up to the user. I'm happy to help where possible and adjust the library if needed.