Smartbridge bridge
Go to file
2023-11-08 11:04:54 +01:00
cmd/smartbridge Push import/export values 2023-06-06 21:36:42 +02:00
.gitignore Add configuration 2023-05-31 19:30:27 +02:00
build_container.sh Add build container script 2023-11-08 11:04:54 +01:00
Containerfile Add Containerfile 2023-05-31 19:36:57 +02:00
go.mod Add influxdb 2023-05-31 22:00:33 +02:00
go.sum Add influxdb 2023-05-31 22:00:33 +02:00
Makefile Add Containerfile 2023-05-31 19:36:57 +02:00
README.md Add new endpoints 2023-06-02 17:32:26 +02:00
smartbridge.container Add quadlet container file 2023-05-31 19:45:49 +02:00
smartbridge.service Add configuration 2023-05-31 19:30:27 +02:00
smartbridge.yml.example Add influxdb 2023-05-31 22:00:33 +02:00

smartbridge

Software to readout and send data from a SBWF3102 smartbridge by net2grid, as sed by Pure Energie as Smart Home meter. The application pulls data from the webinterface and can push it to mqtt or InfluxDB.

SBWF3102

The SBWF3102 by net2grid offers the following endpoints for data retrieval via http (port 80)

  • /meter/now - Get current readings
  • /meter/elec/power/hour
  • /meter/elec/power/day
  • /meter/elec/consumption/year (not working)
  • /meter/elec/consumption/month (not working)
  • /meter/elec/consumption/day (not working)
  • /meter/gas/consumption/year (not tested)
  • /meter/gas/consumption/month (not tested)
  • /meter/gas/consumption/day (not tested)

Resources: See MeterApiService.java