-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use of kw #19
Comments
This is matter of sValue content format to send to Domoticz.
It gives, among others, sValue format to send to Domoticz. Here, there's 2 items in sValue. First value is instant power (in W), second is total kWh.
Try with:
It will insert topic value followed by 0, the last being ignored. |
Hi, In status log: In error log My problem is to understand the relation ship in between the domoticz definition and the setup to acheive in your json file. Bonne journée |
My mistake! |
Hi, I applied your suggestion, no more error but still no data :( 2024-10-25 17:48:00.300 MQTT mapper: onMQTTPublish found solpiplog/pip/acoutw, Device 'MQTT mapper - Charge', message '0327' JSON No more idea ? |
Log display: This means that Domoticz changed the device value to nValue=0 and sValue="327;0", which seems a good idea. Could please check device value in "Setup" > "Device" ? |
Sorry for the delay, I was far from my PC this week-end...
|
After more checks, this seems to be a bug in Domoticz. Issue domoticz/domoticz#6194 has been opened to get device properly intialized. |
Hi,
I continued to try using your nice plugin to display my PV value.
I fix the json syntax but still dealing with kw/kwh
I get value from mosquitto: "solpiplog/pip/acoutw = 0566" for example that mean power AC used 566W
I chose switch 249,29,0 (kw/kwh) and I want domoticz to calculate the energy consumed by time
I try the following but not succesful no data load
"Charge": {
"topic": "solpiplog/pip/acoutw",
"type": "243", "subtype": "29",
"options": {"EnergyMeterMode": "1"},
"mapping": {"item": ""}
}
Here after are the log
2024-10-11 20:07:25.215 MQTT: Setting MQTT - Charge to 460/460
2024-10-11 20:07:25.216 (MQTT - Charge) Updating device from 456:'' to have values 460:'460'.
Can you help me ?
Merci
Pascal
The text was updated successfully, but these errors were encountered: