Is it possible to made modification the current TOON module inside Demotic to readout the next values from the TOON:
- burnerInfo
- currentModulationLevel
- errorFound
- otCommError
I'm not an pro in programming and I see that the part of the Toon programming is write inside the "HardwareController.js" but i think it's not really and good idea to do some try and error in this part of the environment.
Possibility for readout more data TOON
Moderator: leecollings
- phoenixblue
- Posts: 76
- Joined: Friday 25 November 2016 11:20
- Target OS: Windows
- Domoticz version:
- Contact:
-
- Posts: 42
- Joined: Friday 22 May 2015 21:10
- Target OS: Linux
- Domoticz version: svn 2470
- Location: Ehv, NL
- Contact:
Re: Possibility for readout more data TOON
Not sure about the official software,phoenixblue wrote:Is it possible to made modification the current TOON module inside Demotic to readout the next values from the TOON:
- burnerInfo
- currentModulationLevel
- errorFound
- otCommError
my rooted toon gives what you ask for:
http://toon/happ_thermstat?action=printTableInfo
Code: Select all
info = [
{'dataId':'0', 'value0':'01', 'value1':'42', 'updated':'1481222623', 'description':'[ID 0: 01 42, SlaveState burn=NoFlame, fault=0]'},
{'dataId':'1', 'value0':'2A', 'value1':'00', 'updated':'1481222613', 'description':'[ID 1: 2A 00]'},
{'dataId':'2', 'value0':'00', 'value1':'46', 'updated':'1481222613', 'description':'[ID 2: 00 46]'},
{'dataId':'3', 'value0':'00', 'value1':'83', 'updated':'1481222613', 'description':'[ID 3: 00 83]'},
{'dataId':'15', 'value0':'00', 'value1':'00', 'updated':'1481222613', 'description':'[ID 15: 00 00]'},
{'dataId':'17', 'value0':'00', 'value1':'00', 'updated':'1481222613', 'description':'[ID 17: 00 00, RelModLvl=0.00]'},
{'dataId':'25', 'value0':'28', 'value1':'19', 'updated':'1481222614', 'description':'[ID 25: 28 19, TempBoiler=40.10]'},
{'dataId':'5', 'value0':'00', 'value1':'00', 'updated':'1481222614', 'description':'[ID 5: 00 00]'},
{'dataId':'6', 'value0':'03', 'value1':'00', 'updated':'1481222614', 'description':'[ID 6: 03 00]'},
{'dataId':'9', 'value0':'00', 'value1':'00', 'updated':'1481222614', 'description':'[ID 9: 00 00]'},
{'dataId':'16', 'value0':'15', 'value1':'00', 'updated':'1481222614', 'description':'[ID 16: 15 00, RoomSetpoint=21.00]'},
{'dataId':'18', 'value0':'00', 'value1':'B3', 'updated':'1481222614', 'description':'[ID 18: 00 B3]'},
{'dataId':'24', 'value0':'15', 'value1':'00', 'updated':'1481222614', 'description':'[ID 24: 15 00, RoomTemperature=21.00]'},
{'dataId':'26', 'value0':'2F', 'value1':'66', 'updated':'1481222615', 'description':'[ID 26: 2F 66]'},
{'dataId':'27', 'value0':'08', 'value1':'4C', 'updated':'1481222615', 'description':'[ID 27: 08 4C]'},
{'dataId':'28', 'value0':'27', 'value1':'33', 'updated':'1481222615', 'description':'[ID 28: 27 33, TempReturn=39.20]'},
{'dataId':'35', 'value0':'00', 'value1':'00', 'updated':'1481222615', 'description':'[ID 35: 00 00]'},
{'dataId':'48', 'value0':'00', 'value1':'00', 'updated':'1481222615', 'description':'[ID 48: 00 00]'},
{'dataId':'56', 'value0':'50', 'value1':'00', 'updated':'1481222615', 'description':'[ID 56: 50 00, DHW Setpoint=80.00]'},
{'dataId':'57', 'value0':'55', 'value1':'00', 'updated':'1481222615', 'description':'[ID 57: 55 00]'},
{'dataId':'73', 'value0':'00', 'value1':'00', 'updated':'1481222616', 'description':'[ID 73: 00 00]'},
{'dataId':'113', 'value0':'00', 'value1':'00', 'updated':'1481222616', 'description':'[ID 113: 00 00]'},
{'dataId':'114', 'value0':'00', 'value1':'00', 'updated':'1481222616', 'description':'[ID 114: 00 00]'},
{'dataId':'115', 'value0':'00', 'value1':'CC', 'updated':'1481222616', 'description':'[ID 115: 00 CC]'},
{'dataId':'116', 'value0':'37', 'value1':'A3', 'updated':'1481222616', 'description':'[ID 116: 37 A3, BurnerStarts=14243]'},
{'dataId':'117', 'value0':'00', 'value1':'00', 'updated':'1481222616', 'description':'[ID 117: 00 00]'},
{'dataId':'118', 'value0':'00', 'value1':'00', 'updated':'1481222616', 'description':'[ID 118: 00 00]'},
{'dataId':'119', 'value0':'7F', 'value1':'0F', 'updated':'1481222616', 'description':'[ID 119: 7F 0F]'},
{'dataId':'120', 'value0':'25', 'value1':'0E', 'updated':'1481222617', 'description':'[ID 120: 25 0E, BurnerHours=9486]'},
{'dataId':'121', 'value0':'00', 'value1':'00', 'updated':'1481222617', 'description':'[ID 121: 00 00]'},
{'dataId':'122', 'value0':'00', 'value1':'00', 'updated':'1481222617', 'description':'[ID 122: 00 00]'},
{'dataId':'123', 'value0':'00', 'value1':'00', 'updated':'1481222617', 'description':'[ID 123: 00 00]'},
{'dataId':'127', 'value0':'04', 'value1':'1E', 'updated':'1481222617', 'description':'[ID 127: 04 1E]'}

- phoenixblue
- Posts: 76
- Joined: Friday 25 November 2016 11:20
- Target OS: Windows
- Domoticz version:
- Contact:
Re: Possibility for readout more data TOON
But when you rooted the Toon, are you then able to run the Toon app and for receiving Toon updates?
-
- Posts: 42
- Joined: Friday 22 May 2015 21:10
- Target OS: Linux
- Domoticz version: svn 2470
- Location: Ehv, NL
- Contact:
Re: Possibility for readout more data TOON
I don't have a subscription at Eneco's. My toon is disconnected from their service center, but I know that people who do have a subscription and a rooted toon can use the app and get updates like any regular toon user.
Who is online
Users browsing this forum: No registered users and 1 guest